This commit is contained in:
lym
2026-03-26 22:20:07 +08:00
parent d5f2104fbb
commit c91a4c5462
9 changed files with 230 additions and 63 deletions

View File

@@ -634,7 +634,7 @@ Page( {
name:that.data.a_name,
tel:that.data.a_tel,
agentid:that.data.agentid,
agenttype:that.data.agenttype,
agenttype:(!that.data.agenttype?1:that.data.agenttype),
Guests:Guests,
image:that.data.image,
image0:that.data.image0
@@ -683,11 +683,11 @@ Page( {
//JSON.stringify(res)
console.log('开始微信支付:',res);
wx.showToast({
title: "用户取消",
title: "支付失败",
icon: "none",
duration: 3000
duration: 1000
})
wx.navigateBack({})
//wx.navigateBack({})
}
})
}