|
@@ -3,7 +3,7 @@
|
|
|
<view @click="upload" class="picture">
|
|
|
<image class="xj-image" v-if="!deptListurl.avatarUrl" src="@/static/images/common/tianjiazhaopian@2x.png">
|
|
|
</image>
|
|
|
- <image class="xj-image" :src="deptListurl.avatarUrl" v-if="deptListurl.avatarUrl"></image>
|
|
|
+ <image :src="deptListurl.avatarUrl" v-if="deptListurl.avatarUrl" style="width: 100%;height: 100%;"></image>
|
|
|
|
|
|
</view>
|
|
|
<view @click="submit" class="submit">提交</view>
|