Commit f3c99021 by 程智春

fn(vm)

parent b2f06b7a
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
console.log('wxPay',res.data) console.log('wxPay',res.data)
payData.success = res => { payData.success = res => {
console.log("支付成功", res, this.options); console.log("支付成功", res, this.options);
this.message = "支付成功";
const orderSn = this.options.orderSn; const orderSn = this.options.orderSn;
let vm = this let vm = this
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
console.error("subscribeMessage-err", err); console.error("subscribeMessage-err", err);
} }
function fn(_this){ function fn(_this){
_this.message = "支付成功"; // _this.message = "支付成功";
if(!_this.options_isCard){ if(!_this.options_isCard){
let query; let query;
if(_this.batchNumber){ if(_this.batchNumber){
......
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