diff --git a/common/styles/common.css b/common/styles/common.css
index 4ba4084..534f5db 100644
--- a/common/styles/common.css
+++ b/common/styles/common.css
@@ -280,11 +280,11 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo
}
.lf-color-primary {
- color: #FA4427 !important;
+ color: #FE9903 !important;
}
.lf-bg-primary {
- background: #FA4427 !important;
+ background: #FE9903 !important;
}
.lf-color-secondary {
@@ -312,11 +312,11 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo
}
.lf-color-gray {
- color: #656565 !important;
+ color: #777777 !important;
}
.lf-bg-gray {
- background: #656565 !important;
+ background: #777777 !important;
}
.lf-color-999{
diff --git a/pages.json b/pages.json
index b321520..cb16b98 100644
--- a/pages.json
+++ b/pages.json
@@ -25,7 +25,8 @@
{
"path": "pages/goodsDetail/goodsDetail",
"style": {
- "navigationBarTitleText": "商品详情"
+ "navigationBarTitleText": "商品详情",
+ "backgroundColor": "#F5F5F5"
}
}
],
diff --git a/pages/goodsDetail/goodsDetail.vue b/pages/goodsDetail/goodsDetail.vue
index 10fbaaf..e5f48dd 100644
--- a/pages/goodsDetail/goodsDetail.vue
+++ b/pages/goodsDetail/goodsDetail.vue
@@ -1,6 +1,79 @@
-
+
+
+
+
+
+
+
+
+
+
+
+ 网红辣椒棒 魔鬼辣椒挑战全网第一辣 网红优惠季 网红优惠季 网红优惠季
+
+
+ ¥ 19.90
+ ¥ 39.00
+ 2.9折
+
+
+ 已售4.5万份
+ 库存仅剩98份
+
+
+
+ 过期退
+ 满减优惠
+ 信用付
+
+
+
+
+ 适用门店
+
+
+
+ 李大叔家的店的店的店的店的店
+
+
+
+
+
+ 南宁市青秀区 金湖广场 金浦路 地铁1号线A出口 右转200米
+
+
+
+
+ 商品详情
+
+
+
+
+
+
+
+
+
+
+ 首页
+
+
+
+ 客服
+
+
+
+ 收藏
+
+
+
+ 分享
+
+
+
+
@@ -8,7 +81,7 @@
export default {
data(){
return {
-
+ current: 0 // 轮播下标
}
},
onLoad(){
@@ -20,6 +93,129 @@
}
+
\ No newline at end of file