Showing
5 changed files
with
8 additions
and
8 deletions
1 | { | 1 | { |
2 | "pages": [ | 2 | "pages": [ |
3 | - "pages/bindPhoneNumber/bindPhoneNumber", | ||
4 | "pages/zeroSell/index", | 3 | "pages/zeroSell/index", |
5 | "pages/zeroSell/detail", | 4 | "pages/zeroSell/detail", |
6 | "pages/zeroSell/myList", | 5 | "pages/zeroSell/myList", |
7 | "pages/zeroSell/snapshootShare", | 6 | "pages/zeroSell/snapshootShare", |
8 | - "pages/zeroSell/h5Page" | 7 | + "pages/zeroSell/h5Page", |
8 | + "pages/bindPhoneNumber/bindPhoneNumber" | ||
9 | ], | 9 | ], |
10 | "window": { | 10 | "window": { |
11 | "navigationBarTextStyle": "white", | 11 | "navigationBarTextStyle": "white", |
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | <import src="../../vendors/toast/wetoast.wxml"/> | 63 | <import src="../../vendors/toast/wetoast.wxml"/> |
64 | <template is="wetoast" data="{{...__wetoast__}}"/> | 64 | <template is="wetoast" data="{{...__wetoast__}}"/> |
65 | 65 | ||
66 | -<quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> | 66 | +<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> --> |
67 | 67 | ||
68 | <zero-alert wx:if="{{showAuth}}" > | 68 | <zero-alert wx:if="{{showAuth}}" > |
69 | <view class="auth-content">OOPS 用户尚未授权登录</view> | 69 | <view class="auth-content">OOPS 用户尚未授权登录</view> |
@@ -53,4 +53,4 @@ id='dialog' | @@ -53,4 +53,4 @@ id='dialog' | ||
53 | src="{{dialogSrc}}" | 53 | src="{{dialogSrc}}" |
54 | url="{{dialogUrl}}" | 54 | url="{{dialogUrl}}" |
55 | ></dialog> | 55 | ></dialog> |
56 | -<quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> | ||
56 | +<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> --> |
@@ -33,4 +33,4 @@ | @@ -33,4 +33,4 @@ | ||
33 | 33 | ||
34 | <template is="zan-actionsheet" data="{{...actionsheet}}" /> | 34 | <template is="zan-actionsheet" data="{{...actionsheet}}" /> |
35 | 35 | ||
36 | -<quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> | ||
36 | +<!-- <quickNavigation id="quickNavigation" isShowIndicator="{{false}}" isShowShopCart="{{false}}" marginBottom="{{190}}"></quickNavigation> --> |
@@ -696,20 +696,20 @@ function openAuthorizeSettings(callbackFunc) { | @@ -696,20 +696,20 @@ function openAuthorizeSettings(callbackFunc) { | ||
696 | }, | 696 | }, |
697 | fail: (e) => { | 697 | fail: (e) => { |
698 | wx.navigateTo({ | 698 | wx.navigateTo({ |
699 | - url: '../bindPhoneNumber/bindPhoneNumber', | 699 | + url: '/pages/bindPhoneNumber/bindPhoneNumber', |
700 | }); | 700 | }); |
701 | } | 701 | } |
702 | }) | 702 | }) |
703 | } else { | 703 | } else { |
704 | wx.navigateTo({ | 704 | wx.navigateTo({ |
705 | - url: '../bindPhoneNumber/bindPhoneNumber', | 705 | + url: '/pages/bindPhoneNumber/bindPhoneNumber', |
706 | }) | 706 | }) |
707 | } | 707 | } |
708 | } | 708 | } |
709 | }) | 709 | }) |
710 | } else { | 710 | } else { |
711 | wx.navigateTo({ | 711 | wx.navigateTo({ |
712 | - url: '../bindPhoneNumber/bindPhoneNumber', | 712 | + url: '/pages/bindPhoneNumber/bindPhoneNumber', |
713 | }) | 713 | }) |
714 | } | 714 | } |
715 | } | 715 | } |
-
Please register or login to post a comment