Browse Source

修改bug

cr 4 years ago
parent
commit
d8969283f6

+ 10 - 32
src/App.vue

@@ -32,44 +32,22 @@ export default {
32 32
         });
33 33
 
34 34
         let user = this.$store.state.user.user;
35
-        // for (let item of tabList) {
36
-        //     if (!item.hide) {
35
+        console.log(user)
36
+   
37
+        // if (user.roleId && user.bundleId !== 0) {
38
+        // } else {
39
+        //     if (!user.storeId) {
37 40
         //         this.router.push({
38 41
         //             path: "/pages/assistant/index",
39 42
         //             isTabBar: true,
40 43
         //         });
44
+        //     } else {
45
+        //         this.router.push({
46
+        //             path: "/pages/index/index",
47
+        //             isTabBar: true,
48
+        //         });
41 49
         //     }
42 50
         // }
43
-        if (user.roleId && user.bundleId !== 0) {
44
-        } else {
45
-            if (!user.storeId) {
46
-                this.router.push({
47
-                    path: "/pages/assistant/index",
48
-                    isTabBar: true,
49
-                });
50
-            } else {
51
-                this.router.push({
52
-                    path: "/pages/index/index",
53
-                    isTabBar: true,
54
-                });
55
-            }
56
-        }
57
-
58
-        // 测试
59
-        //   uni.getLocation({
60
-        //         type: "gcj02",
61
-        //         success: function (res) {
62
-        //             // let query = {
63
-        //             //     location: res.longitude + "," + res.latitude,
64
-        //             //     wechatMinaAppId: appConfig.appId,
65
-        //             // };
66
-        //             // self.api.get("/Home/GetShopList", query).then((res) => {
67
-        //             //     uni.hideLoading();
68
-        //             //     self.shopList = self.initData(res.data);
69
-        //             // });
70
-        //             console.log(res);
71
-        //         },
72
-        //     });
73 51
     },
74 52
 
75 53
     onShow: async function (option) {

+ 6 - 6
src/common/api/ajax.js

@@ -206,12 +206,12 @@ const http = {
206 206
                     }
207 207
                 }
208 208
             } else if (response.statusCode === 401) {
209
-                // await plugin.getToken()
210
-                // data = await self.ajax(request[0], request[1], request[2], request[3])
211
-                router.push({
212
-                    path:'/pages/index/login',
213
-                    isTabBar:true
214
-                });
209
+                await plugin.getToken()
210
+                data = await self.ajax(request[0], request[1], request[2], request[3])
211
+                // router.push({
212
+                //     path:'/pages/index/login',
213
+                //     isTabBar:true
214
+                // });
215 215
             } else {
216 216
                 console.error(response.data)
217 217
             }

+ 16 - 5
src/common/js/plugin.js

@@ -243,10 +243,6 @@ export default {
243 243
         }
244 244
     },
245 245
 
246
-    setTabBar() {
247
-          
248
-    },
249
-
250 246
 
251 247
 
252 248
     // 获取token
