From ebca8742a59c53fd24c34e05fafb51c8375fa973 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Tue, 5 Jan 2021 11:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E6=9C=9F=E7=BB=BC=E5=90=88=E4=BA=A4?= =?UTF-8?q?=E9=80=9A=E5=B7=A5=E5=85=B7=E6=84=8F=E5=A4=96=E4=BC=A4=E5=AE=B3?= =?UTF-8?q?=E9=99=A9=E9=9A=90=E8=97=8F=E4=B8=8B=E4=B8=80=E6=AD=A5=E6=8A=95?= =?UTF-8?q?=E4=BF=9D=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/productDetails.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/ebiz/cardList/productDetails.vue b/src/views/ebiz/cardList/productDetails.vue index 21a90f628..da5137ead 100644 --- a/src/views/ebiz/cardList/productDetails.vue +++ b/src/views/ebiz/cardList/productDetails.vue @@ -14,8 +14,8 @@ />
- 下一步 - 分享 + + 分享
@@ -108,7 +108,7 @@ export default { this.docuList = res.productShowInfo.documents this.productInfo = res.productShowInfo.itemProductDTOS[0] this.shareInfo.isShare = res.productShowInfo.itemProductBaseInfoDTO.itemType - this.shareInfo.shareURL = res.productShowInfo.itemProductBaseInfoDTO.itemDesc + ''; + this.shareInfo.shareURL = res.productShowInfo.itemProductBaseInfoDTO.itemDesc + '' this.productCode = res.productShowInfo.itemProductDTOS[0].productCode this.results = res.productShowInfo.itemProductDTOS[0] } else { @@ -118,8 +118,8 @@ export default { .catch(err => { console.log('errerr', err) }) - if(this.shareInfo.isShare == '2'){ - const resAgent = await getAgentInfo({}); + if (this.shareInfo.isShare == '2') { + const resAgent = await getAgentInfo({}) if (resAgent.result == 0) { this.shareInfo.shareURL = this.shareInfo.shareURL this.shareInfo.shareFlag = false @@ -131,7 +131,7 @@ export default { EWebBridge.webCallAppInJs('bridge', { flag: 'share', extra: { - title: '分享给您一个产品《'+this.productInfo.productName+'》', + title: '分享给您一个产品《' + this.productInfo.productName + '》', content: '快来投保吧!', url: this.shareInfo.shareURL, img: this.$assetsUrl + 'images/logo.png'