From a32a17f804da844c622be755c4a51dfda83825c7 Mon Sep 17 00:00:00 2001 From: fanfan Date: Sun, 10 Nov 2024 20:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/gamll/dailyReport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/gamll/dailyReport.vue b/pages/gamll/dailyReport.vue index dd10cbd..eab6de9 100644 --- a/pages/gamll/dailyReport.vue +++ b/pages/gamll/dailyReport.vue @@ -44,7 +44,7 @@ {{item.jd_short_url}} - + 👉抢购链接:{{item.applet_short_url}} @@ -122,7 +122,7 @@ obj.cost_price_min + '\n' + (obj.goods_no ? 'SKU:' + obj.goods_no + '\n' : '') + - (obj.jd_short_url ? obj.jd_short_url + '\n' + '\n' : '') + + (obj.jd_short_url ? obj.jd_short_url + '\n' : '') + (obj.applet_short_url ? '👉抢购链接:' + obj.applet_short_url + '\n' : '') + ' \n' })