@@ -2700,7 +2700,7 @@
font-size: 14px;
left: 14px;
"
- v-if="processKey && photoIdentifyType != 1"
+ v-if="processKey"
@click="removeFn">
<van-icon name="cross" /> 清空内容
</div>
@@ -38,7 +38,10 @@
></van-col
> -->
</van-row>
- <van-row gutter="20" style="display: flex; justify-content: center">
+ <van-row
+ gutter="20"
+ style="display: flex; justify-content: center"
+ v-if="fromValue && this.fromValue.storeId">
<van-col>
<van-button
style="width: 120px"
@@ -64,7 +67,7 @@ export default {
name: 'success',
data() {
return {
- fromValue: {},
+ fromValue: null,
cont: 0,
timer: null,
flag: true,