diff --git a/pages/Orderstatistics/index.vue b/pages/Orderstatistics/index.vue index 4d8ab1d..35c7f14 100644 --- a/pages/Orderstatistics/index.vue +++ b/pages/Orderstatistics/index.vue @@ -79,27 +79,14 @@ - - 蓝牙状态:{{printStatus?'已连接':'未连接'}} - - 断开连接 - - - - - \ No newline at end of file diff --git a/pages/login/login.vue b/pages/login/login.vue index 444ccd8..65a84d9 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -354,7 +354,8 @@ mobile: this.mobile, code: this.codes, saveLogin: true, - type: this.wayValue + type: this.wayValue, + clientId: uni.getStorageSync('registerID') }; } else { url = `/auth/login`; @@ -364,7 +365,8 @@ captchaId: this.captchaId, code: this.code, saveLogin: true, - type: 0 + type: 0, + clientId: uni.getStorageSync('registerID') }; } let that = this; diff --git a/pages/myCenter/shopDetail.vue b/pages/myCenter/shopDetail.vue index 49c5198..154b0bf 100644 --- a/pages/myCenter/shopDetail.vue +++ b/pages/myCenter/shopDetail.vue @@ -186,6 +186,7 @@ content: '更新信息成功', showCancel:false, success: function (res) { + uni.setStorageSync('shop',this.shop) if (res.confirm) { uni.navigateBack() }