@@ -261,7 +257,6 @@ export default {
261 257
                     }, { pass: true }).then(res => {
262 258
                         if (res.success) {
263 259
                             store.commit("user/login", res.data);
264
-                            this.setTabbar();
265 260
                         } else {
266 261
                             router.push({
267 262
                                 path: '/pages/index/login',
@@ -276,6 +271,22 @@ export default {
276 271
         })
277 272
     },
278 273
 
274
+    setTabBar(arr){
275
+        console.log(arr)
276
+        let tabList = store.state.common.tabList;
277
+        tabList = JSON.parse(JSON.stringify(tabList));
278
+        for(let item of tabList){
279
+            if(arr.indexOf(item.id)!==-1){
280
+                item.hide = false;
281
+            }else{
282
+                item.hide = true;
283
+            }
284
+        }
285
+        store.commit('common/update', {
286
+            tabList
287
+        })
288
+    },
289
+
279 290
     // 修改配置
280 291
     setConfig() {
281 292
         api.get('/Shop/GetConfig').then(res => {

+ 1 - 1
src/common/store/common.js

@@ -21,7 +21,7 @@ const module = {
21 21
         platformData:null,//assistant/setting2/xxx 临时保存
22 22
         tabList:[{
23 23
             id: 1,
24
-            name: "首页",
24
+            name: "订单",
25 25
             imgOff: "../../static/tabBar/icon_green_1.png",
26 26
             imgOn: "../../static/tabBar/icon_green_1_select.png",
27 27
             "url": "/pages/index/index",

+ 17 - 48
src/components/wyg-bottom-tab/wyg-bottom-tab.vue

@@ -38,42 +38,16 @@ export default {
38 38
             //图片的尺寸
39 39
             type: String,
40 40
             default: "1",
41
-        },
42
-        tabListParent: {
43
-            type: Array,
44
-            default: [],
45
-        },
41
+        }
46 42
     },
47 43
     data() {
48 44
         return {
49
-            curTab: 1,
50
-            tabList: [
51
-                // {id:1,name:"首页",imgOff:"../../static/img/bottom-tab-img/icon_01.png",imgOn:"../../static/img/bottom-tab-img/icon_01_f.png","url":"/pages/heritagemall/heritagemall"},
52
-                // {id:2,name:"分类",imgOff:"../../static/img/bottom-tab-img/icon_02.png",imgOn:"../../static/img/bottom-tab-img/icon_02_f.png","url":"/pages/heritagemall/cate"},
53
-                // {id:3,name:"购物车",imgOff:"../../static/img/bottom-tab-img/icon_03.png",imgOn:"../../static/img/bottom-tab-img/icon_03_f.png","url":"/pages/heritagemall/cart"},
54
-                // {id:4,name:"个人中心",imgOff:"../../static/img/bottom-tab-img/icon_04.png",imgOn:"../../static/img/bottom-tab-img/icon_04_f.png","url":"/pages/heritagemall/user"}
55
-            ],
45
+            curTab: 1
56 46
         };
57 47
     },
58 48
     created() {
59 49
         this.curTab = new Number(this.tabIndex);
60 50
 
61
-        let user = this.$store.state.user.user;
62
-        let tabList = this.tabListParent;
63
-        if (!user.storeId) {
64
-            for (let item of tabList) {
65
-                if (item.id !== 3) {
66
-                    item.hide = true;
67
-                } else {
68
-                    item.hide = false;
69
-                }
70
-            }
71
-        }
72
-        this.tabList = tabList;
73
-
74
-        // if (this.tabListParent.length > 0) {
75
-        //     this.tabList = this.tabListParent;
76
-        // }
77 51
     },
78 52
     methods: {
79 53
         $redirect(_url) {
@@ -89,29 +63,25 @@ export default {
89 63
         },
90 64
         setIndex(v) {
91 65
             this.curTab = new Number(v);
92
-            let user = this.$store.state.user.user;
93
-            let tabList = this.tabListParent;
94
-            if (!user.storeId) {
95
-                for (let item of tabList) {
96
-                    if (item.id !== 3) {
97
-                        item.hide = true;
98
-                    } else {
99
-                        item.hide = false;
100
-                    }
101
-                }
102
-            } else {
103
-                for (let item of tabList) {
104
-                    if (item.id === 3) {
105
-                        item.hide = true;
106
-                    } else {
107
-                        item.hide = false;
66
+        },
67
+    },
68
+    computed: {
69
+        tabList(){
70
+            let page = getCurrentPages();
71
+            let curPage = page[page.length-1];
72
+            console.log(curPage.route,this.$store.state.common.tabList,234)
73
+            if(curPage.route === 'pages/index/index'){
74
+                for(let item of this.$store.state.common.tabList){
75
+                    if(item.url === '/pages/index/index' && item.hide){
76
+                        this.router.push({
77
+                            path:'/pages/assistant/index',
78
+                            isTabBar:true
79
+                        })
108 80
                     }
109 81
                 }
110 82
             }
111
-            this.tabList = tabList;
83
+            return this.$store.state.common.tabList;
112 84
         },
113
-    },
114
-    computed: {
115 85
         itemShowNum() {
116 86
             let i = 0;
117 87
             for (let item of this.tabList) {
@@ -119,7 +89,6 @@ export default {
119 89
                     i++;
120 90
                 }
121 91
             }
122
-            console.log(i, 111111);
123 92
             return i;
124 93
         },
125 94
     },

+ 25 - 4
src/pages/assistant/index.vue

@@ -24,9 +24,6 @@
24 24
                 </li>
25 25
             </block>
26 26
         </ul>
27
-        <!-- <button class="add-group" v-if="tabIndex === 0" @click="addGroup">
28
-            添加群
29
-        </button> -->
30 27
 
31 28
         <!-- 平台 -->
32 29
         <ul class="group-list" v-if="tabIndex === 1">
@@ -45,6 +42,10 @@
45 42
                 ></my-image>
46 43
             </li>
47 44
         </ul>
45
+        
46
+        <div class="layout"  @click="layout">
47
+            退出登录
48
+        </div>
48 49
         <wyg-bottom-tab
49 50
             ref="tabbar"
50 51
             :tabIndex="3"
@@ -162,7 +163,15 @@ export default {
162 163
             this.router.push({
163 164
                 path: "/pages/assistant/setting2",
164 165
             });
165
-        }
166
+        },
167
+
168
+        layout() {
169
+            this.$store.commit("user/logout", null);
170
+            this.router.push({
171
+                path: "/pages/index/login",
172
+                isTabBar: true,
173
+            });
174
+        },
166 175
     },
167 176
 
168 177
     // 数据计算
@@ -238,6 +247,18 @@ export default {
238 247
     background-color: rgb(0, 188, 38);
239 248
     font-size: px(44);
240 249
 }
250
+.layout{
251
+    color: #666;
252
+    position: fixed;
253
+    bottom: 3.5rem;
254
+    left: px(30);
255
+    right: px(30);
256
+    z-index: 10;
257
+    font-size: px(44);
258
+    text-align: center;
259
+    height: px(80);
260
+
261
+}
241 262
 .page {
242 263
     padding-bottom: 6rem;
243 264
 }

+ 2 - 2
src/pages/assistant/re-pid.vue

@@ -4,11 +4,11 @@
4 4
             <section class="form-item">
5 5
                 <div class="label">
6 6
                     <span class="required">*</span>
7
-                    团长
7
+                    团长id
8 8
                 </div>
9 9
                 <div class="box">
10 10
                     <div class="con">
11
-                        <input type="text" v-model="pid" placeholder="请输入团长号" />
11
+                        <input type="text" v-model="pid" placeholder="90000*****" />
12 12
                     </div>
13 13
                 </div>
14 14
             </section>

+ 49 - 13
src/pages/assistant/setting.vue

@@ -1,19 +1,16 @@
1 1
 <template>
2 2
     <div class="page">
3 3
         <ul class="list">
4
-            <li
5
-                class="item"
6
-                @click="
7
-                    jump({
8
-                        path: '/pages/assistant/re-status',
9
-                    })
10
-                "
11
-            >
12
-                <div class="name">群状态设置</div>
13
-                <my-image
4
+            <li class="item">
5
+                <div class="name">暂停本群助理</div>
6
+                <!-- <my-image
14 7
                     class="arrow"
15 8
                     src="/static/common/arrows_left.png"
16
-                ></my-image>
9
+                ></my-image> -->
10
+                <switch
11
+                    :checked="switchChecked"
12
+                    @change="switchChange"
13
+                ></switch>
17 14
             </li>
18 15
         </ul>
19 16
     </div>
@@ -28,15 +25,51 @@ export default {
28 25
     // 数据
29 26
     data() {
30 27
         return {
31
-            id: "",
28
+            switchChecked: false,
29
+            groupData: {},
32 30
         };
33 31
     },
34 32
 
35 33
     onLoad(opts) {
34
+        this.groupData = this.$store.state.common.groupData;
35
+        this.switchChecked = this.groupData.status === 2 ? true : false;
36 36
     },
37 37
     async onShow() {},
38 38
     // 函数
39
-    methods: {},
39
+    methods: {
40
+        switchChange(e) {
41
+            let detail = e.detail.value;
42
+
43
+            let data = {
44
+                id: this.groupData._id,
45
+                status: detail ? 2 : 1,
46
+            };
47
+
48
+            this.api
49
+                .post("/Group/SetStatus", data, { pass: true })
50
+                .then((res) => {
51
+                    uni.hideLoading();
52
+                    if (res.success) {
53
+                        this.fn.showToast("设置成功");
54
+                        this.groupData.status = this.curStatus;
55
+
56
+                        this.$store.commit("common/update", {
57
+                            groupData: this.groupData,
58
+                        });
59
+                    } else {
60
+                        this.fn.showModal({
61
+                            title: "设置失败",
62
+                            content:
63
+                                "错误码:" +
64
+                                res.code +
65
+                                ",错误信息:" +
66
+                                res.message,
67
+                            showCancel: false,
68
+                        });
69
+                    }
70
+                });
71
+        },
72
+    },
40 73
 
41 74
     // 数据计算
42 75
     computed: {
@@ -77,4 +110,7 @@ export default {
77 110
         }
78 111
     }
79 112
 }
113
+switch{
114
+    transform: scale(0.7);
115
+}
80 116
 </style>

+ 30 - 10
src/pages/index/find-password.vue

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
     <div class="page">
3
-        <div class="main" >
3
+        <div class="main">
4 4
             <!-- <div class="tit">找回密码</div> -->
5 5
             <div class="inp-box">
6 6
                 <input
@@ -87,11 +87,13 @@ export default {
87 87
             if (!phoneReg.test(this.form.phone)) {
88 88
                 return this.fn.showToast("手机号格式不正确");
89 89
             }
90
-            // this.sendCode();
90
+            this.sendCode();
91 91
             this.downTime();
92 92
         },
93 93
         sendCode() {
94
-            this.api.get("").then((res) => {});
94
+            this.api
95
+                .get("/Login/SendSms", { mobile: this.form.phone })
96
+                .then((res) => {});
95 97
         },
96 98
         downTime() {
97 99
             this.timeing = true;
@@ -110,7 +112,6 @@ export default {
110 112
         },
111 113
 
112 114
         submit() {
113
-            console.log(this.mobile);
114 115
             if (!this.form.phone) {
115 116
                 this.fn.showToast(`请输入手机号码`);
116 117
                 return;
@@ -140,13 +141,33 @@ export default {
140 141
                 return;
141 142
             }
142 143
 
143
-            // uni.showLoading({
144
-            //     title: "提交中",
145
-            // });
146
-            this.step = 2;
144
+            uni.showLoading({
145
+                title: "提交中",
146
+            });
147
+            let sendData = {
148
+                mobile: this.form.phone,
149
+                smsCode: this.form.code,
150
+                password: this.form.password,
151
+            };
147 152
             console.log(this.form);
153
+            this.api.post("/Login/FindPwd", sendData).then((res) => {
154
+                uni.hideLoading();
155
+                if (res.success) {
156
+                    this.fn.showToast(`密码修改成功`);
157
+                    this.$store.commit("user/logout", null);
158
+                    this.router.push({
159
+                        path: "/pages/index/login",
160
+                        isTabBar: true,
161
+                    });
162
+                } else {
163
+                    this.fn.showModal({
164
+                        title: "密码修改失败",
165
+                        content: res.message,
166
+                        showCancel: false,
167
+                    });
168
+                }
169
+            });
148 170
         },
149
-
150 171
     },
151 172
 
152 173
     // 数据计算
@@ -224,5 +245,4 @@ export default {
224 245
         }
225 246
     }
226 247
 }
227
-
228 248
 </style>

+ 20 - 5
src/pages/index/login.vue

@@ -83,23 +83,38 @@ export default {
83 83
                 .get("/Group/CheckCode", data, { pass: true })
84 84
                 .then((res) => {
85 85
                     if (res.success) {
86
-                        if (res.data) {
86
+                        if (res.data.verified) {
87 87
                             if (!res.data.storeId) {
88 88
                                 this.router.push({
89 89
                                     isTabBar: true,
90 90
                                     path: "/pages/assistant/index",
91 91
                                 });
92
+                                this.fn.setTabBar([3]);
92 93
                             } else {
93 94
                                 this.router.push({
94 95
                                     isTabBar: true,
95 96
                                     path: "/pages/index/index",
96 97
                                 });
98
+                                this.fn.setTabBar([1,2]);
97 99
                             }
98 100
                         } else {
99
-                            this.router.push("/pages/index/register?step=3");
101
+                            this.router.push({
102
+                                path:"/pages/index/register",
103
+                                query:{
104
+                                    pidCode:res.data.code,
105
+                                    step:3
106
+                                }
107
+                            });
108
+                                this.fn.setTabBar([3]);
100 109
                         }
101 110
                     } else {
102
-                        this.router.push("/pages/index/register?step=2");
111
+                        this.router.push({
112
+                             path:"/pages/index/register",
113
+                                query:{
114
+                                    step:2
115
+                                }
116
+                        });
117
+                                this.fn.setTabBar([3]);
103 118
                     }
104 119
                 });
105 120
         },
@@ -139,14 +154,15 @@ export default {
139 154
                                     isTabBar: true,
140 155
                                     path: "/pages/assistant/index",
141 156
                                 });
157
+                                this.fn.setTabBar([3]);
142 158
                             } else {
143 159
                                 this.router.push({
144 160
                                     isTabBar: true,
145 161
                                     path: "/pages/index/index",
146 162
                                 });
163
+                                this.fn.setTabBar([1,2]);
147 164
                             }
148 165
                             this.fn.roleHandle();
149
-                            this.fn.setTabBar();
150 166
                             return;
151 167
                         } else {
152 168
                             // 正常用户
@@ -154,7 +170,6 @@ export default {
154 170
                             this.$store.commit("common/update", {
155 171
                                 curShop: {},
156 172
                             });
157
-                            this.fn.setTabBar();
158 173
 
159 174
                             this.checkcode(
160 175
                                 {

+ 25 - 14
src/pages/index/register.vue

@@ -100,7 +100,7 @@
100 100
         <div class="main" v-if="step === 3">
101 101
             <div class="tit">添加助理微信</div>
102 102
             <ul class="add-assistant">
103
-                <li @click="copy('xxx')">
103
+                <li @click="copy(kefu._id)">
104 104
                     <div class="step">第一步:</div>
105 105
                     <div class="con">
106 106
                         <div>
@@ -118,11 +118,17 @@
118 118
                 <li>
119 119
                     <div class="step">第二步:</div>
120 120
                     <div class="con">
121
-                        <div>在群里发一条@群助理消息</div>
121
+                        <div>将助理拉入群</div>
122 122
                     </div>
123 123
                 </li>
124
-                <li @click="copy(pidCode)">
124
+                <li>
125 125
                     <div class="step">第三步:</div>
126
+                    <div class="con">
127
+                        <div>在群里@群助理</div>
128
+                    </div>
129
+                </li>
130
+                <li @click="copy(pidCode)">
131
+                    <div class="step">第四步:</div>
126 132
                     <div class="con">
127 133
                         <div>
128 134
                             发送
@@ -146,7 +152,7 @@ export default {
146 152
     // 数据
147 153
     data() {
148 154
         return {
149
-            step: 3,
155
+            step: 1,
150 156
             form: {
151 157
                 mobile: "",
152 158
                 smsCode: "",
@@ -165,10 +171,13 @@ export default {
165 171
     onLoad(opts) {
166 172
         if (opts.step) {
167 173
             this.step = Number(opts.step);
168
-            if (this.step !== 1) {
169
-                this.getAvailableWechat();
174
+            if(this.step !==1){
175
+            this.getAvailableWechat();
170 176
             }
171 177
         }
178
+        if (opts.pidCode) {
179
+            this.pidCode = opts.pidCode;
180
+        }
172 181
         if (opts.fromPlatform) {
173 182
             this.form.fromPlatform = Number(opts.fromPlatform);
174 183
         }
@@ -180,9 +189,12 @@ export default {
180 189
     // 函数
181 190
     methods: {
182 191
         getAvailableWechat() {
183
-            this.api.get("/Group/GetAvailableWechat").then((res) => {
184
-                this.kefu = res.data[0] ? res.data[0] : {};
185
-            });
192
+            this.api
193
+                .get("/Group/GetAvailableWechat", {}, { pass: true })
194
+                .then((res) => {
195
+                    this.kefu = res.data[0] ? res.data[0] : {};
196
+                    console.log(this.kefu);
197
+                });
186 198
         },
187 199
 
188 200
         getCode() {
@@ -275,7 +287,6 @@ export default {
275 287
                             this.$store.commit("common/update", {
276 288
                                 curShop: {},
277 289
                             });
278
-                            this.fn.setTabBar();
279 290
                             this.step = 2;
280 291
                             this.getAvailableWechat();
281 292
                         } else {
@@ -339,16 +350,16 @@ export default {
339 350
         },
340 351
 
341 352
         saveOk() {
342
-                        // this.router.push("/pages/index/register?step=2");
343
-                        // return;
344
-            self.fn.showToast("注册成功");  
353
+            // this.router.push("/pages/index/register?step=2");
354
+            // return;
355
+            // self.fn.showToast("注册成功");
345 356
             this.api
346 357
                 .get("/Group/CheckCode", {
347 358
                     platform: this.form.fromPlatform,
348 359
                 })
349 360
                 .then((res) => {
350 361
                     if (res.success) {
351
-                        if (res.data) {
362
+                        if (res.data.verified) {
352 363
                             this.router.push({
353 364
                                 path: "/page/assistant/index",
354 365
                                 isTabBar: true,

+ 2 - 1
src/pages/manage/index.vue

@@ -86,7 +86,7 @@ export default {
86 86
     },
87 87
 
88 88
     onLoad() {
89
-        this.getUserMenu();
89
+        // this.getUserMenu();
90 90
     },
91 91
     async onShow() {
92 92
         if (this.isAdmin) {
@@ -108,6 +108,7 @@ export default {
108 108
                 // this.getShopList();
109 109
             }
110 110
         }
111
+        this.getUserMenu();
111 112
         this.$refs.tabbar.setIndex(2);
112 113
     },
113 114
     // 函数