|
@@ -63,6 +63,10 @@ Page({
|
|
|
phone: getMobileCache() == ''?'********':getMobileCache().replace(reg, "$1****$2"),
|
|
|
setPhone: getMobileCache(),
|
|
|
mobile: getMobileCache(),
|
|
|
+ channelid: options.channelid === undefined ? '' : options.channelid,
|
|
|
+ shopid: options.shopid === undefined ? '' : options.shopid,
|
|
|
+ storeid: options.storeid === undefined ? '' : options.storeid,
|
|
|
+ tgid: options.tgid === undefined ? '' : options.tgid,
|
|
|
})
|
|
|
},
|
|
|
|
|
@@ -84,7 +88,7 @@ Page({
|
|
|
callbackUrl: '../integral/integral.wxml',
|
|
|
fingerprint: '',
|
|
|
sessionid: '',
|
|
|
- shopid: 2,
|
|
|
+ shopid: this.data.shopid,
|
|
|
type: 'wx',
|
|
|
}).then(arr => {
|
|
|
if (arr.code === '0000') {
|
|
@@ -326,7 +330,7 @@ getphoneClick() {
|
|
|
callbackUrl: '../integral/integral.wxml',
|
|
|
fingerprint: '',
|
|
|
sessionid: '',
|
|
|
- shopid: 2,
|
|
|
+ shopid: this.data.shopid,
|
|
|
type: 'wx',
|
|
|
}).then(arr => {
|
|
|
console.log(arr)
|
|
@@ -480,7 +484,7 @@ shuaxinClick() {
|
|
|
callbackUrl: '../integral/integral.wxml',
|
|
|
fingerprint: '',
|
|
|
sessionid: '',
|
|
|
- shopid: 2,
|
|
|
+ shopid: this.data.shopid,
|
|
|
type: 'wx',
|
|
|
}).then(arr => {
|
|
|
if (arr.code === '0000') {
|