소스 검색

充值时传参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=>{