Handy_Cao hace 4 meses
padre
commit
82bbdbd0f7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/packages/mobile/views/pricing/trade/v2/Index.vue

+ 2 - 2
src/packages/mobile/views/pricing/trade/v2/Index.vue

@@ -144,9 +144,9 @@ const orderTypeStepList = computed(() => {
     const hasPre = goods.some(e => e.trademode === 10)
 
     return [
-        { label: t('tss.fullpayment'), value: 1, show: hasFull },
         { label: t('tss.prepayment'), value: 2, show: hasPre },
-        { label: t('tss.buyback'), value: 3, show: hasPre }
+        { label: t('tss.buyback'), value: 3, show: hasPre },
+        { label: t('tss.fullpayment'), value: 1, show: hasFull }
     ]
 })
 // 订单模型