6.18
This commit is contained in:
@@ -128,8 +128,8 @@ export default {
|
||||
},
|
||||
onLoad() {},
|
||||
onNavigationBarButtonTap() {
|
||||
// console.log("setting");
|
||||
this.toOtherPage("/pageE/setting/Index");
|
||||
console.log("setting");
|
||||
this.toOtherPage("/setting/Index");
|
||||
},
|
||||
methods: {
|
||||
toOtherPage(url) {
|
||||
@@ -143,7 +143,7 @@ export default {
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.mine {
|
||||
min-height: calc(100vh - var(--window-top));
|
||||
min-height: calc(calc(100vh - var(--window-top)) - 50px);
|
||||
background: #ECECEC;
|
||||
.mine-top {
|
||||
width: 750rpx;
|
||||
|
||||
Reference in New Issue
Block a user