Commit 14704ba0 by yuzhenWang

Merge branch 'feature-20260203-解决外部跳转页面登录问题' into 'dev'

发生产合并代码

See merge request !105
parents 3c2ca9df 06bf3ede
...@@ -329,11 +329,11 @@ ...@@ -329,11 +329,11 @@
} }
let _this = this let _this = this
param.isPayOrAuth = 1; param.isPayOrAuth = 1;
uni.showToast({ // uni.showToast({
title: JSON.stringify(param), // title: JSON.stringify(param),
duration: 10000, // duration: 10000,
icon: 'none' // icon: 'none'
}) // })
api.wxAuthorize(param).then((res) => { api.wxAuthorize(param).then((res) => {
_this.paymentBtnDisabled = false; _this.paymentBtnDisabled = false;
......
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