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

@@ -55,7 +55,7 @@ var t;
var a = this;
t.util.request({
url: "entry/wxapp/Api",
data: { m: "monai_market", r: "home.index.info_set" },
data: { r: "home.index.info_set" },
cachetime: "0",
success: function (t) {
console.log(t),
@@ -69,7 +69,7 @@ var t;
var a = this;
t.util.request({
url: "entry/wxapp/Api",
data: { m: "monai_market", r: "home.index.car_info", id: this.data.id },
data: { r: "home.index.car_info", id: this.data.id },
cachetime: "0",
success: function (t) {
var e = !1;
@@ -173,7 +173,7 @@ var t;
t.util.request({
url: "entry/wxapp/Api",
data: {
m: "monai_market",
r: "me.follow",
uid: t.getuid(),
type: 2,