修改默认数据

v1.3.0
于肖磊 2025-03-06 18:47:51 +08:00
parent f74ed6e35b
commit 7e1b7d3f00
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ type data_list = {
const default_list = {
title: '测试门店标题',
location: '测试地址',
title_url: [{ url: 'http://shopxo.com/static/diy/images/layout/siderbar/data-magic.png'}, { url: 'http://shopxo.com/static/diy/images/layout/siderbar/goods-list.png'}],
title_url: [{ url: 'http://shopxo.com/static/diy/images/layout/siderbar/data-magic.png'}, { url: ''}],
images: '',
new_cover: [],
state: '营业中',

View File

@ -118,7 +118,7 @@ type data_list = {
const default_list = {
title: '测试商户标题',
desc: '测试商户描述',
title_url: [{ url: 'http://shopxo.com/static/diy/images/layout/siderbar/data-magic.png'}, { url: 'http://shopxo.com/static/diy/images/layout/siderbar/goods-list.png'}],
title_url: [{ url: 'http://shopxo.com/static/diy/images/layout/siderbar/data-magic.png'}, { url: ''}],
images: '',
new_cover: [],
};