|
@@ -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>
|