Forráskód Böngészése

yb11.5问题转移占位图

jwyu 2 éve
szülő
commit
0f67125d25
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      pages-question/answerDetail.vue

+ 3 - 2
pages-question/answerDetail.vue

@@ -2,8 +2,9 @@
   <view class="answerdetail-page flex-column">
     <template v-if="questionItem&&hasAuth">
       <template v-if="questionItem.replier_user_id!=userInfo.user_id">
-        <view>
-          该问题已转移
+        <view style="padding-top:100rpx;text-align:center">
+          <image style="width:200rpx;margin-bottom:20rpx" :src="globalImgUrls.chartWait" mode="widthFix" lazy-load="false" binderror="" bindload="" />
+          <view>问题已转移!</view>
         </view>
       </template>
       <template v-else>