no message

SPY×FAMILY
鹿和sa0ChunLuyu 4 years ago
parent bf99114781
commit 6d6049550e

@ -56,6 +56,16 @@
.blank_wrapper {
height: calc(20rpx + var(--safe-area-inset-bottom));
}
.top_blank_wrapper::after {
content: ".";
}
.top_blank_wrapper {
height: 0;
width: 100%;
opacity: 0;
}
.navbar_wrapper {

@ -5,6 +5,13 @@
"navigationBarTitleText": "鹿和开发套件",
"enablePullDownRefresh": false
}
}, {
"path": "pages/main/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}],
"subPackages": [{
"root": "pages/dev",
@ -17,6 +24,23 @@
}
}]
}],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#333333",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/main/home/home",
"iconPath": "static/image/tabbar/tof.png",
"selectedIconPath": "static/image/tabbar/ton.png",
"text": "首页"
}, {
"pagePath": "pages/main/user/user",
"iconPath": "static/image/tabbar/tof.png",
"selectedIconPath": "static/image/tabbar/ton.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "鹿和开发套件",

@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Loading…
Cancel
Save