This commit is contained in:
wangjiahai
2023-11-23 18:06:43 +08:00
parent 6c5233621f
commit 2f2c1cb7f9
2 changed files with 13 additions and 5 deletions

View File

@@ -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

View File

@@ -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": {}