Commit b2296e01 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent cd0fc2be
......@@ -96,6 +96,7 @@
return {
vipList: [],
selectedIndex: 0,
tid: 0,
userBean: {},
showClone: false
};
......@@ -173,6 +174,7 @@
wxPay(wxData, largeType) {
let wxParams = wxData.params;
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