Browse Source

配置页

master
tianyi 1 month ago
parent
commit
f4852a7b7a
  1. 32
      pages.json

32
pages.json

@ -68,91 +68,91 @@
"path": "order/orderDetail", "path": "order/orderDetail",
"style": { "style": {
"navigationBarTitleText": "订单详情", "navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "payment/payment", "path": "payment/payment",
"style": { "style": {
"navigationBarTitleText": "支付页", "navigationBarTitleText": "支付页",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "post/postDetail", "path": "post/postDetail",
"style": { "style": {
"navigationBarTitleText": "帖子详情页", "navigationBarTitleText": "帖子详情页",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "runErrand/runErrand", "path": "runErrand/runErrand",
"style": { "style": {
"navigationBarTitleText": "代跑腿", "navigationBarTitleText": "代取快递/跑腿",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/addressList", "path": "myCenter/addressList",
"style": { "style": {
"navigationBarTitleText": "地址列表", "navigationBarTitleText": "地址列表",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/wallet", "path": "myCenter/wallet",
"style": { "style": {
"navigationBarTitleText": "我的钱包", "navigationBarTitleText": "我的钱包",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/partTimeJobRegister", "path": "myCenter/partTimeJobRegister",
"style": { "style": {
"navigationBarTitleText": "兼职注册", "navigationBarTitleText": "兼职注册",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/partTimeJob", "path": "myCenter/partTimeJob",
"style": { "style": {
"navigationBarTitleText": "兼职主页", "navigationBarTitleText": "兼职主页",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/myPost", "path": "myCenter/myPost",
"style": { "style": {
"navigationBarTitleText": "我的发布", "navigationBarTitleText": "我的发布",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/myMerchant", "path": "myCenter/myMerchant",
"style": { "style": {
"navigationBarTitleText": "商家主页", "navigationBarTitleText": "商家主页",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/myFriend", "path": "myCenter/myFriend",
"style": { "style": {
"navigationBarTitleText": "我的朋友", "navigationBarTitleText": "我的朋友",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/myCollect", "path": "myCenter/myCollect",
"style": { "style": {
"navigationBarTitleText": "我的收藏", "navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/myCenter", "path": "myCenter/myCenter",
"style": { "style": {
"navigationBarTitleText": "个人中心", "navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/merchantRegister", "path": "myCenter/merchantRegister",
"style": { "style": {
"navigationBarTitleText": "商家注册", "navigationBarTitleText": "商家注册",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
},{ },{
"path": "myCenter/addGoods", "path": "myCenter/addGoods",
"style": { "style": {
"navigationBarTitleText": "新增商品", "navigationBarTitleText": "新增商品",
"enablePullDownRefresh": false "navigationStyle": "custom"
} }
}] }]
}, { }, {

Loading…
Cancel
Save