Browse Source

1111

master
wangjiahai 2 years ago
parent
commit
2f2c1cb7f9
  1. 3
      main.js
  2. 15
      pages.json

3
main.js

@ -4,9 +4,6 @@ import Vue from 'vue'
// vuex // vuex
import store from './store' import store from './store'
import mixin from './common/mixin'
Vue.mixin(mixin)
import api from '@/common/request.api.js' import api from '@/common/request.api.js'
Vue.prototype.$api = api Vue.prototype.$api = api

15
pages.json

@ -38,6 +38,13 @@
"scrollIndicator": false //, "scrollIndicator": false //,
} }
} }
},
{
"path": "pages/card/card_booking",
"style": {
"navigationBarTitleText": "预约提货",
"enablePullDownRefresh": false
}
} }
], ],
"globalStyle": { "globalStyle": {
@ -53,10 +60,14 @@
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"list": [{ "list": [{
"pagePath": "pages/card/card", "pagePath": "pages/card/card",
"text": "首页" "text": "礼包",
"iconPath": "static/ze_bag_1.png",
"selectedIconPath": "static/ze_bag2.png"
}, { }, {
"pagePath": "pages/home/UserFragment", "pagePath": "pages/home/UserFragment",
"text": "我的" "text": "兑换记录",
"iconPath": "static/ze_underway1.png",
"selectedIconPath": "static/ze_underway2.png"
}] }]
}, },
"uniIdRouter": {} "uniIdRouter": {}

Loading…
Cancel
Save