@@ -39,7 +39,8 @@
{
"path": "pages/classify",
"style": {
- "navigationBarTitleText": "订单"
+ "navigationBarTitleText": "订单",
+ "disableScroll": true
}
},
@@ -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);