xiaomei 5 месяцев назад
Родитель
Сommit
5ceee43b0e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/transfer/initiatePurchase.vue

+ 2 - 2
src/views/transfer/initiatePurchase.vue

@@ -38,7 +38,7 @@
         </div>
         <div class="pt">
           <div class="title">{{ $t('lang371') }}</div>
-          <div class="flex grey">{{ $t('lang384') + configInfo.min_buy_price }}</div>
+          <div class="flex grey">{{ $t('lang384') + product.min_buy_price }}</div>
           <div class="flex">
             <svg width="43" height="43" viewBox="25 0 100 100" xmlns="http://www.w3.org/2000/svg">
               <path
@@ -53,7 +53,7 @@
               <line x1="52" y1="29" x2="52" y2="73" stroke="black" stroke-width="5.2" stroke-linecap="round" />
               <line x1="63" y1="29" x2="63" y2="73" stroke="black" stroke-width="5.2" stroke-linecap="round" />
             </svg>
-            <van-field v-model="qiuPrice" :placeholder="$t('lang385') + configInfo.min_buy_price" type="number" />
+            <van-field v-model="qiuPrice" :placeholder="$t('lang385') + product.min_buy_price" type="number" />
           </div>
         </div>
       </div>