From 28ffc792f1d9b45f82f860eab64edd26166e1a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Wed, 24 Jun 2020 13:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=8D=95=E5=AD=A6=E5=B9=B3=E9=99=A9?= =?UTF-8?q?=EF=BC=9A=E5=A4=84=E7=90=86=E5=AD=A6=E5=B9=B3=E9=99=A9=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=93=BE=E6=8E=A5=E5=A4=84=E7=90=86=20--=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/productDetails.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/cardList/productDetails.vue b/src/views/ebiz/cardList/productDetails.vue index 3aaf7e86d..fc9bdc826 100644 --- a/src/views/ebiz/cardList/productDetails.vue +++ b/src/views/ebiz/cardList/productDetails.vue @@ -131,8 +131,8 @@ export default { EWebBridge.webCallAppInJs('bridge', { flag: 'share', extra: { - title: '卡单投保', - content: this.productInfo.productName, + title: '分享给您一个产品《'+this.productInfo.productName+'》', + content: '快来投保吧!', url: this.shareInfo.shareURL, img: this.$assetsUrl + 'images/logo.png' }