Commit 2668c498 authored by 罗超's avatar 罗超

2

parent 369ec98f
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
<!-- <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/Jhrenzcg.png" style="width: 300rpx;height: 324rpx;margin-top: 256rpx;"></image> --> <!-- <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/Jhrenzcg.png" style="width: 300rpx;height: 324rpx;margin-top: 256rpx;"></image> -->
<!-- <text style="font-size: 20px;color: #111111;margin-top: 53px;">验证成功 成为学员</text> --> <!-- <text style="font-size: 20px;color: #111111;margin-top: 53px;">验证成功 成为学员</text> -->
<view class="successStatus"> <view class="successStatus">
<view class="headimg info"> <view class="headimg info" v-if="sellInfo.Type==1">
<image style="width: 100%;height: 100%;" :src="sellInfo.UserIcon" mode="aspectFill"></image> <image style="width: 100%;height: 100%;" :src="sellInfo.UserIcon" mode="aspectFill"></image>
</view> </view>
<view class="info name"> <view class="info name">
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
<view class="info work"> <view class="info work">
{{sellInfo.PostName}} {{sellInfo.PostName}}
</view> </view>
<view class="info department"> <view class="info department" v-if="sellInfo.Type==1">
{{sellInfo.DeptName}} {{sellInfo.DeptName}}
</view> </view>
<view class="info work"> <view class="info work">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment