Authored by 孙凯

修改 review by hjy

{
"pages": [
"pages/bindPhoneNumber/bindPhoneNumber",
"pages/zeroSell/index",
"pages/zeroSell/detail",
"pages/zeroSell/myList",
"pages/zeroSell/snapshootShare",
"pages/zeroSell/h5Page"
"pages/zeroSell/h5Page",
"pages/bindPhoneNumber/bindPhoneNumber"
],
"window": {
"navigationBarTextStyle": "white",
... ...
... ... @@ -63,7 +63,7 @@
<import src="../../vendors/toast/wetoast.wxml"/>
<template is="wetoast" data="{{...__wetoast__}}"/>
<quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation>
<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> -->
<zero-alert wx:if="{{showAuth}}" >
<view class="auth-content">OOPS 用户尚未授权登录</view>
... ...
... ... @@ -53,4 +53,4 @@ id='dialog'
src="{{dialogSrc}}"
url="{{dialogUrl}}"
></dialog>
<quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation>
\ No newline at end of file
<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> -->
\ No newline at end of file
... ...
... ... @@ -33,4 +33,4 @@
<template is="zan-actionsheet" data="{{...actionsheet}}" />
<quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation>
\ No newline at end of file
<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> -->
\ No newline at end of file
... ...
... ... @@ -696,20 +696,20 @@ function openAuthorizeSettings(callbackFunc) {
},
fail: (e) => {
wx.navigateTo({
url: '../bindPhoneNumber/bindPhoneNumber',
url: '/pages/bindPhoneNumber/bindPhoneNumber',
});
}
})
} else {
wx.navigateTo({
url: '../bindPhoneNumber/bindPhoneNumber',
url: '/pages/bindPhoneNumber/bindPhoneNumber',
})
}
}
})
} else {
wx.navigateTo({
url: '../bindPhoneNumber/bindPhoneNumber',
url: '/pages/bindPhoneNumber/bindPhoneNumber',
})
}
}
... ...