修改充值后内容不刷新的问题,修改部分接口传参空值的问题,调整接口地址,,正在做分页
This commit is contained in:
@@ -276,9 +276,11 @@ Page({
|
||||
}
|
||||
if (!data?.length) {
|
||||
alertInfo("尚无信息")
|
||||
wx.redirectTo({
|
||||
url: '/pages/handleLogin/index?back=false',
|
||||
})
|
||||
setTimeout(() => {
|
||||
wx.redirectTo({
|
||||
url: '/pages/handleLogin/index?back=false',
|
||||
})
|
||||
}, 500)
|
||||
return;
|
||||
}
|
||||
const [firstPark = {}] = data;
|
||||
@@ -336,6 +338,7 @@ Page({
|
||||
alertInfo(message)
|
||||
return;
|
||||
}
|
||||
const that = this;
|
||||
wx.requestPayment({
|
||||
timeStamp: data?.time,
|
||||
nonceStr: data?.nonceStr,
|
||||
|
Reference in New Issue
Block a user