This commit is contained in:
2024-01-23 19:04:21 +08:00
parent dac7df5af5
commit efc4bff1e0
70 changed files with 351 additions and 1066 deletions

View File

@@ -8,7 +8,7 @@ var a;
a.util.request({
url: "entry/wxapp/Api",
data: {
m: "monai_market",
r: "store.getAccount",
uid: wx.getStorageSync("uid"),
},
@@ -21,7 +21,7 @@ var a;
a.util.request({
url: "entry/wxapp/Api",
data: {
m: "monai_market",
r: "store.getAccountTotal",
uid: wx.getStorageSync("uid"),
},
@@ -36,7 +36,7 @@ var a;
a.util.request({
url: "entry/wxapp/Api",
data: {
m: "monai_market",
r: "store.getAccount",
uid: wx.getStorageSync("uid"),
page: t.data.page + 1,