ソースを参照

调整

腾讯ocr渠道不签约
zhoujie 9ヶ月前
コミット
8808000056
1個のファイルの変更15行の追加15行の削除
  1. 15
    15
      pages.json

+ 15
- 15
pages.json ファイルの表示

{ {
"mode": "production", "mode": "production",
"pages": [ "pages": [
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "九州ETC",
"navigationBarBackgroundColor": "#01243A",
"backgroundColor": "#f6f9fc",
"navigationStyle": "custom",
"mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
"transparentTitle": "always",
"titlePenetrate": "YES",
"defaultTitle": "" // 将导航栏默认的 title 置空
}
}
},{
{
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarHidden": true, "navigationBarHidden": true,
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },

{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "九州ETC",
"navigationBarBackgroundColor": "#01243A",
"backgroundColor": "#f6f9fc",
"navigationStyle": "custom",
"mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
"transparentTitle": "always",
"titlePenetrate": "YES",
"defaultTitle": "" // 将导航栏默认的 title 置空
}
}
},
{ {
"path": "pages/service/service", "path": "pages/service/service",
"style": { "style": {

読み込み中…
キャンセル
保存