|
|
@ -229,7 +229,7 @@ Page({ |
|
|
let promise3 = new Promise(function (resolve, reject) { |
|
|
let promise3 = new Promise(function (resolve, reject) { |
|
|
let userid = wx.getStorageSync('jstrip_userid') |
|
|
let userid = wx.getStorageSync('jstrip_userid') |
|
|
new QRCode('myQrcode', { |
|
|
new QRCode('myQrcode', { |
|
|
text: 'https://m.cloud.sz-trip.com/ScenicDetail?id=' + that.data.info.id + '&sharedUserId=' + userid + '&channel=-1', |
|
|
text: 'https://m.cloud.sz-trip.com/CardDetail?id=' + that.data.info.id + '&sharedUserId=' + userid + '&channel=-1', |
|
|
width: 500, |
|
|
width: 500, |
|
|
height: 500, |
|
|
height: 500, |
|
|
padding: 12, // 生成二维码四周自动留边宽度,不传入默认为0
|
|
|
padding: 12, // 生成二维码四周自动留边宽度,不传入默认为0
|
|
|
|