|
|
@@ -6,7 +6,7 @@
|
|
|
style="height: 30px; padding: 5px; border-radius: 5px"
|
|
|
type="info"
|
|
|
v-if="detail && detail.skuPhotoIdentifyId"
|
|
|
- @click="feedbackShow = true"
|
|
|
+ @click="clickFeedbackShow"
|
|
|
>识别异常反馈</van-button
|
|
|
>
|
|
|
</template>
|
|
|
@@ -146,6 +146,10 @@ export default {
|
|
|
''
|
|
|
);
|
|
|
},
|
|
|
+ clickFeedbackShow() {
|
|
|
+ this.feedbackMessage = '';
|
|
|
+ this.feedbackShow = true;
|
|
|
+ },
|
|
|
onClickLeft() {
|
|
|
this.$router.go(-1);
|
|
|
},
|