setTimeout(function() {
a.util.request({
url: "PaykjOrder",
cachetime: "0",
data: {
order_id: e
},
success: function(t) {
wx.showModal({
title: "提示",
content: "12312311112133321321活动已报名成功",
cancelText: "去首页",
confirmText: "查看活动",
confirmColor: "#41c2fc",
success: function(t) {
t.cancel ? wx.reLaunch({
url: "index/index"
}) : t.confirm && wx.navigateTo({
url: "bgorder/bgorder"
});
}
});
}
});
}, 200);
你好,请具体描述问题。提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)