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 @@
-
+
+
+
-
+
@@ -167,7 +174,8 @@
// 加载热门商品
let hotGoodsRes = await this.$request.getHotGoods({
pageNum: 0,
- pageSize: 50
+ pageSize: 50,
+ status: 0
});
this.hotGoods = hotGoodsRes.rows;
// 加载品类
@@ -317,7 +325,11 @@
}
-