Browse Source

配置页

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

32
pages.json

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

Loading…
Cancel
Save