dengjie commit :首页和详情页样式初步完成

This commit is contained in:
clay
2022-12-16 01:07:48 +08:00
parent faab99a8ce
commit 9223a1023e
68 changed files with 2866 additions and 7 deletions

View File

@@ -3,6 +3,16 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "商品详情",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#12CA64",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "食瞳",
@@ -11,7 +21,7 @@
//导航栏取消
// "navigationStyle": "custom",
//是否开启下拉刷新
"enablePullDownRefresh": false
"enablePullDownRefresh": true
}
},
{
@@ -41,6 +51,7 @@
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#CCCCCC",