From 691e2a2623c09dd2eabc5cc7b6ba5190027a467c Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Tue, 30 Apr 2024 10:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E5=8A=A0?= =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index 4720e02..c211368 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -1075,7 +1075,7 @@ toHaibao(index) { this.shareCancel(); if (index == 2) { - let str = `${this.goods.goods_name}\n前台价:¥${this.goods.goods_price_max}元\n推广价:¥${this.goods.goods_price_min}元\nSKU:${this.goods.goods_no}` + let str = `型号:${this.goods.goods_name}\n前台价:¥${this.goods.goods_price_max}元\n推广价:¥${this.goods.goods_price_min}元\nSKU:${this.goods.goods_no}\n京东链接:https://item.jd.com/${this.goods.goods_no}.html` uni.setClipboardData({ data: str, // 这里是个坑接受字符串类型 value转化为字符串 success: function() {