- <view class="qa-text" style="display: flex;">
- <view class="primary-text-color" style="margin-right: 30rpx;">{{comment.a_time}}</view>
- <view class="secondary-text-color">{{comment.rank ? '置顶' : ''}}</view>
- </view>
- <view class="qa-text">Q: {{comment.question}}</view>
- <view class="qa-text">A: {{comment.answer}}</view>
|