소스 검색

调整

腾讯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": {

Loading…
취소
저장