From 36e75d8768140820563f87ba6ce9a5ad49aab19b Mon Sep 17 00:00:00 2001 From: donqi Date: Fri, 1 Jul 2022 15:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5=E5=8F=8A=E5=9B=BE=E7=89=87=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- colorui/components/cu-custom.vue | 2 +- common/js/data.js | 30 ++++--------------- components/goods-card/vertical-goods-card.vue | 6 ++-- pages/index/home.vue | 20 ++++++++++--- pages/product/product-detail.vue | 2 +- 5 files changed, 26 insertions(+), 34 deletions(-) diff --git a/colorui/components/cu-custom.vue b/colorui/components/cu-custom.vue index 7240c12..fecaf03 100644 --- a/colorui/components/cu-custom.vue +++ b/colorui/components/cu-custom.vue @@ -11,7 +11,7 @@ - + diff --git a/common/js/data.js b/common/js/data.js index 9264e16..a77eb18 100644 --- a/common/js/data.js +++ b/common/js/data.js @@ -5,31 +5,11 @@ const swiperList = [{ id: 0, type: 'image', - url: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big17000.jpg' -}, { - id: 1, - type: 'image', - url: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big37006.jpg', -}, { - id: 2, - type: 'image', - url: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big39000.jpg' -}, { - id: 3, - type: 'image', - url: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big10001.jpg' -}, { - id: 4, - type: 'image', - url: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big25011.jpg' -}, { - id: 5, - type: 'image', - url: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big21016.jpg' -}, { - id: 6, - type: 'image', - url: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big99008.jpg' + url: 'http://gqz.opsoul.com/f5cd5d9a378044aea5125ff150433bae' +}, { + id: 1, + type: 'image', + url: 'http://gqz.opsoul.com/e456d5ceabec4a7f98895d74d2c6aeea' }] const categories = [{ diff --git a/components/goods-card/vertical-goods-card.vue b/components/goods-card/vertical-goods-card.vue index b9838d9..195c195 100644 --- a/components/goods-card/vertical-goods-card.vue +++ b/components/goods-card/vertical-goods-card.vue @@ -8,10 +8,10 @@ - + - - + + diff --git a/pages/index/home.vue b/pages/index/home.vue index 946acdd..bcd3eb5 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -1,10 +1,17 @@