cr il y a 3 ans
Parent
commit
5f30532dad

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

@@ -255,6 +255,7 @@ export default {
255 255
                         code: result.code,
256 256
                         appId: config.appId,
257 257
                     }, { pass: true }).then(res => {
258
+                        resolve();
258 259
                         if (res.success) {
259 260
                             store.commit("user/login", res.data);
260 261
 
@@ -318,7 +319,6 @@ export default {
318 319
                             });
319 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 1348
         isAdmin() {
1349 1349
             //店铺管理员  系统管理员
1350
-            console.log(this.user, 111);
1351 1350
             if (this.user) {
1352 1351
                 if (
1353 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 164
             this.fn
166 165
                 .showModal({
167 166
                     content: "确认退货选中订单项",

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

@@ -117,7 +117,6 @@ export default {
117 117
                 skuArr.push(obj);
118 118
             }
119 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 818
         sharePoster(val) {
819
-            console.log(val,111)
820 819
             if (val.shareLoading) {
821 820
                 return;
822 821
             }

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

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