bug110,124,108 + 建设页
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<div class="AppHarvestQR">
|
||||
<u-navbar :is-back="false" title="我的丰收码" title-color="#000" title-width="300" title-size="32"
|
||||
:background="backgroundNavbar" :title-bold="true"></u-navbar>
|
||||
<div class="card">
|
||||
<div class="myself">
|
||||
<img class="avatar" :src="user.avatarUrl" alt="" v-if="user.avatarUrl">
|
||||
@@ -28,13 +26,8 @@
|
||||
import { mapState } from 'vuex'
|
||||
export default {
|
||||
name: "AppHarvestQR",
|
||||
appName: '丰收码',
|
||||
customNavigation: true,
|
||||
data() {
|
||||
return {
|
||||
backgroundNavbar: {
|
||||
background: '#FFF'
|
||||
},
|
||||
qrCode: '',
|
||||
}
|
||||
},
|
||||
@@ -52,6 +45,9 @@ export default {
|
||||
},
|
||||
onLoad() {
|
||||
this.getQrCode()
|
||||
uni.setNavigationBarTitle({
|
||||
title: '我的丰收码'
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -65,6 +61,7 @@ export default {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
border-radius: 16px;
|
||||
background: #FFF;
|
||||
|
||||
.myself {
|
||||
padding: 72px;
|
||||
|
||||
Reference in New Issue
Block a user