Commit 06bf3ede by yuzhenWang

发生产合并代码

parent 5580cc3d
...@@ -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