浏览代码

充值时传参openId

yangwangwen 1 年之前
父节点
当前提交
b9021da32b
共有 4 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      erp1/pages/recharge/index.js
  2. 1 0
      erp2/pages/recharge/index.js
  3. 1 0
      fz/pages/recharge/index.js
  4. 1 0
      lt/pages/recharge/index.js

+ 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=>{