Commit 38eebe89 by 赵雅纹

Merge branch 'fixbug-ZYW' into 'dev_7.1.0'

Fixbug zyw

See merge request !173
parents 7eb7ba81 5da90a88
......@@ -58,8 +58,8 @@ wxService.page({
// 邀请奖励弹框
if (options && options['scene']) {
let idParam = decodeURIComponent(options['scene']).split('&')[0]
let shareId = idParam && idParam.split('=')[1] || 0
if (shareId == 10){
let TYPE = idParam && idParam.split('=')[1] || 0
if (TYPE == '-1'){
this.setData({
shareBenefitModalShow: true
})
......
......@@ -116,7 +116,7 @@ wxService.page({
let data = {
"autoColor": true,
"page": 'pages/userCenter/userCenter',
"scene": 'type=' + app.globalData.contants.SHARE_TYPE.INVITE_FRIENDS,
"scene": 'type=-1',
"width": 100
}
wxService.post(`/marketing/quickMark/getAppQrCodePicture`, data).then(res => {
......
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