@@ -3,7 +3,7 @@ module.exports = (vm) => {
// 初始化请求配置
uni.$u.http.setConfig((config) => {
/* config 为默认全局配置*/
- config.baseURL = "https://cbec.hdlkeji.com"; /* 根域名 */
+ config.baseURL = "https://api.qbhcn.com"; /* 根域名 */
// config.baseURL = "https://cbec-test.hdlkeji.com"; /* 根域名,测试地址 */
return config;
});
@@ -164,9 +164,9 @@ export default {
},
//切换搜索订单状态
tabSwitch(num) {
- this.getOrderList(1);
- this.page = 1;
this.follow = num;
+ this.page = 1;
+ this.getOrderList(1);
//跳转订单详情
toDetail(value) {
@@ -1,4 +1,4 @@
{
- "usingComponents": {},
- "component": true
+ "component": true,
+ "usingComponents": {}
}
@@ -1,6 +1,6 @@
- "component": true,
"usingComponents": {
"u-icon": "/uview-ui/components/u-icon/u-icon"
- }
+ },
+ "component": true