diff --git a/components/distributePoster/index.js b/components/distributePoster/index.js index 130a77c..45675f7 100644 --- a/components/distributePoster/index.js +++ b/components/distributePoster/index.js @@ -107,7 +107,8 @@ Component({ params['scene'] = this.data.qccodeid+'_'+app.getStorageByKey("userInfo").biz_id; params['width'] = 260; _.apiQuery.getMaterialHomeQrcode(params).then(res => { - this.getImageInfo(res.data.url, 2) + // this.getImageInfo(res.data.url, 2) + this.getImageInfo('https://qs.haodian.cn/wechat_app/dongfeng/common/default-code.png', 2) }).catch(res => { //this.getImageInfo(this.data.defaultQrcode, 2) }) diff --git a/pages/distribute/storePoster/index.js b/pages/distribute/storePoster/index.js index 3f13a47..e072393 100644 --- a/pages/distribute/storePoster/index.js +++ b/pages/distribute/storePoster/index.js @@ -96,9 +96,9 @@ Page({ params['scene'] = app.getStorageByKey("userInfo").biz_id; params['width'] = 260; _.apiQuery.getMaterialHomeQrcode(params).then(res => { - this.setData({ - 'poster.qrcode':res.data.url, - }) + // this.setData({ + // 'poster.qrcode':res.data.url, + // }) this.setData({ 'poster.qrcode':'https://qs.haodian.cn/wechat_app/dongfeng/common/default-code.png', })