|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
|
<view class="answerdetail-page flex-column">
|
|
|
<template v-if="questionItem&&hasAuth">
|
|
|
- <template v-if="questionItem.replier_user_id!=userInfo.user_id">
|
|
|
+ <!-- <template v-if="questionItem.replier_user_id!=userInfo.user_id">
|
|
|
<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>
|
|
|
+ </template> -->
|
|
|
+ <template>
|
|
|
<view class="question-wrap">
|
|
|
<view class="question-item">
|
|
|
<view class="question-info">
|