| | |
| | | goodsTitle2: '', |
| | | shareImage: 'https://hmy-flower.oss-cn-shanghai.aliyuncs.com/d4/d43cdefc7b8f4c3e91fb451a236a4435WechatIMG2882.jpg', // 背景图片 |
| | | qrSize: 100, // 二维码大小 |
| | | qrUrl: 'http://www.hmyxianhua.com/wx/jump?partnerUserId=1&partnerUserName=', // 生成二维码的链接 |
| | | qrUrl: '', // 生成二维码的链接 |
| | | } |
| | | }, |
| | | onLoad() { |
| | |
| | | } |
| | | this.name = this.currentInfo.partnerDTO.name || '佚名' |
| | | this.qrUrl = |
| | | `http://www.hmyxianhua.com/wx/jump?partnerUserId=${this.currentInfo.id||'-'}&partnerUserName=${this.name||'-'}` |
| | | `https://scan.hmyxianhua.com/wx/?partnerUserId=${this.currentInfo.id||'-'}&partnerUserName=${this.name||'-'}` |
| | | this.goodsTitle = `${this.name||'-'}的推广二维码` |
| | | this.goodsTitle2 = `扫码注册绑定合伙人` |
| | | this.$message.showLoading() |