Commit b2296e01 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent cd0fc2be
......@@ -95,7 +95,8 @@
data() {
return {
vipList: [],
selectedIndex: 0,
selectedIndex: 0,
tid: 0,
userBean: {},
showClone: false
};
......@@ -172,7 +173,8 @@
},
wxPay(wxData, largeType) {
let wxParams = wxData.params;
let that = this;
let that = this;
this.tid=wxData.tid;
// 发起微信支付
wx.requestPayment({
timeStamp: wxParams.timeStamp,
......
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