Przeglądaj źródła

充值时传参openId

yangwangwen 1 rok temu
rodzic
commit
b9021da32b

+ 1 - 0
erp1/pages/recharge/index.js

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

+ 1 - 0
erp2/pages/recharge/index.js

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

+ 1 - 0
fz/pages/recharge/index.js

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

+ 1 - 0
lt/pages/recharge/index.js

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