Browse Source

首页列表请求

chenjj 2 weeks ago
parent
commit
df8357a532
2 changed files with 3 additions and 2 deletions
  1. 2 1
      pages.json
  2. 1 1
      pages/index.vue

+ 2 - 1
pages.json

@@ -39,7 +39,8 @@
 		{
 			"path": "pages/classify",
 			"style": {
-				"navigationBarTitleText": "订单"
+				"navigationBarTitleText": "订单",
+				"disableScroll": true 
 			}
 		},
 		{

+ 1 - 1
pages/index.vue

@@ -245,7 +245,7 @@ const settingAddress = async() => {
 		}
 		const res = await settingHomeAddress(parmas);
 		console.log('res',res);
-		userType === '1' && getList();
+		userType === 1 && getList();
 	} catch (error) {
 		console.log('设置地址失败',error);
 	}