|
@@ -58,6 +58,7 @@ Page({
|
|
deviceId: that.deviceid,
|
|
deviceId: that.deviceid,
|
|
deposit: that.data.money,
|
|
deposit: that.data.money,
|
|
token: wx.getStorageSync('token'),
|
|
token: wx.getStorageSync('token'),
|
|
|
|
+ openId: wx.getStorageSync('openId'),
|
|
}
|
|
}
|
|
}
|
|
}
|
|
httpUtils.request(obj).then(res=>{
|
|
httpUtils.request(obj).then(res=>{
|