From 986ead9c0ba1de832e5265a806d9c30f79f0688b Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 15 七月 2022 20:27:37 +0800
Subject: [PATCH] 下载

---
 src/views/productDetail/components/PayCard.vue |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/views/productDetail/components/PayCard.vue b/src/views/productDetail/components/PayCard.vue
index b4d8c35..c1019b3 100644
--- a/src/views/productDetail/components/PayCard.vue
+++ b/src/views/productDetail/components/PayCard.vue
@@ -41,12 +41,12 @@
         </div>
       </div>
 
-      <div class="price">
+      <!-- <div class="price">
         <div class="label">浠锋牸</div>
         <div class="number">锟{ this.totalMoney }}.00</div>
-      </div>
+      </div> -->
 
-      <div class="row">
+      <!--   <div class="row">
         <div class="label">璐拱鏁伴噺</div>
         <el-input-number
           v-model="cartItem.devCount"
@@ -82,7 +82,7 @@
             >涓夊勾</el-button
           >
         </el-button-group>
-      </div>
+      </div> -->
 
       <div
         class="row"
@@ -279,10 +279,10 @@
       >
         <div class="label">璁惧ID</div>
 
+        <!-- :multiple-limit="cartItem.devCount" -->
         <el-select
           collapse-tags
           multiple
-          :multiple-limit="cartItem.devCount"
           v-model="cartItem.devIdList"
           placeholder="璇烽�夋嫨璁惧ID"
           :popper-append-to-body="false"
@@ -309,9 +309,7 @@
 
       <div class="btns">
         <!-- <div class="button addCar">鍔犲叆璐墿杞�</div> -->
-        <div class="button pay" @click="confirmNow">
-          {{ totalMoney ? "绔嬪嵆璐拱" : "鍏嶈垂璇曠敤" }}
-        </div>
+        <div class="button pay" @click="confirmNow">绔嬪嵆瀹夎</div>
       </div>
     </div>
 
@@ -563,7 +561,8 @@
         },
       ];
       resumeOrder({
-        orderMoney: this.numeral(this.totalMoney).value(),
+        // orderMoney: this.numeral(this.totalMoney).value(),
+        orderMoney: 0,
         payMethod: 0,
         products,
         status: 0,

--
Gitblit v1.8.0