From 7e1b7d3f005e6198bdc43cc90e772b40dd329eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 6 Mar 2025 18:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-realstore/index.vue | 2 +- src/components/model-shop/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/model-realstore/index.vue b/src/components/model-realstore/index.vue index 3ebfc323..48f5a27c 100644 --- a/src/components/model-realstore/index.vue +++ b/src/components/model-realstore/index.vue @@ -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: '营业中', diff --git a/src/components/model-shop/index.vue b/src/components/model-shop/index.vue index 9293f324..78c00f30 100644 --- a/src/components/model-shop/index.vue +++ b/src/components/model-shop/index.vue @@ -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: [], };