Browse Source

修改bug

cr 3 years ago
parent
commit
5f30532dad

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

@@ -255,6 +255,7 @@ export default {
255
                         code: result.code,
255
                         code: result.code,
256
                         appId: config.appId,
256
                         appId: config.appId,
257
                     }, { pass: true }).then(res => {
257
                     }, { pass: true }).then(res => {
258
+                        resolve();
258
                         if (res.success) {
259
                         if (res.success) {
259
                             store.commit("user/login", res.data);
260
                             store.commit("user/login", res.data);
260
 
261
 
@@ -318,7 +319,6 @@ export default {
318
                             });
319
                             });
319
                             return;
320
                             return;
320
                         }
321
                         }
321
-                        resolve();
322
                     })
322
                     })
323
                 },
323
                 },
324
             })
324
             })

+ 0 - 1
src/pages/index/index.vue

@@ -1347,7 +1347,6 @@ export default {
1347
         },
1347
         },
1348
         isAdmin() {
1348
         isAdmin() {
1349
             //店铺管理员  系统管理员
1349
             //店铺管理员  系统管理员
1350
-            console.log(this.user, 111);
1351
             if (this.user) {
1350
             if (this.user) {
1352
                 if (
1351
                 if (
1353
                     this.user.roleId ===
1352
                     this.user.roleId ===

+ 0 - 1
src/pages/manage/cashier/refund.vue

@@ -161,7 +161,6 @@ export default {
161
                     }
161
                     }
162
                 }
162
                 }
163
             }
163
             }
164
-            console.log(sendData, 111);
165
             this.fn
164
             this.fn
166
                 .showModal({
165
                 .showModal({
167
                     content: "确认退货选中订单项",
166
                     content: "确认退货选中订单项",

+ 0 - 1
src/pages/manage/cashier/specModal.vue

@@ -117,7 +117,6 @@ export default {
117
                 skuArr.push(obj);
117
                 skuArr.push(obj);
118
             }
118
             }
119
             this.specList = skuArr;
119
             this.specList = skuArr;
120
-            console.log(skus, skuArr, 111);
121
         },
120
         },
122
 
121
 
123
         // 关闭
122
         // 关闭

+ 0 - 1
src/pages/manage/good-list.vue

@@ -816,7 +816,6 @@ export default {
816
 
816
 
817
         // 分享
817
         // 分享
818
         sharePoster(val) {
818
         sharePoster(val) {
819
-            console.log(val,111)
820
             if (val.shareLoading) {
819
             if (val.shareLoading) {
821
                 return;
820
                 return;
822
             }
821
             }

+ 0 - 2
src/pages/youxuan/good-detail.vue

@@ -189,7 +189,6 @@ export default {
189
         viewImg() {
189
         viewImg() {
190
             let self = this;
190
             let self = this;
191
             //查看图片
191
             //查看图片
192
-            console.log(111, self.canvasImgPath);
193
             uni.previewImage({
192
             uni.previewImage({
194
                 urls: self.canvasImgPath,
193
                 urls: self.canvasImgPath,
195
                 longPressActions: true,
194
                 longPressActions: true,
@@ -218,7 +217,6 @@ export default {
218
         },
217
         },
219
         // 判断主题  1:红色  2:绿色
218
         // 判断主题  1:红色  2:绿色
220
         theme() {
219
         theme() {
221
-            console.log(this.$store.state.common.theme, 111);
222
             return this.$store.state.common.theme;
220
             return this.$store.state.common.theme;
223
         },
221
         },
224
         user() {
222
         user() {