Commit 2963e95a authored by 潘永坪's avatar 潘永坪

companyId修改

parent 3b8eb337
...@@ -15,7 +15,7 @@ export default { ...@@ -15,7 +15,7 @@ export default {
onLoad(option){ onLoad(option){
let groupId=option.groupId||'' let groupId=option.groupId||''
let groupChannelId=option.groupChannelId||'' let groupChannelId=option.groupChannelId||''
let companyId=option.companyId||'' let companyId=this.$commonjs.getCompanyId(option)|| ''
let productIdList=option.productIdList||'' let productIdList=option.productIdList||''
let orderSource=option.orderSource||'' let orderSource=option.orderSource||''
let ifyukuaiCode=option.ifyukuaiCode||''//是否是渝快码跳入,渝快码跳入需要在H5端另外走流程 let ifyukuaiCode=option.ifyukuaiCode||''//是否是渝快码跳入,渝快码跳入需要在H5端另外走流程
......
...@@ -15,7 +15,7 @@ export default { ...@@ -15,7 +15,7 @@ export default {
onLoad(option){ onLoad(option){
let merchantId=option.merchantId||'' let merchantId=option.merchantId||''
let productId=option.productId||'' let productId=option.productId||''
let companyId=option.companyId||'' let companyId=this.$commonjs.getCompanyId(option)|| ''
let orderSource=option.orderSource||'' let orderSource=option.orderSource||''
let ifyukuaiCode=option.ifyukuaiCode||''//是否是渝快码跳入,渝快码跳入需要在H5端另外走流程 let ifyukuaiCode=option.ifyukuaiCode||''//是否是渝快码跳入,渝快码跳入需要在H5端另外走流程
let pdOpenid=uni.getStorageSync('openid')//胖丁小程序openid,临时用,当公众号授权做好之后可以删除 let pdOpenid=uni.getStorageSync('openid')//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
......
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