no message

This commit is contained in:
2024-01-22 23:40:19 +08:00
parent 242b3af3e9
commit dac7df5af5
43 changed files with 377 additions and 389 deletions

View File

@@ -19,7 +19,7 @@ var a, e;
success(e) {
e.data &&
e.data.data &&
!e.data.errno &&
e.data.code!=200 &&
(console.log(e.data),
wx.requestPayment({
timeStamp: e.data.data.timeStamp,

View File

@@ -252,7 +252,7 @@ var e, t, a;
})
: a.data &&
a.data.data &&
!a.data.errno &&
a.data.code!=200 &&
wx.requestPayment({
timeStamp: a.data.data.timeStamp,
nonceStr: a.data.data.nonceStr,
@@ -415,7 +415,7 @@ var e, t, a;
var a = this,
i = { uid: wx.getStorageSync("uid"), type: a.data.type, page: t };
e.getdata(i, "carqxcx").then((e) => {
if ((console.log("回调数据:", e), e.data && 0 == e.errno))
if ((console.log("回调数据:", e), e.data && 200 == e.code))
if (1 == t) a.setData({ repairList: e.data, page: a.data.page + 1 });
else {
var i = a.data.repairList;