跳转提交更新

parent e32b1e2f
......@@ -1108,8 +1108,18 @@
}
},
equityPay: function() {
console.log('jWeixin.miniProgram.redirectTo')
jWeixin.miniProgram.redirectTo({
url: `/pages/UserMain/main`,
success: function success() {
console.log('skip success')
},
fail: function fail(_fail) {
console.warn(_fail);
uni.showModal({
content: JSON.stringify(_fail)
});
}
});
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment