-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathApp.vue
42 lines (40 loc) · 1.14 KB
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<script>
//create by: 邓志锋 <[email protected]> <http://www.diygw.com>
export default {
onLaunch: function () {
},
onShow() {
},
onHide() {
},
globalData:{
userInfo: null,
tabBar:["/pages/indexx/index","/pages/about/index","/pages/link/index"],
pages:["/pages/indexx/index","/pages/grid/index","/pages/appmsg/index","/pages/menu/index","/pages/tab/index","/pages/floatbar/index","/pages/checkbox/index","/pages/form/index","/pages/window/index","/pages/swiperok/index","/pages/about/index","/pages/link/index","/pages/video/index","/pages/page607432/index","/pages/button/index","/pages/view/index"]
}
}
</script>
<style>
/*!
* Site:http://www.diygw.com
* Author:邓志锋 280160522
*/
@import 'common/style/weui.css';
@import 'common/style/weui-extend.css';
@import 'common/style/iconfont/iconfont.css';
@import 'common/style/animate.css';
@import 'common/style/weui-theme.css';
.uni-popup{
z-index: 9999;
}
.popup-content {
/* #ifndef APP-NVUE */
display: block;
/* #endif */
background-color: #fff;
padding: 15px;
font-size: 14px;
}
.weui-tabbar__icon{
}
</style>