Administrator 4 rokov pred
rodič
commit
c6a26a18a5

+ 1 - 1
src/main/resources/templates/product/list.html

@@ -118,7 +118,7 @@
                                 </div>
                             </template>
                             <template v-else>
-                                <template v-if="p.priceFlag==0 || p.userIdentity==2 || (p.userIdentity==3 && p.supplierId==GLOBAL_SHOP_ID)">
+                                <template v-if="p.priceFlag==0 && p.userIdentity==2 || (p.userIdentity==3 && p.supplierId==GLOBAL_SHOP_ID)">
                                     <em class="p" v-text="'¥'+parseFloat(p.price).toFixed(2)"></em>
                                     <span class="listTag" v-if="p.actStatus==1">{{p.promotions.name}}</span>
                                 </template>