From 7fae80c45703e6a2b36cbedac152344ea3e36be1 Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Tue, 14 Mar 2023 15:35:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/goods-log.vue | 2 +- sheep/components/s-live-card/s-live-card.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/user/goods-log.vue b/pages/user/goods-log.vue index 205a15da..b822581a 100644 --- a/pages/user/goods-log.vue +++ b/pages/user/goods-log.vue @@ -133,7 +133,7 @@ selectAll: false, }); - async function getData(page = 1, list_rows = 6) { + async function getData(page = 1, list_rows = 10) { state.loadStatus = 'loading'; let res = await sheep.$api.user.view.list({ list_rows, diff --git a/sheep/components/s-live-card/s-live-card.vue b/sheep/components/s-live-card/s-live-card.vue index 99d879ae..d76eb30b 100644 --- a/sheep/components/s-live-card/s-live-card.vue +++ b/sheep/components/s-live-card/s-live-card.vue @@ -104,15 +104,15 @@ const state = reactive({ liveStatus: { 101: { - img: sheep.$url.cdn('/assets/addons/shopro/frontend_img/app/mplive/live.png'), + img: sheep.$url.static('/static/img/shop/app/mplive/living.png'), title: '直播中', }, 102: { - img: sheep.$url.cdn('/assets/addons/shopro/frontend_img/app/mplive/prevue.png'), + img: sheep.$url.static('/static/img/shop/app/mplive/start.png'), title: '未开始', }, 103: { - img: sheep.$url.cdn('/assets/addons/shopro/frontend_img/app/mplive/playback.png'), + img: sheep.$url.static('/static/img/shop/app/mplive/ended.png'), title: '已结束', }, },