From df2b48fb446b491eba4ca76451afdb5e8e832bff Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Fri, 10 Apr 2026 18:01:23 +0800
Subject: [PATCH] 11
---
pages/Orderstatistics/index.vue | 106 +++++++--
pages/index/index.vue | 405 ++++++++++++++++++++++++++++++--
pages/login/login.vue | 6 +-
pages/myCenter/shopDetail.vue | 1 +
4 files changed, 474 insertions(+), 44 deletions(-)
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()
}