瀏覽代碼

修改金额显示

lex-xin 4 年之前
父節點
當前提交
6d96e428ad

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-fa62ba78.6ce6a98d.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.e2a54318.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-fa62ba78.caf17738.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-fd7fba6a.d5d945fb.js


+ 6 - 5
src/views/teamBuild/components/teamSoundMoney.vue

@@ -368,7 +368,7 @@
                 <div class="o_bd">{{ con.shopName }}</div>
                 <span class="o_ft">
                   <del>原价:¥{{ con.mode.marketPrice }}</del>
-                  现价:¥{{ (con.mode.price).toFixed(2) }}
+                  现价:¥{{ (con.mode.price - con.mode.GROUP).toFixed(2) }}
                 </span>
               </div>
               <!--   v-if="con.marketPrice" -->
@@ -566,14 +566,14 @@
             <del>原价</del>
             <del>¥{{ orderInfo.marketPrice }}</del>
           </div>
-          <div class="needprice markerprice">
+          <!-- <div class="needprice markerprice">
             <p>现价</p>
             <p>¥{{ orderInfo.groupPurchasePrice }}</p>
-          </div>
-          <div class="needprice markerprice" v-if="orderInfo.couponPrice > 0">
+          </div> -->
+          <!-- <div class="needprice markerprice" v-if="orderInfo.couponPrice > 0">
             <p>优惠</p>
             <p>¥{{ orderInfo.couponPrice }}</p>
-          </div>
+          </div> -->
           <div class="needprice grouopprice">
             <span>仅需支付</span>
             <span>¥{{ orderInfo.amount }}</span>
@@ -647,6 +647,7 @@
             <div class="item">
               <el-input style="width:80%"
                         type="number"
+                        disabled
                         @mousewheel.native.prevent
                         @input="deposiInput(item)"
                         v-model.trim="item.mode.LEASE"></el-input>

部分文件因文件數量過多而無法顯示