no message

cyl/master-im
jscyl13849007907 5 months ago
parent f771e75f09
commit 80c45cb123

@ -39,7 +39,7 @@
</view> </view>
<!-- 头像类 --> <!-- 头像类 -->
<view class="g_flex_rowRight_columnCenter" v-if="item.tip == 'avatar'"> <view class="g_flex_rowRight_columnCenter" v-if="item.tip == 'avatar'">
<img :src="item.value" alt="" class="g_w_48 g_h_48 g_radius_50" /> <img :src="item.value" alt="" class="g_w_48 g_h_48" style="border-radius: 13px;" />
</view> </view>
<!-- 右箭头 --> <!-- 右箭头 -->
<view class="g_flex_column_center flex_center" v-if="item.type != 'slot'"> <view class="g_flex_column_center flex_center" v-if="item.type != 'slot'">

@ -127,7 +127,7 @@
{ {
"path": "info", "path": "info",
"style": { "style": {
"navigationBarTitleText": "个人信息" "navigationBarTitleText": "资料"
} }
}, },
{ {

@ -129,4 +129,8 @@ export default {
}; };
</script> </script>
<style></style> <style>
.g_mt_30{
margin-top: 30px;
}
</style>

@ -127,8 +127,7 @@ export default {
}; };
}, },
onLoad() {}, onLoad() {},
onShow() {}, onShow() {
created() {
var that = this; var that = this;
console.log("createdcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreated"); console.log("createdcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreatedcreated");
uni.$on("changeCompanyDesp", function (data) { uni.$on("changeCompanyDesp", function (data) {

Loading…
Cancel
Save