natasha 7 달 전
부모
커밋
42c851196e
1개의 변경된 파일4개의 추가작업 그리고 12개의 파일을 삭제
  1. 4 12
      src/views/bookShelf/bookItem.vue

+ 4 - 12
src/views/bookShelf/bookItem.vue

@@ -62,10 +62,8 @@
               <span>优惠价</span>
               <span class="OPPOSans"
                 >¥{{
-                  info.price_discount_content_item_total
-                    ? info.price_discount_content_item_total
-                    : info.hasOwnProperty("price_discount") ||
-                      info.hasOwnProperty("iss_price_sell")
+                  info.hasOwnProperty("price_discount") ||
+                  info.hasOwnProperty("iss_price_sell")
                     ? info.price_discount || info.iss_price_sell
                     : info.price || info.iss_price_org | cutMoneyFiter
                 }}</span
@@ -76,15 +74,9 @@
                   (info.hasOwnProperty('price_discount') &&
                     info.price_discount !== info.price) ||
                   (info.hasOwnProperty('iss_price_sell') &&
-                    info.iss_price_sell !== info.iss_price_org) ||
-                  info.price_discount_content_item_total !==
-                    info.price_content_item_total
+                    info.iss_price_sell !== info.iss_price_org)
                 "
-                >¥{{
-                  info.price_content_item_total ||
-                  info.price ||
-                  info.iss_price_org | cutMoneyFiter
-                }}</span
+                >¥{{ info.price || info.iss_price_org | cutMoneyFiter }}</span
               >
             </div>
             <span class="sales-right" v-if="sales >= 1000"