|
@@ -7,7 +7,7 @@
|
|
|
<view class="position" @click.stop="$emit('openHint')">
|
|
|
<image style="width: 100%;height: 100%;" src="@/static/images/hint.png" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
- <view class="position" @click.stop="$emit('openFeedback')">
|
|
|
+ <view v-if="isFeedback" class="position" @click.stop="$emit('openFeedback')">
|
|
|
<image style="width: 100%;height: 100%;" src="@/static/images/feedback.png" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
</view>
|