Commit 7e0d5fce by 赵雅纹

Merge branch 'feature-zyw-sc' into 'dev_7.1.0'

Feature zyw sc

See merge request !44
parents 98609b94 8fbc7196
......@@ -22,6 +22,9 @@
"pages/wantToBuyDetail/wantToBuyDetail",
"component/buyImageSwiper/buyImageSwiper",
"pages/myShare/myShare",
"pages/user-center/user-center",
"pages/productDetail/productDetail",
"pages/confirmOrder/confirmOrder",
"pages/productDetail/productDetail"
],
"subPackages": [
......
......@@ -17,4 +17,8 @@ page {
box-sizing: border-box;
}
.theme-color{
background-color: #CB3C3C;
}
{
"component": true,
"usingComponents": {}
}
\ No newline at end of file
......@@ -26,6 +26,7 @@
}
.product-detail-wrap{
padding: 0 16rpx 0 24rpx;
margin-top: 17rpx;
}
.price-icon{
display: inline-block;
......
......@@ -39,7 +39,7 @@
"list": []
},
"miniprogram": {
"current": 17,
"current": 18,
"list": [
{
"id": -1,
......@@ -143,6 +143,13 @@
"id": -1,
"name": "商品详情页",
"pathName": "pages/productDetail/productDetail",
"query": "",
"scene": null
},
{
"id": -1,
"name": "确认订单",
"pathName": "pages/confirmOrder/confirmOrder",
"scene": null
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment