This commit is contained in:
2020-06-18 14:57:26 +08:00
parent df47e0d357
commit f0244f8077
106 changed files with 186 additions and 122 deletions

View File

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