Commit 418f5145682b206881795885cb3a25b8f1733865

Authored by WXD-SEASON\season
1 parent 49e3b03f

登陆页移到E包

Showing 71 changed files with 223 additions and 295 deletions
... ... @@ -820,7 +820,7 @@ App({
820 820 let user_info = getApp().globalData.userInfo;
821 821 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
822 822 wx.navigateTo({
823   - url: '/pages/togoin/togoin',
  823 + url: '/packageE/pages/togoin/togoin',
824 824 })
825 825 return false;
826 826 } else {
... ...
app.json
... ... @@ -24,8 +24,7 @@
24 24 "pages/user/express/express",
25 25 "pages/user/get_user_info/get_user_info",
26 26 "pages/activity/seckill_list/seckill_list",
27   - "pages/activity/pind_list/pind_list",
28   - "pages/togoin/togoin",
  27 + "pages/activity/pind_list/pind_list",
29 28 "pages/team/team_success/team_success",
30 29 "pages/team/team_show/team_show",
31 30 "pages/team/team_ping/team_ping",
... ... @@ -205,9 +204,18 @@
205 204 "pages/shop/order_detail/order_detail",
206 205 "pages/error/error"
207 206 ]
  207 + },
  208 + {
  209 + "root": "packageE/",
  210 + "name": "pack5",
  211 + "pages": [
  212 + "packageE/pages/togoin/togoin"
  213 + ]
208 214 }
209 215  
210 216 ],
  217 +
  218 +
