|
@@ -7,7 +7,7 @@
|
7
|
7
|
<view class="centerLabel">
|
8
|
8
|
<view class="flex-h">
|
9
|
9
|
<view class="Icon">
|
10
|
|
- <image mode="widthFix" :src="UserInfo.Icon || 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/morentouxiang.png'"></image>
|
|
10
|
+ <image mode="widthFix" :src="IconUrl"></image>
|
11
|
11
|
</view>
|
12
|
12
|
<view class="flex-item">
|
13
|
13
|
<navigator url="../SignIn/index" hover-class="other-navigator-hover" class="SiginIn" v-if="UserInfo === null || UserInfo.Phone === undefined || UserInfo.Phone === null">立即登录</navigator>
|
|
@@ -57,7 +57,6 @@ export default {
|
57
|
57
|
name: 'WoDe',
|
58
|
58
|
data () {
|
59
|
59
|
return {
|
60
|
|
- // IconUrl: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/morentouxiang.png',
|
61
|
60
|
}
|
62
|
61
|
},
|
63
|
62
|
computed: {
|