Commit b2296e01 authored by mengcuiguang's avatar mengcuiguang

代码优化

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