@@ -76,7 +76,7 @@
:height="picWidth"
fit="cover"
radius="8"
- @click="show = true"
+ @click="changeLogo"
/>
<van-uploader
ref="upload"
@@ -362,6 +362,11 @@ export default {
fromRoute = from;
},
methods: {
+ changeLogo() {
+ if (this.isMine) {
+ this.show = true;
+ }
+ },
getStyle(num = 1) {
if (!this.isVertical) {
return {
@@ -34,7 +34,7 @@
</van-list>
<div class="btns">
- <van-button color="@text3" @click="$router.back()" plain round>取消</van-button>
+ <van-button color="#939599" @click="$router.back()" plain round>取消</van-button>
</div>
</template>