|
@@ -8,7 +8,8 @@
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarTitleText": "注册",
|
|
|
+ "enablePullDownRefresh" : false,
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
@@ -16,7 +17,7 @@
|
|
|
"path" : "pages/zhuanpan/zhuanpan",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText" : "",
|
|
|
+ "navigationBarTitleText" : "幸运大转盘",
|
|
|
"enablePullDownRefresh" : false,
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
@@ -41,9 +42,8 @@
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|
|
|
-
|
|
|
"navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarTitleText": "加载中...",
|
|
|
"navigationBarBackgroundColor": "#fa7b12",
|
|
|
"backgroundColor": "#fa7b12"
|
|
|
},
|