panhui vor 3 Jahren
Ursprung
Commit
99057efb24
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      .env.development
  2. 2 2
      src/views/auction/Submit.vue

+ 1 - 1
.env.development

@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://www.raex.vip/
+VUE_APP_BASE_URL=https://yipai.raex.vip/
 NODE_ENV=development
 NODE_ENV=development
 VUE_APP_PUBLIC_PATH=/
 VUE_APP_PUBLIC_PATH=/
 ASSETS_PATH=raex
 ASSETS_PATH=raex

+ 2 - 2
src/views/auction/Submit.vue

@@ -28,7 +28,7 @@
 
 
         <div class="text-list">
         <div class="text-list">
             <div class="text-info" v-if="paymentType === 'FIXED_PRICE'">
             <div class="text-info" v-if="paymentType === 'FIXED_PRICE'">
-                <span class="text1">一口价(当前价的{{ fixedPre }}%)</span>
+                <span class="text1">一口价</span>
                 <span class="text2">¥{{ preMoney }}</span>
                 <span class="text2">¥{{ preMoney }}</span>
             </div>
             </div>
             <div class="text-info" v-else>
             <div class="text-info" v-else>
@@ -165,7 +165,7 @@ export default {
             if (this.paymentType === 'PURCHASE_PRICE') {
             if (this.paymentType === 'PURCHASE_PRICE') {
                 return this.info.currentPrice;
                 return this.info.currentPrice;
             }
             }
-            return this.accMul(this.info.currentPrice || 0, this.fixedPre / 100);
+            return this.info.recommendPrice || 0;
         },
         },
         money() {
         money() {
             let money = 0;
             let money = 0;