|
@@ -3,7 +3,7 @@
|
|
|
<view class="list_info">
|
|
|
<view class="bcenter">
|
|
|
<view class="avator" @click="upload">
|
|
|
- <image class="img" :src="avator" mode="widthFix" />
|
|
|
+ <image class="img" :src="avator" mode="aspectFill" />
|
|
|
<image class="photo" src="../../static/me/photo.png" mode="widthFix" />
|
|
|
</view>
|
|
|
</view>
|
|
@@ -125,9 +125,10 @@
|
|
|
let tagStr =
|
|
|
"篮球、羽毛球、兵乓球、足球、滑板、滑旱冰、跑步、跳绳、举重、听音乐、看电影、绘画、写小说、看书、做弹弓玩、做木剑玩、做橡皮枪玩、积木、用麻将搭金字塔、拼图、拆装、扑克牌、小汽车、手表、鞋之类的、弹吉他、钢琴、萨克斯、葫芦丝、大号、小号、折纸、剪纸、品茶、涂鸦、英雄联盟、qq堂、cs、cf、地下城勇士、桌面游戏";
|
|
|
this.list_tag = tagStr.split("、");
|
|
|
+ this.getInfoData();
|
|
|
},
|
|
|
onShow() {
|
|
|
- this.getInfoData();
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
onBack() {},
|
|
@@ -289,9 +290,7 @@
|
|
|
title: res.data.str,
|
|
|
animation: 0
|
|
|
});
|
|
|
- if (res.data.success == "yes") {
|
|
|
-
|
|
|
- }
|
|
|
+ this.getInfoData()
|
|
|
}
|
|
|
});
|
|
|
},
|