fix: 图片路径修改

pull/8/head
kele 2023-03-14 15:35:19 +08:00
parent c2111da4e9
commit 7fae80c457
2 changed files with 4 additions and 4 deletions

View File

@ -133,7 +133,7 @@
selectAll: false, selectAll: false,
}); });
async function getData(page = 1, list_rows = 6) { async function getData(page = 1, list_rows = 10) {
state.loadStatus = 'loading'; state.loadStatus = 'loading';
let res = await sheep.$api.user.view.list({ let res = await sheep.$api.user.view.list({
list_rows, list_rows,

View File

@ -104,15 +104,15 @@
const state = reactive({ const state = reactive({
liveStatus: { liveStatus: {
101: { 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: '直播中', title: '直播中',
}, },
102: { 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: '未开始', title: '未开始',
}, },
103: { 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: '已结束', title: '已结束',
}, },
}, },