This commit is contained in:
2020-06-18 14:57:26 +08:00
parent df47e0d357
commit f0244f8077
106 changed files with 186 additions and 122 deletions

View File

@@ -619,20 +619,15 @@
"backgroundColor": "#FFFFFF",
"titleColor": "#333333",
"buttons": [
{
{
"type":"none",
"text":"取消",
"float":"left",
"fontSize":"14"
},
{
"type":"none",
"text":"\ue264",
"text":"\ue62d",
"float":"right",
"fontSize":"14"
"fontSrc": "/static/fonts/customer.ttf",
"fontSize":"20"
}
],
"autoBackButton": false,
"autoBackButton": true,
"backButton": {
"badgeText": "取消"
}
@@ -745,7 +740,7 @@
]
}
],
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
"pages": [
{
"path": "pageA/welcome/welcome",
"style": {
@@ -755,18 +750,15 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/shop/index",
"style": {
"navigationBarTitleText": "商城",
"navigationStyle": "custom"
}
},
{
"path": "pages/information/information",
"style": {
@@ -788,11 +780,13 @@
"titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
{
"color": "#717171",
"type": "none",
"text": "\ue502",
"text": "\ue63f",
"fontSrc": "/static/fonts/setting.ttf",
"float": "right",
"fontSize": "14"
"fontSize": "18"
}
]
}