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' })