1111
This commit is contained in:
3
main.js
3
main.js
@@ -4,9 +4,6 @@ import Vue from 'vue'
|
||||
// vuex
|
||||
import store from './store'
|
||||
|
||||
import mixin from './common/mixin'
|
||||
Vue.mixin(mixin)
|
||||
|
||||
import api from '@/common/request.api.js'
|
||||
Vue.prototype.$api = api
|
||||
|
||||
|
||||
15
pages.json
15
pages.json
@@ -38,6 +38,13 @@
|
||||
"scrollIndicator": false //禁用原生导航栏,
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/card/card_booking",
|
||||
"style": {
|
||||
"navigationBarTitleText": "预约提货",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
@@ -53,10 +60,14 @@
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [{
|
||||
"pagePath": "pages/card/card",
|
||||
"text": "首页"
|
||||
"text": "礼包",
|
||||
"iconPath": "static/ze_bag_1.png",
|
||||
"selectedIconPath": "static/ze_bag2.png"
|
||||
}, {
|
||||
"pagePath": "pages/home/UserFragment",
|
||||
"text": "我的"
|
||||
"text": "兑换记录",
|
||||
"iconPath": "static/ze_underway1.png",
|
||||
"selectedIconPath": "static/ze_underway2.png"
|
||||
}]
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
|
||||
Reference in New Issue
Block a user