Commit f3c99021 by 程智春

fn(vm)

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