fix: 配送单页面接口数据对接,去除部分失效接口调用

This commit is contained in:
admin
2026-02-06 16:02:09 +08:00
parent c89af4c6a3
commit b85833690f
10 changed files with 318 additions and 113 deletions

View File

@@ -116,8 +116,8 @@ const user = defineStore({
// 获取最新信息
await this.getInfo();
this.getWallet();
this.getNumData();
// this.getWallet();
// this.getNumData();
return this.userInfo;
},
@@ -130,7 +130,7 @@ const user = defineStore({
this.userWallet = clone(defaultUserWallet);
this.numData = cloneDeep(defaultNumData);
// 清空购物车的缓存
cart().emptyList();
// cart().emptyList();
},
// 登录后,加载各种信息
@@ -139,7 +139,7 @@ const user = defineStore({
await this.updateUserData();
// 加载购物车
cart().getList();
// cart().getList();
// 登录后设置全局分享参数
$share.getShareInfo();