211 219 "permission": {
212 220 "scope.userLocation": {
213 221 "desc": "获取你的位置信息"
... ...
components/diy_service/diy_service.js
... ... @@ -32,7 +32,7 @@ Component({
32 32  
33 33 //-- 跳到绑定注册会员 --
34 34 go_user:function(){
35   - getApp().goto('/pages/togoin/togoin');
  35 + getApp().goto('/packageE/pages/togoin/togoin');
36 36 return false;
37 37 },
38 38  
... ...
components/diy_store_select/diy_store_select.js
... ... @@ -105,7 +105,7 @@ Component({
105 105 var user_id=getApp().globalData.user_id;
106 106 if(!user_id){
107 107 wx.navigateTo({
108   - url: '/pages/togoin/togoin',
  108 + url: '/packageE/pages/togoin/togoin',
109 109 });
110 110 return false;
111 111 }
... ...
packageA/pages/activity_share/activity_share.js
... ... @@ -676,7 +676,7 @@ Page({
676 676 var user_info = getApp().globalData.userInfo;
677 677 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
678 678 //getApp().my_warnning("请先登录",0,this);
679   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  679 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
680 680 return false;
681 681 }
682 682 //类型 0普通商品 1秒杀商品 2商家和会员团 3阶梯团
... ... @@ -1088,7 +1088,7 @@ Page({
1088 1088 var user_info = getApp().globalData.userInfo;
1089 1089 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1090 1090 //getApp().my_warnning("请先登录",0,this);
1091   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  1091 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
1092 1092 return false;
1093 1093 }
1094 1094  
... ... @@ -1107,7 +1107,7 @@ Page({
1107 1107 var user_info = getApp().globalData.userInfo;
1108 1108 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1109 1109 //getApp().my_warnning("请先登录",0,this);
1110   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  1110 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
1111 1111 return false;
1112 1112 }
1113 1113 var index=e.currentTarget.dataset.index;
... ... @@ -1129,7 +1129,7 @@ Page({
1129 1129 var user_info = getApp().globalData.userInfo;
1130 1130 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1131 1131 //getApp().my_warnning("请先登录",0,this);
1132   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  1132 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
1133 1133 return false;
1134 1134 }
1135 1135  
... ... @@ -1147,7 +1147,7 @@ Page({
1147 1147 var user_info = getApp().globalData.userInfo;
1148 1148 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1149 1149 //getApp().my_warnning("请先登录",0,this);
1150   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  1150 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
1151 1151 return false;
1152 1152 }
1153 1153  
... ...
packageA/pages/checkin/checkin.js
... ... @@ -126,7 +126,7 @@ Page({
126 126 let user_info = getApp().globalData.userInfo;
127 127 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
128 128 wx.navigateTo({
129   - url: '/pages/togoin/togoin',
  129 + url: '/packageE/pages/togoin/togoin',
130 130 })
131 131 return false;
132 132 } else {
... ...
packageA/pages/chongzhiDetails/chongzhiDetails.js
... ... @@ -28,7 +28,7 @@ Page({
28 28  
29 29 var UserInfo=app.globalData.userInfo;
30 30 if(!UserInfo) {
31   - getApp().goto("/pages/togoin/togoin");
  31 + getApp().goto("/packageE/pages/togoin/togoin");
32 32 return false;
33 33 }
34 34  
... ...
packageA/pages/goodsInfo/goodsInfo.js
... ... @@ -1328,7 +1328,7 @@ Page({
1328 1328 var user_info = getApp().globalData.userInfo;
1329 1329 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1330 1330 wx.navigateTo({
1331   - url: '/pages/togoin/togoin',
  1331 + url: '/packageE/pages/togoin/togoin',
1332 1332 })
1333 1333 return false;
1334 1334 }
... ... @@ -1870,7 +1870,7 @@ Page({
1870 1870 var user_info = getApp().globalData.userInfo;
1871 1871 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1872 1872 //getApp().my_warnning("请先登录",0,this);
1873   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  1873 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
1874 1874 return false;
1875 1875 }
1876 1876  
... ... @@ -3702,7 +3702,7 @@ Page({
3702 3702 var user_info = getApp().globalData.userInfo;
3703 3703 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
3704 3704 wx.navigateTo({
3705   - url: '/pages/togoin/togoin',
  3705 + url: '/packageE/pages/togoin/togoin',
3706 3706 })
3707 3707 return false;
3708 3708 }
... ... @@ -3739,7 +3739,7 @@ Page({
3739 3739 let user_info = getApp().globalData.userInfo;
3740 3740 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
3741 3741 wx.navigateTo({
3742   - url: '/pages/togoin/togoin',
  3742 + url: '/packageE/pages/togoin/togoin',
3743 3743 })
3744 3744 return false;
3745 3745 };
... ...
packageA/pages/goods_share/goods_share.js
... ... @@ -115,7 +115,7 @@ Page({
115 115 })
116 116  
117 117 if(!app.globalData.userInfo) {
118   - getApp().goto("/pages/togoin/togoin");
  118 + getApp().goto("/packageE/pages/togoin/togoin");
119 119 }
120 120  
121 121  
... ... @@ -371,7 +371,7 @@ Page({
371 371 var user_info = getApp().globalData.userInfo;
372 372 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
373 373 //getApp().my_warnning("请先登录",0,this);
374   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  374 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
375 375 return false;
376 376 }
377 377 //类型 0普通商品 1秒杀商品 2商家和会员团 3阶梯团
... ... @@ -752,7 +752,7 @@ Page({
752 752 var user_info = getApp().globalData.userInfo;
753 753 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
754 754 //getApp().my_warnning("请先登录",0,this);
755   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  755 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
756 756 return false;
757 757 }
758 758  
... ...
packageA/pages/hongBao/hongBao.js
... ... @@ -54,7 +54,7 @@ Page({
54 54 let user_info = app.globalData.userInfo;
55 55 if(user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
56 56 wx.navigateTo({
57   - url: '/pages/togoin/togoin',
  57 + url: '/packageE/pages/togoin/togoin',
58 58 })
59 59 } else {
60 60 resolve();
... ...
packageA/pages/hongBaoDetails/hongBaoDetails.js
... ... @@ -108,7 +108,7 @@ Page({
108 108 let user_info = app.globalData.userInfo;
109 109 if(user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
110 110 wx.navigateTo({
111   - url: '/pages/togoin/togoin',
  111 + url: '/packageE/pages/togoin/togoin',
112 112 })
113 113 } else {
114 114 resolve();
... ...
packageA/pages/liveStreamDetails/liveStreamDetails.js
... ... @@ -56,7 +56,7 @@ Page({
56 56 clickShare: function () {
57 57  
58 58 if(!getApp().globalData.user_id){
59   - getApp().goto("/pages/togoin/togoin");
  59 + getApp().goto("/packageE/pages/togoin/togoin");
60 60 return false;
61 61 }
62 62 this.setData({
... ...
packageA/pages/live_share/live_share.js
... ... @@ -169,7 +169,7 @@ Page({
169 169 var user_info = getApp().globalData.userInfo;
170 170 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
171 171 //getApp().my_warnning("请先登录",0,this);
172   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  172 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
173 173 return false;
174 174 }
175 175  
... ...
packageA/pages/my_service2/appment_main.js
... ... @@ -548,7 +548,7 @@ Page({
548 548 var user_info = getApp().globalData.userInfo;
549 549 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
550 550 wx.navigateTo({
551   - url: '/pages/togoin/togoin',
  551 + url: '/packageE/pages/togoin/togoin',
552 552 })
553 553 return false;
554 554 }
... ...
packageA/pages/prom_list/prom_list.js
... ... @@ -662,7 +662,7 @@ Page({
662 662 var user_info = getApp().globalData.userInfo;
663 663 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
664 664 wx.navigateTo({
665   - url: '/pages/togoin/togoin',
  665 + url: '/packageE/pages/togoin/togoin',
666 666 })
667 667 return false;
668 668 }
... ...
packageA/pages/quan/quan.js
... ... @@ -132,7 +132,7 @@ Page({
132 132 var user_info = getApp().globalData.userInfo;
133 133 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
134 134 //getApp().my_warnning("请先登录",0,this);
135   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  135 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
136 136 return false;
137 137 }
138 138  
... ... @@ -155,7 +155,7 @@ Page({
155 155 var user_info = getApp().globalData.userInfo;
156 156 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
157 157 //getApp().my_warnning("请先登录",0,this);
158   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  158 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
159 159 return false;
160 160 }
161 161  
... ...
packageA/pages/quan_list/quan_list.js
... ... @@ -98,7 +98,7 @@ Page({
98 98 var user_info = getApp().globalData.userInfo;
99 99 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
100 100 wx.navigateTo({
101   - url: '/pages/togoin/togoin',
  101 + url: '/packageE/pages/togoin/togoin',
102 102 })
103 103 return false;
104 104 }
... ...
packageA/pages/quan_pro/quan_pro.js
... ... @@ -82,7 +82,7 @@ Page({
82 82 var user_info = getApp().globalData.userInfo;
83 83 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
84 84 wx.navigateTo({
85   - url: '/pages/togoin/togoin',
  85 + url: '/packageE/pages/togoin/togoin',
86 86 })
87 87 return false;
88 88 }
... ...
packageA/pages/serviceCard_pd/goodsInfo/goodsInfo.js
... ... @@ -1216,7 +1216,7 @@ Page({
1216 1216 var user_info = getApp().globalData.userInfo;
1217 1217 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1218 1218 wx.navigateTo({
1219   - url: '/pages/togoin/togoin',
  1219 + url: '/packageE/pages/togoin/togoin',
1220 1220 })
1221 1221 return false;
1222 1222 }
... ... @@ -1742,7 +1742,7 @@ Page({
1742 1742 var user_info = getApp().globalData.userInfo;
1743 1743 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1744 1744 //getApp().my_warnning("请先登录",0,this);
1745   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  1745 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
1746 1746 return false;
1747 1747 }
1748 1748  
... ... @@ -3568,7 +3568,7 @@ Page({
3568 3568 var user_info = getApp().globalData.userInfo;
3569 3569 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
3570 3570 wx.navigateTo({
3571   - url: '/pages/togoin/togoin',
  3571 + url: '/packageE/pages/togoin/togoin',
3572 3572 })
3573 3573 return false;
3574 3574 }
... ... @@ -3606,7 +3606,7 @@ Page({
3606 3606 let user_info = getApp().globalData.userInfo;
3607 3607 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
3608 3608 wx.navigateTo({
3609   - url: '/pages/togoin/togoin',
  3609 + url: '/packageE/pages/togoin/togoin',
3610 3610 })
3611 3611 return false;
3612 3612 };
... ... @@ -4175,7 +4175,7 @@ Page({
4175 4175 var user_info = getApp().globalData.userInfo;
4176 4176 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
4177 4177 wx.navigateTo({
4178   - url: '/pages/togoin/togoin',
  4178 + url: '/packageE/pages/togoin/togoin',
4179 4179 })
4180 4180 return false;
4181 4181 }
... ...
packageA/pages/serviceCard_pd/team_show/team_show.js
... ... @@ -162,7 +162,7 @@ Page({
162 162 //--先判断会员状态--
163 163 var user_info=getApp().globalData.userInfo;
164 164 if(user_info==null || user_info.mobile==undefined || user_info.mobile=="" || user_info.mobile==null){
165   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  165 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
166 166 return false;
167 167 }
168 168  
... ...
packageA/pages/serviceCard_pd/team_success/team_success.js
... ... @@ -854,7 +854,7 @@ Page({
854 854  
855 855 clickShare() {
856 856 if(!getApp().globalData.user_id){
857   - getApp().goto("/pages/togoin/togoin");
  857 + getApp().goto("/packageE/pages/togoin/togoin");
858 858 return false;
859 859 }
860 860 this.setData({
... ...
packageA/pages/service_record/service_record.js
... ... @@ -57,7 +57,7 @@ Page({
57 57 let user_info = app.globalData.userInfo;
58 58 if(user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
59 59 wx.navigateTo({
60   - url: '/pages/togoin/togoin',
  60 + url: '/packageE/pages/togoin/togoin',
61 61 })
62 62 } else {
63 63 resolve();
... ...
packageA/pages/service_share/service_share.js
... ... @@ -344,7 +344,7 @@ Page({
344 344 var user_info = getApp().globalData.userInfo;
345 345 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
346 346 //getApp().my_warnning("请先登录",0,this);
347   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  347 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
348 348 return false;
349 349 }
350 350 //类型 0普通商品 1秒杀商品 2商家和会员团 3阶梯团
... ... @@ -731,7 +731,7 @@ Page({
731 731 var user_info = getApp().globalData.userInfo;
732 732 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
733 733 //getApp().my_warnning("请先登录",0,this);
734   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  734 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
735 735 return false;
736 736 }
737 737  
... ...
packageB/pages/boxes-list/boxes-list.js
... ... @@ -109,7 +109,7 @@ Page({
109 109 let user_info = getApp().globalData.userInfo;
110 110 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
111 111 wx.navigateTo({
112   - url: '/pages/togoin/togoin',
  112 + url: '/packageE/pages/togoin/togoin',
113 113 })
114 114 return false;
115 115 };
... ...
packageB/pages/evaluate/evaluate.js
... ... @@ -249,7 +249,7 @@ Page({
249 249  
250 250  
251 251 if(!userinfo){
252   - getApp().goto("/pages/togoin/togoin");
  252 + getApp().goto("/packageE/pages/togoin/togoin");
253 253 }
254 254  
255 255  
... ...
packageB/pages/zuhegou/index/index.js
... ... @@ -369,7 +369,7 @@ Page({
369 369 })
370 370  
371 371 } else {
372   - getApp().goto("/pages/togoin/togoin");
  372 + getApp().goto("/packageE/pages/togoin/togoin");
373 373 return false;
374 374 }
375 375 })
... ... @@ -521,7 +521,7 @@ Page({
521 521 var index = e.currentTarget.dataset.index;
522 522 var userInfo = getApp().globalData.userInfo;
523 523 if (!userInfo) {
524   - getApp().goto("/pages/togoin/togoin");
  524 + getApp().goto("/packageE/pages/togoin/togoin");
525 525 return false;
526 526 }
527 527 let haveAdded = this.data.list[index].haveAdded;
... ... @@ -656,7 +656,7 @@ Page({
656 656 var th = this;
657 657 var userInfo = getApp().globalData.userInfo;
658 658 if (!userInfo) {
659   - getApp().goto("/pages/togoin/togoin");
  659 + getApp().goto("/packageE/pages/togoin/togoin");
660 660 return false;
661 661 }
662 662  
... ... @@ -679,7 +679,7 @@ Page({
679 679 sub(e) {
680 680 var userInfo = getApp().globalData.userInfo;
681 681 if (!userInfo) {
682   - getApp().goto("/pages/togoin/togoin");
  682 + getApp().goto("/packageE/pages/togoin/togoin");
683 683 return false;
684 684 }
685 685  
... ... @@ -784,7 +784,7 @@ Page({
784 784 var th = this;
785 785 var userInfo = getApp().globalData.userInfo;
786 786 if (!userInfo) {
787   - getApp().goto("/pages/togoin/togoin");
  787 + getApp().goto("/packageE/pages/togoin/togoin");
788 788 return false;
789 789 }
790 790 wx.showLoading();
... ... @@ -1694,7 +1694,7 @@ Page({
1694 1694 user_id = getApp().globalData.user_id;
1695 1695  
1696 1696 if (user_id == null) {
1697   - getApp().goto("/pages/togoin/togoin");
  1697 + getApp().goto("/packageE/pages/togoin/togoin");
1698 1698 return false;
1699 1699 }
1700 1700 if (map && map.has(gd.goods_id)) {
... ... @@ -1792,7 +1792,7 @@ Page({
1792 1792 choose_store: function (e) {
1793 1793 var userInfo = getApp().globalData.userInfo;
1794 1794 if (!userInfo) {
1795   - getApp().goto("/pages/togoin/togoin");
  1795 + getApp().goto("/packageE/pages/togoin/togoin");
1796 1796 return false;
1797 1797 }
1798 1798 this.data.only = 1;
... ...
packageB/pages/zuhegou/preindex/index.js
... ... @@ -370,7 +370,7 @@ Page({
370 370 })
371 371  
372 372 } else {
373   - getApp().goto("/pages/togoin/togoin");
  373 + getApp().goto("/packageE/pages/togoin/togoin");
374 374 return false;
375 375 }
376 376 })
... ... @@ -523,7 +523,7 @@ Page({
523 523 var index = e.currentTarget.dataset.index;
524 524 var userInfo = getApp().globalData.userInfo;
525 525 if (!userInfo) {
526   - getApp().goto("/pages/togoin/togoin");
  526 + getApp().goto("/packageE/pages/togoin/togoin");
527 527 return false;
528 528 }
529 529 let haveAdded = this.data.list[index].haveAdded;
... ... @@ -658,7 +658,7 @@ Page({
658 658 var th = this;
659 659 var userInfo = getApp().globalData.userInfo;
660 660 if (!userInfo) {
661   - getApp().goto("/pages/togoin/togoin");
  661 + getApp().goto("/packageE/pages/togoin/togoin");
662 662 return false;
663 663 }
664 664  
... ... @@ -681,7 +681,7 @@ Page({
681 681 sub(e) {
682 682 var userInfo = getApp().globalData.userInfo;
683 683 if (!userInfo) {
684   - getApp().goto("/pages/togoin/togoin");
  684 + getApp().goto("/packageE/pages/togoin/togoin");
685 685 return false;
686 686 }
687 687  
... ... @@ -786,7 +786,7 @@ Page({
786 786 var th = this;
787 787 var userInfo = getApp().globalData.userInfo;
788 788 if (!userInfo) {
789   - getApp().goto("/pages/togoin/togoin");
  789 + getApp().goto("/packageE/pages/togoin/togoin");
790 790 return false;
791 791 }
792 792 wx.showLoading();
... ... @@ -1695,7 +1695,7 @@ Page({
1695 1695 user_id = getApp().globalData.user_id;
1696 1696  
1697 1697 if (user_id == null) {
1698   - getApp().goto("/pages/togoin/togoin");
  1698 + getApp().goto("/packageE/pages/togoin/togoin");
1699 1699 return false;
1700 1700 }
1701 1701 if (map && map.has(gd.goods_id)) {
... ... @@ -1793,7 +1793,7 @@ Page({
1793 1793 choose_store: function (e) {
1794 1794 var userInfo = getApp().globalData.userInfo;
1795 1795 if (!userInfo) {
1796   - getApp().goto("/pages/togoin/togoin");
  1796 + getApp().goto("/packageE/pages/togoin/togoin");
1797 1797 return false;
1798 1798 }
1799 1799 this.data.only = 1;
... ...
packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js
... ... @@ -447,7 +447,7 @@ Page({
447 447 var user_info = getApp().globalData.userInfo;
448 448 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
449 449 //getApp().my_warnning("请先登录",0,this);
450   - // wx.navigateTo({ url: '/pages/togoin/togoin', })
  450 + // wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
451 451 // return false;
452 452 }
453 453  
... ... @@ -1011,7 +1011,7 @@ Page({
1011 1011  
1012 1012 clickShare() {
1013 1013 if(!getApp().globalData.user_id){
1014   - getApp().goto("/pages/togoin/togoin");
  1014 + getApp().goto("/packageE/pages/togoin/togoin");
1015 1015 return false;
1016 1016 }
1017 1017 this.setData({
... ...
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js
... ... @@ -540,7 +540,7 @@ Page({
540 540  
541 541 getApp().is_Single_page(th, function () {
542 542 wx.navigateTo({
543   - url: '/pages/togoin/togoin',
  543 + url: '/packageE/pages/togoin/togoin',
544 544 })
545 545 return false;
546 546 })
... ... @@ -2064,7 +2064,7 @@ Page({
2064 2064 var user_info = getApp().globalData.userInfo;
2065 2065 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
2066 2066 wx.navigateTo({
2067   - url: '/pages/togoin/togoin',
  2067 + url: '/packageE/pages/togoin/togoin',
2068 2068 })
2069 2069 return false;
2070 2070 }
... ... @@ -3917,7 +3917,7 @@ Page({
3917 3917 var user_info = getApp().globalData.userInfo;
3918 3918 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
3919 3919 wx.navigateTo({
3920   - url: '/pages/togoin/togoin',
  3920 + url: '/packageE/pages/togoin/togoin',
3921 3921 })
3922 3922 return false;
3923 3923 };
... ... @@ -4491,7 +4491,7 @@ Page({
4491 4491 var user_info = getApp().globalData.userInfo;
4492 4492 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
4493 4493 wx.navigateTo({
4494   - url: '/pages/togoin/togoin',
  4494 + url: '/packageE/pages/togoin/togoin',
4495 4495 })
4496 4496 return false;
4497 4497 }
... ... @@ -4643,7 +4643,7 @@ Page({
4643 4643 var user_info = getApp().globalData.userInfo;
4644 4644 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
4645 4645 //getApp().my_warnning("请先登录",0,this);
4646   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  4646 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
4647 4647 return false;
4648 4648 }
4649 4649  
... ... @@ -6224,7 +6224,7 @@ Page({
6224 6224  
6225 6225 clickShare() {
6226 6226 if(!getApp().globalData.user_id){
6227   - getApp().goto("/pages/togoin/togoin");
  6227 + getApp().goto("/packageE/pages/togoin/togoin");
6228 6228 return false;
6229 6229 }
6230 6230 this.setData({
... ... @@ -6533,7 +6533,7 @@ Page({
6533 6533 let user_info = getApp().globalData.userInfo;
6534 6534 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
6535 6535 wx.navigateTo({
6536   - url: '/pages/togoin/togoin',
  6536 + url: '/packageE/pages/togoin/togoin',
6537 6537 })
6538 6538 return false;
6539 6539 };
... ...
packageC/pages/presell/cart/cart.js
... ... @@ -136,7 +136,7 @@ Page({
136 136 }
137 137 });
138 138 if (!getApp().globalData.userInfo) {
139   - getApp().goto("/pages/togoin/togoin");
  139 + getApp().goto("/packageE/pages/togoin/togoin");
140 140 }
141 141  
142 142 //判断是不是佣金抵扣
... ...
packageC/pages/presell/goodsInfo/goodsInfo.js
... ... @@ -1260,7 +1260,7 @@ Page({
1260 1260 var user_info = getApp().globalData.userInfo;
1261 1261 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1262 1262 wx.navigateTo({
1263   - url: '/pages/togoin/togoin',
  1263 + url: '/packageE/pages/togoin/togoin',
1264 1264 })
1265 1265 return false;
1266 1266 }
... ... @@ -2656,7 +2656,7 @@ Page({
2656 2656 var user_info = getApp().globalData.userInfo;
2657 2657 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
2658 2658 wx.navigateTo({
2659   - url: '/pages/togoin/togoin',
  2659 + url: '/packageE/pages/togoin/togoin',
2660 2660 })
2661 2661 return false;
2662 2662 }
... ... @@ -2719,7 +2719,7 @@ Page({
2719 2719 var user_info = getApp().globalData.userInfo;
2720 2720 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
2721 2721 //getApp().my_warnning("请先登录",0,this);
2722   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  2722 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
2723 2723 return false;
2724 2724 }
2725 2725  
... ... @@ -3873,7 +3873,7 @@ Page({
3873 3873  
3874 3874 clickShare() {
3875 3875 if(!getApp().globalData.user_id){
3876   - getApp().goto("/pages/togoin/togoin");
  3876 + getApp().goto("/packageE/pages/togoin/togoin");
3877 3877 return false;
3878 3878 }
3879 3879 this.setData({ share_hidden: true, });
... ... @@ -4076,7 +4076,7 @@ Page({
4076 4076 let user_info = getApp().globalData.userInfo;
4077 4077 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
4078 4078 wx.navigateTo({
4079   - url: '/pages/togoin/togoin',
  4079 + url: '/packageE/pages/togoin/togoin',
4080 4080 })
4081 4081 return false;
4082 4082 };
... ...
packageC/pages/presell/list/list.js
... ... @@ -56,7 +56,7 @@ Page({
56 56 //调用列表
57 57 this.get_list();
58 58 }else{
59   - getApp().goto("/pages/togoin/togoin");
  59 + getApp().goto("/packageE/pages/togoin/togoin");
60 60 }
61 61  
62 62 var room_id = t.room_id;
... ...
packageC/pages/presell/pregoodsInfo/goodsInfo.js
... ... @@ -1254,7 +1254,7 @@ Page({
1254 1254 var user_info = getApp().globalData.userInfo;
1255 1255 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1256 1256 wx.navigateTo({
1257   - url: '/pages/togoin/togoin',
  1257 + url: '/packageE/pages/togoin/togoin',
1258 1258 })
1259 1259 return false;
1260 1260 }
... ... @@ -2619,7 +2619,7 @@ Page({
2619 2619 var user_info = getApp().globalData.userInfo;
2620 2620 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
2621 2621 wx.navigateTo({
2622   - url: '/pages/togoin/togoin',
  2622 + url: '/packageE/pages/togoin/togoin',
2623 2623 })
2624 2624 return false;
2625 2625 }
... ... @@ -2682,7 +2682,7 @@ Page({
2682 2682 var user_info = getApp().globalData.userInfo;
2683 2683 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
2684 2684 //getApp().my_warnning("请先登录",0,this);
2685   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  2685 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
2686 2686 return false;
2687 2687 }
2688 2688  
... ... @@ -3837,7 +3837,7 @@ Page({
3837 3837  
3838 3838 clickShare() {
3839 3839 if(!getApp().globalData.user_id){
3840   - getApp().goto("/pages/togoin/togoin");
  3840 + getApp().goto("/packageE/pages/togoin/togoin");
3841 3841 return false;
3842 3842 }
3843 3843 this.setData({ share_hidden: true, });
... ...
packageD/pages/AI-test-skin/index/aiskin.js
... ... @@ -33,7 +33,7 @@ Page({
33 33 let user_id=getApp().globalData.user_id;
34 34 if(!user_id) {
35 35 setTimeout(function () {
36   - let url = "/pages/togoin/togoin";
  36 + let url = "/packageE/pages/togoin/togoin";
37 37 app.goto(url);
38 38 }, 1000)
39 39 }
... ... @@ -86,7 +86,7 @@ Page({
86 86 });
87 87  
88 88 setTimeout(function () {
89   - let url = "/pages/togoin/togoin";
  89 + let url = "/packageE/pages/togoin/togoin";
90 90 app.goto(url);
91 91 }, 1000)
92 92 return false;
... ...
packageD/pages/AI-test-skin/success_result/success_result.js
... ... @@ -845,7 +845,7 @@ Page({
845 845 //--先判断会员状态--
846 846 var user_info = getApp().globalData.userInfo;
847 847 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
848   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  848 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
849 849 return false;
850 850 }
851 851 if (this.data.share_hidden) {
... ... @@ -1140,7 +1140,7 @@ Page({
1140 1140 var user_info = getApp().globalData.userInfo;
1141 1141 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1142 1142 wx.navigateTo({
1143   - url: '/pages/togoin/togoin',
  1143 + url: '/packageE/pages/togoin/togoin',
1144 1144 })
1145 1145 return false;
1146 1146 }
... ...
packageD/pages/user/deposit/deposit.js
... ... @@ -28,7 +28,7 @@ Page({
28 28 // --先判断会员状态--
29 29 var user_info = getApp().globalData.userInfo;
30 30 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
31   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  31 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
32 32 return false;
33 33 }
34 34 wx.setNavigationBarTitle({
... ...
packageD/pages/user/deposit/prepaid/prepaid.js
... ... @@ -35,7 +35,7 @@ Page({
35 35 else{
36 36 wx.showToast({ title: "您还未登陆,请先授权", icon: 'none', duration: 2000 })
37 37 setTimeout(function () {
38   - getApp().goto("/pages/togoin/togoin");
  38 + getApp().goto("/packageE/pages/togoin/togoin");
39 39 },1200)
40 40 }
41 41  
... ...
packageD/pages/user/integral/integral.js
... ... @@ -311,7 +311,7 @@ Page({
311 311 //--先判断会员状态--
312 312 var user_info = getApp().globalData.userInfo;
313 313 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
314   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  314 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
315 315 return false;
316 316 }
317 317  
... ...
packageD/pages/user/member/bring/bring.js
... ... @@ -337,7 +337,7 @@ Page({
337 337 var user_info = getApp().globalData.userInfo;
338 338 if (user_info == null || user_info.mobile == undefined || user_info.mobile == " " || user_info.mobile == null) {
339 339 wx.navigateTo({
340   - url: '/pages/togoin/togoin',
  340 + url: '/packageE/pages/togoin/togoin',
341 341 })
342 342 return false;
343 343 }
... ...
packageD/pages/user/member/menber.js
... ... @@ -25,7 +25,7 @@ Page({
25 25 //--先判断会员状态--
26 26 var user_info = getApp().globalData.userInfo;
27 27 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
28   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  28 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
29 29 return false;
30 30 }
31 31 this.init_fir();
... ...
packageE/packageE/pages/togoin/togoin.js 0 → 100644
  1 +// packageE/packageE/pages/togoin/togoin.js
  2 +Page({
  3 +
  4 + /**
  5 + * 页面的初始数据
  6 + */
  7 + data: {
  8 +
  9 + },
  10 +
  11 + /**
  12 + * 生命周期函数--监听页面加载
  13 + */
  14 + onLoad(options) {
  15 +
  16 + },
  17 +
  18 + /**
  19 + * 生命周期函数--监听页面初次渲染完成
  20 + */
  21 + onReady() {
  22 +
  23 + },
  24 +
  25 + /**
  26 + * 生命周期函数--监听页面显示
  27 + */
  28 + onShow() {
  29 +
  30 + },
  31 +
  32 + /**
  33 + * 生命周期函数--监听页面隐藏
  34 + */
  35 + onHide() {
  36 +
  37 + },
  38 +
  39 + /**
  40 + * 生命周期函数--监听页面卸载
  41 + */
  42 + onUnload() {
  43 +
  44 + },
  45 +
  46 + /**
  47 + * 页面相关事件处理函数--监听用户下拉动作
  48 + */
  49 + onPullDownRefresh() {
  50 +
  51 + },
  52 +
  53 + /**
  54 + * 页面上拉触底事件的处理函数
  55 + */
  56 + onReachBottom() {
  57 +
  58 + },
  59 +
  60 + /**
  61 + * 用户点击右上角分享
  62 + */
  63 + onShareAppMessage() {
  64 +
  65 + }
  66 +})
0 67 \ No newline at end of file
... ...
packageE/packageE/pages/togoin/togoin.json 0 → 100644
  1 +{
  2 + "usingComponents": {}
  3 +}
0 4 \ No newline at end of file
... ...
packageE/packageE/pages/togoin/togoin.wxml 0 → 100644
  1 +<!--packageE/packageE/pages/togoin/togoin.wxml-->
  2 +<text>packageE/packageE/pages/togoin/togoin.wxml</text>
... ...
packageE/packageE/pages/togoin/togoin.wxss 0 → 100644
  1 +/* packageE/packageE/pages/togoin/togoin.wxss */
0 2 \ No newline at end of file
... ...
pages/togoin/togoin.js renamed to packageE/pages/togoin/togoin.js
pages/togoin/togoin.json renamed to packageE/pages/togoin/togoin.json
pages/togoin/togoin.wxml renamed to packageE/pages/togoin/togoin.wxml
pages/togoin/togoin.wxss renamed to packageE/pages/togoin/togoin.wxss
pages/distribution/distribution.js
... ... @@ -22,7 +22,7 @@ Page({
22 22 userInfo: app.globalData.userInfo,
23 23 });
24 24 }else{
25   - getApp().goto("/pages/togoin/togoin") //跳到非tabbar页
  25 + getApp().goto("/packageE/pages/togoin/togoin") //跳到非tabbar页
26 26 }
27 27 wx.setNavigationBarTitle({
28 28 title: "我的分销",
... ... @@ -340,6 +340,6 @@ Page({
340 340 },
341 341  
342 342 go_login(){
343   - getApp().goto("/pages/togoin/togoin") //跳到非tabbar页
  343 + getApp().goto("/packageE/pages/togoin/togoin") //跳到非tabbar页
344 344 }
345 345 })
346 346 \ No newline at end of file
... ...
pages/giftpack/birthdaygift/birthdaygift.js
... ... @@ -127,7 +127,7 @@ Page({
127 127 //--先判断会员状态--
128 128 var user_info = getApp().globalData.userInfo;
129 129 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
130   - getApp().goto('/pages/togoin/togoin');
  130 + getApp().goto('/packageE/pages/togoin/togoin');
131 131 return false;
132 132 }
133 133 this.GetList();
... ...
pages/giftpack/buygiftpack/giftpackbuy.js
... ... @@ -135,7 +135,7 @@ Page({
135 135 getApp().is_Single_page(this, function () {
136 136 var user_info = getApp().globalData.userInfo;
137 137 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
138   - getApp().goto('/pages/togoin/togoin');
  138 + getApp().goto('/packageE/pages/togoin/togoin');
139 139 return false;
140 140 }
141 141 com.wait_for_store_config(th);
... ...
pages/giftpack/evaluategift/evaluategift.js
... ... @@ -160,7 +160,7 @@ Page({
160 160 //--先判断会员状态--
161 161 var user_info = getApp().globalData.userInfo;
162 162 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
163   - getApp().goto('/pages/togoin/togoin');
  163 + getApp().goto('/packageE/pages/togoin/togoin');
164 164 return false;
165 165 }
166 166  
... ...
pages/giftpack/festival/festival.js
... ... @@ -133,7 +133,7 @@ Page({
133 133 //--先判断会员状态--
134 134 var user_info = getApp().globalData.userInfo;
135 135 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
136   - getApp().goto('/pages/togoin/togoin');
  136 + getApp().goto('/packageE/pages/togoin/togoin');
137 137 return false;
138 138 }
139 139 this.is_festival();
... ...
pages/giftpack/giftpacklist/giftpacklist.js
... ... @@ -167,7 +167,7 @@ Page({
167 167 //--先判断会员状态--
168 168 var user_info = getApp().globalData.userInfo;
169 169 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
170   - getApp().goto('/pages/togoin/togoin');
  170 + getApp().goto('/packageE/pages/togoin/togoin');
171 171 return false;
172 172 }
173 173 this.init();
... ... @@ -903,7 +903,7 @@ Page({
903 903  
904 904 clickShare() {
905 905 if (!getApp().globalData.user_id) {
906   - getApp().goto("/pages/togoin/togoin");
  906 + getApp().goto("/packageE/pages/togoin/togoin");
907 907 return false;
908 908 }
909 909 this.setData({
... ... @@ -930,7 +930,7 @@ Page({
930 930 var user_info = getApp().globalData.userInfo;
931 931 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
932 932 //getApp().my_warnning("请先登录",0,this);
933   - wx.navigateTo({url: '/pages/togoin/togoin',})
  933 + wx.navigateTo({url: '/packageE/pages/togoin/togoin',})
934 934 return false;
935 935 }
936 936  
... ...
pages/giftpack/mygiftpack/mygiftpack.js
... ... @@ -83,7 +83,7 @@ Page({
83 83 getApp().is_Single_page(this, function () {
84 84 var user_info = getApp().globalData.userInfo;
85 85 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
86   - getApp().goto('/pages/togoin/togoin');
  86 + getApp().goto('/packageE/pages/togoin/togoin');
87 87 return false;
88 88 }
89 89 this.init()
... ...
pages/giftpack/newvipgift/newvipgift.js
... ... @@ -126,7 +126,7 @@ Page({
126 126 //--先判断会员状态--
127 127 var user_info = getApp().globalData.userInfo;
128 128 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
129   - getApp().goto('/pages/togoin/togoin');
  129 + getApp().goto('/packageE/pages/togoin/togoin');
130 130 return false;
131 131 }
132 132 this.GetList();
... ...
pages/goods/goodsInfo/goodsInfo.js
... ... @@ -2272,7 +2272,7 @@ Page({
2272 2272 var user_info = getApp().globalData.userInfo;
2273 2273 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
2274 2274 wx.navigateTo({
2275   - url: '/pages/togoin/togoin',
  2275 + url: '/packageE/pages/togoin/togoin',
2276 2276 })
2277 2277 return false;
2278 2278 }
... ... @@ -2297,7 +2297,7 @@ Page({
2297 2297 var user_info = getApp().globalData.userInfo;
2298 2298 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
2299 2299 wx.navigateTo({
2300   - url: '/pages/togoin/togoin',
  2300 + url: '/packageE/pages/togoin/togoin',
2301 2301 })
2302 2302 return false;
2303 2303 }
... ... @@ -4234,7 +4234,7 @@ Page({
4234 4234 var user_info = getApp().globalData.userInfo;
4235 4235 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
4236 4236 wx.navigateTo({
4237   - url: '/pages/togoin/togoin',
  4237 + url: '/packageE/pages/togoin/togoin',
4238 4238 })
4239 4239 return false;
4240 4240 }
... ... @@ -4833,7 +4833,7 @@ Page({
4833 4833 var user_info = getApp().globalData.userInfo;
4834 4834 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
4835 4835 wx.navigateTo({
4836   - url: '/pages/togoin/togoin',
  4836 + url: '/packageE/pages/togoin/togoin',
4837 4837 })
4838 4838 return false;
4839 4839 }
... ... @@ -5028,7 +5028,7 @@ Page({
5028 5028 var user_info = getApp().globalData.userInfo;
5029 5029 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
5030 5030 //getApp().my_warnning("请先登录",0,this);
5031   - wx.navigateTo({url: '/pages/togoin/togoin',})
  5031 + wx.navigateTo({url: '/packageE/pages/togoin/togoin',})
5032 5032 return false;
5033 5033 }
5034 5034  
... ... @@ -6516,7 +6516,7 @@ Page({
6516 6516  
6517 6517 clickShare() {
6518 6518 if(!getApp().globalData.user_id){
6519   - getApp().goto("/pages/togoin/togoin");
  6519 + getApp().goto("/packageE/pages/togoin/togoin");
6520 6520 return false;
6521 6521 }
6522 6522 this.setData({
... ... @@ -6817,7 +6817,7 @@ Page({
6817 6817 let user_info = getApp().globalData.userInfo;
6818 6818 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
6819 6819 wx.navigateTo({
6820   - url: '/pages/togoin/togoin',
  6820 + url: '/packageE/pages/togoin/togoin',
6821 6821 })
6822 6822 return false;
6823 6823 };
... ...
pages/index/index/index.js
... ... @@ -1031,7 +1031,7 @@ Page({
1031 1031 var user_info = getApp().globalData.userInfo;
1032 1032 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
1033 1033 wx.navigateTo({
1034   - url: '/pages/togoin/togoin',
  1034 + url: '/packageE/pages/togoin/togoin',
1035 1035 //url: '/pages/getphone/getphone',
1036 1036 })
1037 1037 return false;
... ... @@ -1219,7 +1219,7 @@ Page({
1219 1219 go_pre: function (e) {
1220 1220 var userInfo = getApp().globalData.userInfo;
1221 1221 if (!userInfo) {
1222   - getApp().goto("/pages/togoin/togoin");
  1222 + getApp().goto("/packageE/pages/togoin/togoin");
1223 1223 return false;
1224 1224 }
1225 1225 var url = e.currentTarget.dataset.url;
... ...
pages/team/team_show/team_show.js
... ... @@ -163,7 +163,7 @@ Page({
163 163 //--先判断会员状态--
164 164 var user_info=getApp().globalData.userInfo;
165 165 if(user_info==null || user_info.mobile==undefined || user_info.mobile=="" || user_info.mobile==null){
166   - wx.navigateTo({ url: '/pages/togoin/togoin', })
  166 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
167 167 return false;
168 168 }
169 169  
... ...
pages/team/team_success/team_success.js
... ... @@ -844,7 +844,7 @@ Page({
844 844  
845 845 clickShare() {
846 846 if(!getApp().globalData.user_id){
847   - getApp().goto("/pages/togoin/togoin");
  847 + getApp().goto("/packageE/pages/togoin/togoin");
848 848 return false;
849 849 }
850 850 this.setData({
... ...
pages/user/assistance/assistance.js
... ... @@ -54,7 +54,7 @@ Page({
54 54 getApp().is_Single_page(this, function () {
55 55 var user_info = getApp().globalData.userInfo;
56 56 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
57   - getApp().goto('/pages/togoin/togoin');
  57 + getApp().goto('/packageE/pages/togoin/togoin');
58 58 return false;
59 59 }
60 60 // 助力活动
... ...
pages/user/assistance/friend_assistance.js
... ... @@ -58,7 +58,7 @@ Page({
58 58 //--先判断会员状态--
59 59 var user_info = getApp().globalData.userInfo;
60 60 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
61   - getApp().goto('/pages/togoin/togoin');
  61 + getApp().goto('/packageE/pages/togoin/togoin');
62 62 return false;
63 63 }
64 64  
... ... @@ -118,7 +118,7 @@ Page({
118 118 var user_info = getApp().globalData.userInfo;
119 119 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
120 120 wx.navigateTo({
121   - url: '/pages/togoin/togoin',
  121 + url: '/packageE/pages/togoin/togoin',
122 122 })
123 123 return false;
124 124 }
... ...
pages/user/assistance/giftpacklist.js
... ... @@ -71,7 +71,7 @@ Page({
71 71 //--先判断会员状态--
72 72 var user_info = getApp().globalData.userInfo;
73 73 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
74   - getApp().goto('/pages/togoin/togoin');
  74 + getApp().goto('/packageE/pages/togoin/togoin');
75 75 return false;
76 76 }
77 77  
... ...
pages/user/assistance/task_assistance.js
... ... @@ -143,7 +143,7 @@ Page({
143 143 //--先判断会员状态--
144 144 var user_info = getApp().globalData.userInfo;
145 145 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
146   - getApp().goto('/pages/togoin/togoin');
  146 + getApp().goto('/packageE/pages/togoin/togoin');
147 147 return false;
148 148 }
149 149  
... ...
pages/user/cardinfo/cardinfo.js
... ... @@ -53,7 +53,7 @@ Page({
53 53 //--先判断会员状态--
54 54 var user_info = getApp().globalData.userInfo;
55 55 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
56   - wx.navigateTo({ url: '/pages/togoin/togoin' })
  56 + wx.navigateTo({ url: '/packageE/pages/togoin/togoin' })
57 57 return false;
58 58 }
59 59  
... ...
pages/user/index/index.js
... ... @@ -58,7 +58,7 @@ Page({
58 58 getApp().goto(url);
59 59 } else {
60 60 wx.navigateTo({
61   - url: '/pages/togoin/togoin',
  61 + url: '/packageE/pages/togoin/togoin',
62 62 })
63 63 }
64 64 },
... ... @@ -597,7 +597,7 @@ Page({
597 597 //--跳到绑定页面--
598 598 gobindtel: function () {
599 599 wx.navigateTo({
600   - url: '/pages/togoin/togoin',
  600 + url: '/packageE/pages/togoin/togoin',
601 601 })
602 602 },
603 603  
... ... @@ -972,7 +972,7 @@ Page({
972 972 let user_info = getApp().globalData.userInfo;
973 973 if (user_info == null || user_info.mobile == undefined || user_info.mobile == '' || user_info.mobile == null) {
974 974 wx.navigateTo({
975   - url: '/pages/togoin/togoin',
  975 + url: '/packageE/pages/togoin/togoin',
976 976 })
977 977 return false;
978 978 };
... ...
pages/user/my_service/tment_details.js
... ... @@ -76,7 +76,7 @@ Page({
76 76  
77 77 var user=getApp().globalData.userInfo;
78 78 if(!user){
79   - getApp().goto("/pages/togoin/togoin");
  79 + getApp().goto("/packageE/pages/togoin/togoin");
80 80 }
81 81  
82 82 },
... ...
pages/user/plus/plus.js
... ... @@ -72,7 +72,7 @@ Page({
72 72 var user_info = getApp().globalData.userInfo;
73 73 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
74 74 wx.navigateTo({
75   - url: '/pages/togoin/togoin?first_leader=' + fir_leader,
  75 + url: '/packageE/pages/togoin/togoin?first_leader=' + fir_leader,
76 76 })
77 77 return false;
78 78 }
... ... @@ -543,7 +543,7 @@ Page({
543 543 var user_info = getApp().globalData.userInfo;
544 544 if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
545 545 wx.navigateTo({
546   - url: '/pages/togoin/togoin?first_leader=' + fir_leader,
  546 + url: '/packageE/pages/togoin/togoin?first_leader=' + fir_leader,
547 547 })
548 548 return false;
549 549 }
... ...
project.config.json
1 1 {
2   - "description": "项目配置文件",
3   - "packOptions": {
4   - "ignore": []
5   - },
  2 + "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
6 3 "setting": {
7 4 "urlCheck": false,
8 5 "es6": true,
... ... @@ -16,15 +13,13 @@
16 13 "autoAudits": false,
17 14 "showShadowRootInWxmlPanel": true,
18 15 "scopeDataCheck": false,
19   - "uglifyFileName": false,
  16 + "uglifyFileName": true,
20 17 "checkInvalidKey": true,
21 18 "checkSiteMap": true,
22 19 "uploadWithSourceMap": true,
23 20 "compileHotReLoad": false,
24 21 "lazyloadPlaceholderEnable": false,
25 22 "useMultiFrameRuntime": true,
26   - "useApiHook": true,
27   - "useApiHostProcess": false,
28 23 "babelSetting": {
29 24 "ignore": [],
30 25 "disablePlugins": [],
... ... @@ -35,1031 +30,884 @@
35 30 "packNpmManually": false,
36 31 "packNpmRelationList": [],
37 32 "minifyWXSS": true,
38   - "showES6CompileOption": false
  33 + "showES6CompileOption": false,
  34 + "disableUseStrict": false,
  35 + "useCompilerPlugins": false,
  36 + "ignoreUploadUnusedFiles": true,
  37 + "useStaticServer": true,
  38 + "minifyWXML": true,
  39 + "useApiHostProcess": false
39 40 },
40 41 "compileType": "miniprogram",
41   - "libVersion": "2.16.0",
42   - "appid": "wx2ea7cdd3ef52cdff",
43   - "projectname": "MShopWeApp",
44   - "debugOptions": {
45   - "hidedInDevtools": []
46   - },
47   - "isGameTourist": false,
48 42 "simulatorType": "wechat",
49 43 "simulatorPluginLibVersion": {},
50 44 "condition": {
51   - "search": {
52   - "list": []
53   - },
54   - "conversation": {
55   - "list": []
56   - },
57   - "plugin": {
58   - "list": []
59   - },
60   - "game": {
61   - "currentL": -1,
62   - "list": []
63   - },
64   - "gamePlugin": {
65   - "list": []
66   - },
67 45 "miniprogram": {
68 46 "list": [
69 47 {
70   - "id": 0,
71 48 "name": "启动直播列表页",
72 49 "pathName": "pages/justTest/justTest",
73 50 "query": "",
74 51 "scene": null
75 52 },
76 53 {
77   - "id": 1,
78 54 "name": "liveStreamDetails",
79 55 "pathName": "packageA/pages/liveStreamDetails/liveStreamDetails",
80 56 "query": "",
81 57 "scene": null
82 58 },
83 59 {
84   - "id": 2,
85 60 "name": "justTest",
86 61 "pathName": "pages/justTest/justTest",
87 62 "query": "",
88 63 "scene": null
89 64 },
90 65 {
91   - "id": 3,
92 66 "name": "pages/goods/goodsInfo/goodsInfo",
93 67 "pathName": "pages/goods/goodsInfo/goodsInfo",
94 68 "query": "",
95 69 "scene": null
96 70 },
97 71 {
98   - "id": -1,
99 72 "name": "pages/team/team_show/team_show",
100 73 "pathName": "pages/team/team_show/team_show",
101 74 "query": "",
102 75 "scene": null
103 76 },
104 77 {
105   - "id": -1,
106 78 "name": "pages/index/index/index",
107 79 "pathName": "pages/index/index/index",
108 80 "query": "",
109 81 "scene": null
110 82 },
111 83 {
112   - "id": -1,
113 84 "name": "pages/store/index",
114 85 "pathName": "pages/store/index",
115 86 "query": "",
116 87 "scene": null
117 88 },
118 89 {
119   - "id": 7,
120 90 "name": "packageA/pages/goods_share/goods_share",
121 91 "pathName": "packageA/pages/goods_share/goods_share",
122 92 "query": "",
123 93 "scene": null
124 94 },
125 95 {
126   - "id": 8,
127 96 "name": "packageA/pages/live_share/live_share",
128 97 "pathName": "packageA/pages/live_share/live_share",
129 98 "query": "",
130 99 "scene": null
131 100 },
132 101 {
133   - "id": -1,
134 102 "name": "pages/cart/cart2_pt/cart2_pt",
135 103 "pathName": "pages/cart/cart2_pt/cart2_pt",
136 104 "query": "",
137 105 "scene": null
138 106 },
139 107 {
140   - "id": -1,
141 108 "name": "pages/cart/cart2_pt/cart2_pt",
142 109 "pathName": "pages/cart/cart2_pt/cart2_pt",
143 110 "query": "",
144 111 "scene": null
145 112 },
146 113 {
147   - "id": -1,
148 114 "name": "pages/cart/cart_wk/cart_wk",
149 115 "pathName": "pages/index/index/index",
150 116 "query": "",
151 117 "scene": null
152 118 },
153 119 {
154   - "id": -1,
155 120 "name": "pages/cart_wk/cart_wk/cart_wk",
156 121 "pathName": "pages/cart_wk/cart_wk/cart_wk",
157 122 "query": "",
158 123 "scene": null
159 124 },
160 125 {
161   - "id": -1,
162 126 "name": "pages/cart/cart_wk/cart_wk",
163 127 "pathName": "pages/cart/cart_wk/cart_wk",
164 128 "query": "",
165 129 "scene": null
166 130 },
167 131 {
168   - "id": -1,
169 132 "name": "pages/user/assistance/assistance",
170 133 "pathName": "pages/user/assistance/assistance",
171 134 "query": "",
172 135 "scene": null
173 136 },
174 137 {
175   - "id": -1,
176 138 "name": "pages/goods/search/search",
177 139 "pathName": "pages/goods/search/search",
178 140 "query": "",
179 141 "scene": null
180 142 },
181 143 {
182   - "id": -1,
183 144 "name": "pages/goods/search/search",
184 145 "pathName": "pages/goods/search/search",
185 146 "query": "",
186 147 "scene": null
187 148 },
188 149 {
189   - "id": -1,
190 150 "name": "pages/user/userinfo/userinfo",
191 151 "pathName": "pages/user/userinfo/userinfo",
192 152 "query": "",
193 153 "scene": null
194 154 },
195 155 {
196   - "id": -1,
197 156 "name": "pages/user/goods_share/goods_share",
198 157 "pathName": "pages/user/goods_share/goods_share",
199 158 "query": "",
200 159 "scene": null
201 160 },
202 161 {
203   - "id": -1,
204 162 "name": "packageA//pages/user/goods_share/goods_share",
205 163 "pathName": "packageA//pages/user/goods_share/goods_share",
206 164 "query": "",
207 165 "scene": null
208 166 },
209 167 {
210   - "id": -1,
211 168 "name": "packageA/pages/user/goods_share/goods_share",
212 169 "pathName": "packageA/pages/user/goods_share/goods_share",
213 170 "query": "",
214 171 "scene": null
215 172 },
216 173 {
217   - "id": 21,
218 174 "name": "packageA/pages/goods_share/goods_share",
219 175 "pathName": "packageA/pages/addCustomer/addCustomer",
220 176 "query": "",
221 177 "scene": null
222 178 },
223 179 {
224   - "id": -1,
225 180 "name": "packageA/pages/goods_share/goods_share",
226 181 "pathName": "packageA/pages/goods_share/goods_share",
227 182 "query": "",
228 183 "scene": null
229 184 },
230 185 {
231   - "id": -1,
232 186 "name": "packageA/pages/goods_share/goods_share",
233 187 "pathName": "packageA/pages/goods_share/goods_share",
234 188 "query": "",
235 189 "scene": null
236 190 },
237 191 {
238   - "id": -1,
239 192 "name": "packageA/pages/activity_share/activity_share",
240 193 "pathName": "packageA/pages/activity_share/activity_share",
241 194 "query": "",
242 195 "scene": null
243 196 },
244 197 {
245   - "id": -1,
246 198 "name": "packageA/pages/quan_list/quan_list",
247 199 "pathName": "packageA/pages/quan_list/quan_list",
248 200 "query": "",
249 201 "scene": null
250 202 },
251 203 {
252   - "id": -1,
253 204 "name": "packageA/pages/quan_pro/quan_pro",
254 205 "pathName": "packageA/pages/quan_pro/quan_pro",
255 206 "query": "",
256 207 "scene": null
257 208 },
258 209 {
259   - "id": -1,
260 210 "name": "packageA/pages/quan_list/quan_list",
261 211 "pathName": "packageA/pages/quan_list/quan_list",
262 212 "query": "",
263 213 "scene": null
264 214 },
265 215 {
266   - "id": -1,
267 216 "name": "packageA/pages/quan/quan",
268 217 "pathName": "packageA/pages/quan/quan",
269 218 "query": "",
270 219 "scene": null
271 220 },
272 221 {
273   - "id": -1,
274 222 "name": "packageA/pages/addCustomer/addCustomer",
275 223 "pathName": "packageA/pages/addCustomer/addCustomer",
276 224 "query": "",
277 225 "scene": null
278 226 },
279 227 {
280   - "id": -1,
281 228 "name": "packageA/pages/quan/quan",
282 229 "pathName": "packageA/pages/quan/quan",
283 230 "query": "",
284 231 "scene": null
285 232 },
286 233 {
287   - "id": -1,
288 234 "name": "pages/user/assistance/assistance",
289 235 "pathName": "pages/user/assistance/assistance",
290 236 "query": "",
291 237 "scene": null
292 238 },
293 239 {
294   - "id": -1,
295 240 "name": "packageA/pages/live_share/live_share",
296 241 "pathName": "packageA/pages/live_share/live_share",
297 242 "query": "",
298 243 "scene": null
299 244 },
300 245 {
301   - "id": -1,
302 246 "name": "packageA/pages/quan/quan",
303 247 "pathName": "packageA/pages/quan/quan",
304 248 "query": "",
305 249 "scene": null
306 250 },
307 251 {
308   - "id": -1,
309 252 "name": "pages/user/assistance/assistance",
310 253 "pathName": "pages/user/assistance/assistance",
311 254 "query": "",
312 255 "scene": null
313 256 },
314 257 {
315   - "id": -1,
316 258 "name": "packageA/pages/live_share/live_share",
317 259 "pathName": "packageA/pages/live_share/live_share",
318 260 "query": "",
319 261 "scene": null
320 262 },
321 263 {
322   - "id": -1,
323 264 "name": "packageA/pages/jfbuy/jfbuy",
324 265 "pathName": "packageA/pages/jfbuy/jfbuy",
325 266 "query": "",
326 267 "scene": null
327 268 },
328 269 {
329   - "id": -1,
330 270 "name": "packageA/pages/goods_share/goods_share",
331 271 "pathName": "packageA/pages/goods_share/goods_share",
332 272 "query": "",
333 273 "scene": null
334 274 },
335 275 {
336   - "id": -1,
337 276 "name": "packageA/pages/live_share/live_share",
338 277 "pathName": "packageA/pages/live_share/live_share",
339 278 "query": "",
340 279 "scene": null
341 280 },
342 281 {
343   - "id": -1,
344 282 "name": "packageA/pages/activity_share/activity_share",
345 283 "pathName": "packageA/pages/activity_share/activity_share",
346 284 "query": "",
347 285 "scene": null
348 286 },
349 287 {
350   - "id": -1,
351 288 "name": "packageA/pages/jfbuy/jfbuy",
352 289 "pathName": "packageA/pages/jfbuy/jfbuy",
353 290 "query": "",
354 291 "scene": null
355 292 },
356 293 {
357   - "id": -1,
358 294 "name": "packageA/pages/jfbuy/jfbuy",
359 295 "pathName": "packageA/pages/jfbuy/jfbuy",
360 296 "query": "",
361 297 "scene": null
362 298 },
363 299 {
364   - "id": -1,
365 300 "name": "pages/user/order_list/order_list",
366 301 "pathName": "pages/user/order_list/order_list",
367 302 "query": "",
368 303 "scene": null
369 304 },
370 305 {
371   - "id": -1,
372 306 "name": "pages/shop_details/shop_details",
373 307 "pathName": "pages/shop_details/shop_details",
374 308 "query": "",
375 309 "scene": null
376 310 },
377 311 {
378   - "id": -1,
379 312 "name": "pages/index/index/index",
380 313 "pathName": "pages/index/index/index",
381 314 "query": "",
382 315 "scene": null
383 316 },
384 317 {
385   - "id": -1,
386 318 "name": "packageA/pages/quan/quan",
387 319 "pathName": "packageA/pages/quan/quan",
388 320 "query": "",
389 321 "scene": null
390 322 },
391 323 {
392   - "id": -1,
393 324 "name": "packageA/pages/quan/quan",
394 325 "pathName": "packageA/pages/quan/quan",
395 326 "query": "",
396 327 "scene": null
397 328 },
398 329 {
399   - "id": -1,
400 330 "name": "pages/user/order_list/order_list",
401 331 "pathName": "pages/user/order_list/order_list",
402 332 "query": "",
403 333 "scene": null
404 334 },
405 335 {
406   - "id": -1,
407 336 "name": "packageA/pages/chongzhi/chongzhi",
408 337 "pathName": "packageA/pages/chongzhi/chongzhi",
409 338 "query": "",
410 339 "scene": null
411 340 },
412 341 {
413   - "id": -1,
414 342 "name": "packageA/pages/chongzhiDetails/chongzhiDetails",
415 343 "pathName": "packageA/pages/chongzhiDetails/chongzhiDetails",
416 344 "query": "",
417 345 "scene": null
418 346 },
419 347 {
420   - "id": -1,
421 348 "name": "packageA/pages/chongzhi/chongzhi",
422 349 "pathName": "packageA/pages/chongzhi/chongzhi",
423 350 "query": "",
424 351 "scene": null
425 352 },
426 353 {
427   - "id": -1,
428 354 "name": "packageA/pages/chongzhiDetails/chongzhiDetails",
429 355 "pathName": "packageA/pages/chongzhiDetails/chongzhiDetails",
430 356 "query": "",
431 357 "scene": null
432 358 },
433 359 {
434   - "id": -1,
435 360 "name": "pages/user/deposit/prepaid/prepaid",
436 361 "pathName": "pages/user/deposit/prepaid/prepaid",
437 362 "query": "",
438 363 "scene": null
439 364 },
440 365 {
441   - "id": -1,
442 366 "name": "packageA/pages/chongzhi/chongzhi",
443 367 "pathName": "packageA/pages/chongzhi/chongzhi",
444 368 "query": "",
445 369 "scene": null
446 370 },
447 371 {
448   - "id": -1,
449 372 "name": "packageA/pages/chongzhi/chongzhi",
450 373 "pathName": "packageA/pages/chongzhi/chongzhi",
451 374 "query": "",
452 375 "scene": null
453 376 },
454 377 {
455   - "id": -1,
456 378 "name": "packageA/pages/chongzhi/chongzhi",
457 379 "pathName": "packageA/pages/chongzhi/chongzhi",
458 380 "query": "",
459 381 "scene": null
460 382 },
461 383 {
462   - "id": -1,
463 384 "name": "packageA/pages/chongzhiDetails/chongzhiDetails",
464 385 "pathName": "packageA/pages/chongzhiDetails/chongzhiDetails",
465 386 "query": "",
466 387 "scene": null
467 388 },
468 389 {
469   - "id": -1,
470 390 "name": "packageA/pages/chongzhi/chongzhi",
471 391 "pathName": "packageA/pages/chongzhi/chongzhi",
472 392 "query": "",
473 393 "scene": null
474 394 },
475 395 {
476   - "id": -1,
477 396 "name": "packageA/pages/chongzhiDetails/chongzhiDetails",
478 397 "pathName": "packageA/pages/chongzhiDetails/chongzhiDetails",
479 398 "query": "",
480 399 "scene": null
481 400 },
482 401 {
483   - "id": -1,
484 402 "name": "packageA/pages/chongzhi/chongzhi",
485 403 "pathName": "packageA/pages/chongzhi/chongzhi",
486 404 "query": "",
487 405 "scene": null
488 406 },
489 407 {
490   - "id": -1,
491 408 "name": "packageA/pages/checkin/checkin",
492 409 "pathName": "packageA/pages/checkin/checkin",
493 410 "query": "",
494 411 "scene": null
495 412 },
496 413 {
497   - "id": -1,
498 414 "name": "packageA/pages/jfbuy/jfbuy",
499 415 "pathName": "packageA/pages/jfbuy/jfbuy",
500 416 "query": "",
501 417 "scene": null
502 418 },
503 419 {
504   - "id": -1,
505 420 "name": "packageA/pages/checkin/checkin",
506 421 "pathName": "packageA/pages/checkin/checkin",
507 422 "query": "",
508 423 "scene": null
509 424 },
510 425 {
511   - "id": -1,
512 426 "name": "pages/user/integral/integral",
513 427 "pathName": "pages/user/integral/integral",
514 428 "query": "",
515 429 "scene": null
516 430 },
517 431 {
518   - "id": -1,
519 432 "name": "packageA/pages/checkin/checkin",
520 433 "pathName": "packageA/pages/checkin/checkin",
521 434 "query": "",
522 435 "scene": null
523 436 },
524 437 {
525   - "id": -1,
526 438 "name": "packageA/pages/checkin/checkin",
527 439 "pathName": "packageA/pages/checkin/checkin",
528 440 "query": "",
529 441 "scene": null
530 442 },
531 443 {
532   - "id": -1,
533 444 "name": "packageA/pages/jfbuy/jfbuy",
534 445 "pathName": "packageA/pages/jfbuy/jfbuy",
535 446 "query": "",
536 447 "scene": null
537 448 },
538 449 {
539   - "id": -1,
540 450 "name": "packageA/pages/checkin/checkin",
541 451 "pathName": "packageA/pages/checkin/checkin",
542 452 "query": "",
543 453 "scene": null
544 454 },
545 455 {
546   - "id": -1,
547 456 "name": "packageA/pages/quan_list/quan_list",
548 457 "pathName": "packageA/pages/quan_list/quan_list",
549 458 "query": "",
550 459 "scene": null
551 460 },
552 461 {
553   - "id": -1,
554 462 "name": "packageA/pages/quan/quan",
555 463 "pathName": "packageA/pages/quan/quan",
556 464 "query": "",
557 465 "scene": null
558 466 },
559 467 {
560   - "id": -1,
561 468 "name": "packageA/pages/quan_list/quan_list",
562 469 "pathName": "packageA/pages/quan_list/quan_list",
563 470 "query": "",
564 471 "scene": null
565 472 },
566 473 {
567   - "id": -1,
568 474 "name": "packageA/pages/quan/quan",
569 475 "pathName": "packageA/pages/quan/quan",
570 476 "query": "",
571 477 "scene": null
572 478 },
573 479 {
574   - "id": -1,
575 480 "name": "packageA/pages/quan/quan",
576 481 "pathName": "packageA/pages/quan/quan",
577 482 "query": "",
578 483 "scene": null
579 484 },
580 485 {
581   - "id": -1,
582 486 "name": "packageA/pages/checkin/checkin",
583 487 "pathName": "packageA/pages/checkin/checkin",
584 488 "query": "",
585 489 "scene": null
586 490 },
587 491 {
588   - "id": -1,
589 492 "name": "packageA/pages/chongzhi/chongzhi",
590 493 "pathName": "packageA/pages/chongzhi/chongzhi",
591 494 "query": "",
592 495 "scene": null
593 496 },
594 497 {
595   - "id": -1,
596 498 "name": "pages/user/assistance/assistance",
597 499 "pathName": "pages/user/assistance/assistance",
598 500 "query": "",
599 501 "scene": null
600 502 },
601 503 {
602   - "id": -1,
603 504 "name": "pages/giftpack/mygiftpack/mygiftpack",
604 505 "pathName": "pages/giftpack/mygiftpack/mygiftpack",
605 506 "query": "",
606 507 "scene": null
607 508 },
608 509 {
609   - "id": -1,
610 510 "name": "packageA/pages/quan_list/quan_list",
611 511 "pathName": "packageA/pages/quan_list/quan_list",
612 512 "query": "",
613 513 "scene": null
614 514 },
615 515 {
616   - "id": -1,
617 516 "name": "packageA/pages/service_record/service_record",
618 517 "pathName": "packageA/pages/service_record/service_record",
619 518 "query": "",
620 519 "scene": null
621 520 },
622 521 {
623   - "id": -1,
624 522 "name": "packageA/pages/hongBao/hongBao",
625 523 "pathName": "packageA/pages/hongBao/hongBao",
626 524 "query": "",
627 525 "scene": null
628 526 },
629 527 {
630   - "id": -1,
631 528 "name": "packageA/pages/hongBaoDetails/hongBaoDetails",
632 529 "pathName": "packageA/pages/hongBao/hongBao",
633 530 "query": "",
634 531 "scene": null
635 532 },
636 533 {
637   - "id": -1,
638 534 "name": "packageA/pages/hongBaoDetails/hongBaoDetails",
639 535 "pathName": "packageA/pages/hongBaoDetails/hongBaoDetails",
640 536 "query": "",
641 537 "scene": null
642 538 },
643 539 {
644   - "id": -1,
645 540 "name": "packageA/pages/hongBaoDetails/hongBaoDetails",
646 541 "pathName": "packageA/pages/hongBaoDetails/hongBaoDetails",
647 542 "query": "",
648 543 "scene": null
649 544 },
650 545 {
651   - "id": -1,
652 546 "name": "packageA/pages/hongBao/hongBao",
653 547 "pathName": "packageA/pages/hongBao/hongBao",
654 548 "query": "",
655 549 "scene": null
656 550 },
657 551 {
658   - "id": -1,
659 552 "name": "packageA/pages/hongBaoDetails/hongBaoDetails",
660 553 "pathName": "packageA/pages/hongBaoDetails/hongBaoDetails",
661 554 "query": "",
662 555 "scene": null
663 556 },
664 557 {
665   - "id": -1,
666 558 "name": "packageA/pages/hongBao/hongBao",
667 559 "pathName": "packageA/pages/hongBao/hongBao",
668 560 "query": "",
669 561 "scene": null
670 562 },
671 563 {
672   - "id": -1,
673 564 "name": "packageA/pages/service_record/service_record",
674 565 "pathName": "packageA/pages/service_record/service_record",
675 566 "query": "",
676 567 "scene": null
677 568 },
678 569 {
679   - "id": -1,
680 570 "name": "packageA/pages/distribution/main/main",
681 571 "pathName": "packageA/pages/distribution/main/main",
682 572 "query": "",
683 573 "scene": null
684 574 },
685 575 {
686   - "id": -1,
687 576 "name": "packageA/pages/distribution/myteam/myteam",
688 577 "pathName": "packageA/pages/distribution/myteam/myteam",
689 578 "query": "",
690 579 "scene": null
691 580 },
692 581 {
693   - "id": -1,
694 582 "name": "packageA/pages/distribution/myteam/myteam",
695 583 "pathName": "packageA/pages/distribution/myteam/myteam",
696 584 "query": "",
697 585 "scene": null
698 586 },
699 587 {
700   - "id": -1,
701 588 "name": "packageA/pages/myteam/myteam",
702 589 "pathName": "packageA/pages/myteam/myteam",
703 590 "query": "",
704 591 "scene": null
705 592 },
706 593 {
707   - "id": -1,
708 594 "name": "pages/giftpack/newvipgift/newvipgift",
709 595 "pathName": "pages/giftpack/newvipgift/newvipgift",
710 596 "query": "",
711 597 "scene": null
712 598 },
713 599 {
714   - "id": -1,
715 600 "name": "packageA/pages/distribution/myteam/myteam",
716 601 "pathName": "packageA/pages/distribution/myteam/myteam",
717 602 "query": "",
718 603 "scene": null
719 604 },
720 605 {
721   - "id": -1,
722 606 "name": "packageA/pages/distribution/order/order",
723 607 "pathName": "packageA/pages/distribution/order/order",
724 608 "query": "",
725 609 "scene": null
726 610 },
727 611 {
728   - "id": -1,
729 612 "name": "packageA/pages/distribution/myteam/myteam",
730 613 "pathName": "packageA/pages/distribution/myteam/myteam",
731 614 "query": "",
732 615 "scene": null
733 616 },
734 617 {
735   - "id": -1,
736 618 "name": "packageA/pages/distribution/order/order",
737 619 "pathName": "packageA/pages/distribution/order/order",
738 620 "query": "",
739 621 "scene": null
740 622 },
741 623 {
742   - "id": -1,
743 624 "name": "packageA/pages/distribution/commision/commision",
744 625 "pathName": "packageA/pages/distribution/commision/commision",
745 626 "query": "",
746 627 "scene": null
747 628 },
748 629 {
749   - "id": -1,
750 630 "name": "packageA/pages/distribution/commision/commision",
751 631 "pathName": "packageA/pages/distribution/commision/commision",
752 632 "query": "",
753 633 "scene": null
754 634 },
755 635 {
756   - "id": -1,
757 636 "name": "packageA/pages/distribution/commision/commision",
758 637 "pathName": "packageA/pages/distribution/commision/commision",
759 638 "query": "",
760 639 "scene": null
761 640 },
762 641 {
763   - "id": -1,
764 642 "name": "packageA/pages/distribution/rank/rank",
765 643 "pathName": "packageA/pages/distribution/rank/rank",
766 644 "query": "",
767 645 "scene": null
768 646 },
769 647 {
770   - "id": -1,
771 648 "name": "packageA/pages/distribution/commision/commision",
772 649 "pathName": "packageA/pages/distribution/commision/commision",
773 650 "query": "",
774 651 "scene": null
775 652 },
776 653 {
777   - "id": -1,
778 654 "name": "packageA/pages/distribution/order/order",
779 655 "pathName": "packageA/pages/distribution/order/order",
780 656 "query": "",
781 657 "scene": null
782 658 },
783 659 {
784   - "id": -1,
785 660 "name": "packageA/pages/distribution/myteam/myteam",
786 661 "pathName": "packageA/pages/distribution/myteam/myteam",
787 662 "query": "",
788 663 "scene": null
789 664 },
790 665 {
791   - "id": -1,
792 666 "name": "packageA/pages/distribution/main/main",
793 667 "pathName": "packageA/pages/distribution/main/main",
794 668 "query": "",
795 669 "scene": null
796 670 },
797 671 {
798   - "id": -1,
799 672 "name": "packageA/pages/distribution/card/card",
800 673 "pathName": "packageA/pages/distribution/card/card",
801 674 "query": "",
802 675 "scene": null
803 676 },
804 677 {
805   - "id": -1,
806 678 "name": "packageA/pages/distribution/rank/rank",
807 679 "pathName": "packageA/pages/distribution/rank/rank",
808 680 "query": "",
809 681 "scene": null
810 682 },
811 683 {
812   - "id": -1,
813 684 "name": "packageA/pages/distribution/goods/goods",
814 685 "pathName": "packageA/pages/distribution/goods/goods",
815 686 "query": "",
816 687 "scene": null
817 688 },
818 689 {
819   - "id": -1,
820 690 "name": "packageA/pages/distribution/main/main",
821 691 "pathName": "packageA/pages/distribution/main/main",
822 692 "query": "",
823 693 "scene": null
824 694 },
825 695 {
826   - "id": -1,
827 696 "name": "packageA/pages/distribution/shop/shop",
828 697 "pathName": "packageA/pages/distribution/shop/shop",
829 698 "query": "",
830 699 "scene": null
831 700 },
832 701 {
833   - "id": -1,
834 702 "name": "packageA/pages/distribution/rookie/rookie",
835 703 "pathName": "packageA/pages/distribution/rookie/rookie",
836 704 "query": "",
837 705 "scene": null
838 706 },
839 707 {
840   - "id": -1,
841 708 "name": "packageA/pages/distribution/main/main",
842 709 "pathName": "packageA/pages/distribution/main/main",
843 710 "query": "",
844 711 "scene": null
845 712 },
846 713 {
847   - "id": -1,
848 714 "name": "pages/index/index/index",
849 715 "pathName": "pages/index/index/index",
850 716 "query": "",
851 717 "scene": null
852 718 },
853 719 {
854   - "id": -1,
855 720 "name": "packageA/pages/distribution/main/main",
856 721 "pathName": "packageA/pages/distribution/main/main",
857 722 "query": "",
858 723 "scene": null
859 724 },
860 725 {
861   - "id": -1,
862 726 "name": "packageA/pages/distribution/order/order",
863 727 "pathName": "packageA/pages/distribution/order/order",
864 728 "query": "",
865 729 "scene": null
866 730 },
867 731 {
868   - "id": -1,
869 732 "name": "packageA/pages/distribution/order/order",
870 733 "pathName": "packageA/pages/distribution/order/order",
871 734 "query": "",
872 735 "scene": null
873 736 },
874 737 {
875   - "id": -1,
876 738 "name": "packageA/pages/distribution/rank/rank",
877 739 "pathName": "packageA/pages/distribution/rank/rank",
878 740 "query": "",
879 741 "scene": null
880 742 },
881 743 {
882   - "id": -1,
883 744 "name": "packageA/pages/distribution/myteam/myteam",
884 745 "pathName": "packageA/pages/distribution/myteam/myteam",
885 746 "query": "",
886 747 "scene": null
887 748 },
888 749 {
889   - "id": -1,
890 750 "name": "packageA/pages/distribution/myteam/myteam",
891 751 "pathName": "packageA/pages/distribution/myteam/myteam",
892 752 "query": "",
893 753 "scene": null
894 754 },
895 755 {
896   - "id": -1,
897 756 "name": "packageA/pages/distribution/main/main",
898 757 "pathName": "packageA/pages/distribution/main/main",
899 758 "query": "",
900 759 "scene": null
901 760 },
902 761 {
903   - "id": -1,
904 762 "name": "packageA/pages/distribution/commision/commision",
905 763 "pathName": "packageA/pages/distribution/commision/commision",
906 764 "query": "",
907 765 "scene": null
908 766 },
909 767 {
910   - "id": -1,
911 768 "name": "packageA/pages/distribution/shop/shop",
912 769 "pathName": "packageA/pages/distribution/shop/shop",
913 770 "query": "",
914 771 "scene": null
915 772 },
916 773 {
917   - "id": -1,
918 774 "name": "packageA/pages/distribution/shop/shop",
919 775 "pathName": "packageA/pages/distribution/shop/shop",
920 776 "query": "",
921 777 "scene": null
922 778 },
923 779 {
924   - "id": -1,
925 780 "name": "packageA/pages/distribution/shop/shop",
926 781 "pathName": "packageA/pages/distribution/shop/shop",
927 782 "query": "",
928 783 "scene": null
929 784 },
930 785 {
931   - "id": -1,
932 786 "name": "packageA/pages/distribution/card/card",
933 787 "pathName": "packageA/pages/distribution/card/card",
934 788 "query": "",
935 789 "scene": null
936 790 },
937 791 {
938   - "id": -1,
939 792 "name": "packageA/pages/distribution/main/main",
940 793 "pathName": "packageA/pages/distribution/main/main",
941 794 "query": "",
942 795 "scene": null
943 796 },
944 797 {
945   - "id": -1,
946 798 "name": "packageA/pages/distribution/card/card",
947 799 "pathName": "packageA/pages/distribution/card/card",
948 800 "query": "",
949 801 "scene": null
950 802 },
951 803 {
952   - "id": -1,
953 804 "name": "packageA/pages/distribution/main/main",
954 805 "pathName": "packageA/pages/distribution/main/main",
955 806 "query": "",
956 807 "scene": null
957 808 },
958 809 {
959   - "id": -1,
960 810 "name": "pages/index/index/index",
961 811 "pathName": "pages/index/index/index",
962 812 "query": "",
963 813 "scene": null
964 814 },
965 815 {
966   - "id": -1,
967 816 "name": "packageA/pages/distribution/main/main",
968 817 "pathName": "packageA/pages/distribution/main/main",
969 818 "query": "",
970 819 "scene": null
971 820 },
972 821 {
973   - "id": -1,
974 822 "name": "pages/index/index/index",
975 823 "pathName": "pages/index/index/index",
976 824 "query": "",
977 825 "scene": null
978 826 },
979 827 {
980   - "id": -1,
981 828 "name": "packageA/pages/distribution/main/main",
982 829 "pathName": "packageA/pages/distribution/main/main",
983 830 "query": "",
984 831 "scene": null
985 832 },
986 833 {
987   - "id": -1,
988 834 "name": "packageA/pages/activity_share/activity_share",
989 835 "pathName": "packageA/pages/activity_share/activity_share",
990 836 "query": "",
991 837 "scene": null
992 838 },
993 839 {
994   - "id": -1,
995 840 "name": "packageA/pages/goods_share/goods_share",
996 841 "pathName": "packageA/pages/goods_share/goods_share",
997 842 "query": "",
998 843 "scene": null
999 844 },
1000 845 {
1001   - "id": -1,
1002 846 "name": "packageA/pages/service_share/service_share",
1003 847 "pathName": "packageA/pages/service_share/service_share",
1004 848 "query": "",
1005 849 "scene": null
1006 850 },
1007 851 {
1008   - "id": -1,
1009 852 "name": "packageA/pages/distribution/main/main",
1010 853 "pathName": "packageA/pages/distribution/main/main",
1011 854 "query": "",
1012 855 "scene": null
1013 856 },
1014 857 {
1015   - "id": -1,
1016 858 "name": "packageA/pages/cardDetails/cardDetails",
1017 859 "pathName": "packageA/pages/cardDetails/cardDetails",
1018 860 "query": "",
1019 861 "scene": null
1020 862 },
1021 863 {
1022   - "id": -1,
1023 864 "name": "pages/user/my_service/i_service",
1024 865 "pathName": "pages/user/appment_main/appment_main",
1025 866 "query": "",
1026 867 "scene": null
1027 868 },
1028 869 {
1029   - "id": -1,
1030 870 "name": "pages/user/appment_main/appment_main",
1031 871 "pathName": "pages/user/my_service/appment_main/appment_main",
1032 872 "query": "",
1033 873 "scene": null
1034 874 },
1035 875 {
1036   - "id": -1,
1037 876 "name": "pages/user/my_service/appment_main",
1038 877 "pathName": "pages/user/my_service/appment_main",
1039 878 "query": "",
1040 879 "scene": null
1041 880 },
1042 881 {
1043   - "id": -1,
1044 882 "name": "packageA/pages/distribution/main/main",
1045 883 "pathName": "packageA/pages/distribution/main/main",
1046 884 "query": "",
1047 885 "scene": null
1048 886 },
1049 887 {
1050   - "id": -1,
1051 888 "name": "pages/index/index/index",
1052 889 "pathName": "pages/index/index/index",
1053 890 "query": "",
1054 891 "scene": null
1055 892 },
1056 893 {
1057   - "id": -1,
1058 894 "name": "packageA/pages/distribution/main/main",
1059 895 "pathName": "packageA/pages/distribution/main/main",
  896 + "query": "",
1060 897 "scene": null
1061 898 }
1062 899 ]
1063 900 }
1064   - }
  901 + },
  902 + "editorSetting": {
  903 + "tabIndent": "insertSpaces",
  904 + "tabSize": 2
  905 + },
  906 + "packOptions": {
  907 + "ignore": [],
  908 + "include": []
  909 + },
  910 + "appid": "wx2ea7cdd3ef52cdff",
  911 + "projectname": "Dev_MShopWeApp",
  912 + "libVersion": "2.25.4"
1065 913 }
1066 914 \ No newline at end of file
... ...
utils/auth.js
... ... @@ -113,7 +113,7 @@ module.exports = {
113 113  
114 114 app.globalData.getu = r;
115 115 wx.navigateTo({
116   - url: '/pages/togoin/togoin',
  116 + url: '/packageE/pages/togoin/togoin',
117 117 })
118 118 }else{
119 119 app.globalData.user_id = e.data.data.user_id;
... ... @@ -225,7 +225,7 @@ module.exports = {
225 225 var a = wx.getStorageSync("wx_user_info");
226 226 var userInfo = a.userInfo;
227 227 if (userInfo==undefined){
228   - n.goto("/pages/togoin/togoin");
  228 + n.goto("/packageE/pages/togoin/togoin");
229 229 }else{
230 230 a && void 0 != a ? (n.globalData.wechatUser = a, o.login(t, a, e)) : o.goGetUserInfo();
231 231 }
... ...
utils/util.js
... ... @@ -689,7 +689,7 @@ module.exports = {
689 689 content: e.data.data.vipname+'邀请你登录成为会员?',
690 690 success: function (res) {
691 691 if (res.confirm) {
692   - getApp().goto("/pages/togoin/togoin");
  692 + getApp().goto("/packageE/pages/togoin/togoin");
693 693 }
694 694 }
695 695 })
... ...