panhui 3 years ago
parent
commit
02fe1cc9c5
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/views/product/Detail.vue

+ 6 - 1
src/views/product/Detail.vue

@@ -100,7 +100,12 @@
                             </div>
                         </div>
 
-                        <sale-info ref="sale" :info="info" :blindBoxItems="blindBoxItems"></sale-info>
+                        <sale-info
+                            v-if="!$store.state.review"
+                            ref="sale"
+                            :info="info"
+                            :blindBoxItems="blindBoxItems"
+                        ></sale-info>
 
                         <tasks
                             v-if="assignment && info.totalQuota"