From 0326f6a2d285d980607f6facecb97ac0840b0ca3 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 15 十月 2024 15:02:25 +0800
Subject: [PATCH] 1.小程序-花店端-客服中心
---
sub_pages/partner/partner-info/partner-code-v2.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/sub_pages/partner/partner-info/partner-code-v2.vue b/sub_pages/partner/partner-info/partner-code-v2.vue
index c6d015e..a469eb3 100644
--- a/sub_pages/partner/partner-info/partner-code-v2.vue
+++ b/sub_pages/partner/partner-info/partner-code-v2.vue
@@ -15,7 +15,7 @@
</template>
<script>
- import shareImages from '@/components/hj-placard/shareImages.vue'
+ import shareImages from './hj-placard/shareImages.vue'
export default {
components: {
shareImages
@@ -32,7 +32,7 @@
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() {
@@ -42,7 +42,7 @@
}
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()
@@ -52,6 +52,7 @@
setTimeout(() => {
this.$message.hideLoading()
}, 2000)
+
},
methods: {
// 生成分享图片
--
Gitblit v1.9.3