Browse Source

feat: 伴宠师认证流程-接口对接;

pull/5/head
Fox-33 3 weeks ago
parent
commit
3ebc90ffe6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      otherPages/authentication/examination/end.vue

+ 2
- 2
otherPages/authentication/examination/end.vue View File

@ -68,7 +68,7 @@
<view class="item">
<view class="flex-between mb10">
<view class="flex-rowl">
<image class="img" :src="configList.wx_image.paramValueImage" mode="widthFix"></image>
<image class="img" src="@/static/images/ydd/end1(4).png" mode="widthFix"></image>
<text class="size-30 color-000 fw700">添加客服微信</text>
</view>
<view class="size-22 highlight">
@ -77,7 +77,7 @@
</view>
<view class="info color-777 size-22 flex-rowl">
<text class="size-22 color-777">微信二维码</text>
<image src="" mode="" style="width: 150rpx;height: 150rpx;"></image>
<image :src="configList.wx_image.paramValueImage" mode="widthFix" style="width: 150rpx;height: 150rpx;"></image>
</view>
</view>
</view>


Loading…
Cancel
Save