Handy_Cao 1 jaar geleden
bovenliggende
commit
af68de7921

+ 1 - 0
oem/tss/locales/extras/en-US.json

@@ -29,6 +29,7 @@
     "quote": {
         "bid": "BuyPrice",
         "ask": "SellPrice",
+        "selllprice": "Price",
         "holdvolume": "HoldVolume",
         "deposit": "Deposit",
         "orderbuy": "Reservation",

+ 1 - 0
oem/tss/locales/extras/th-TH.json

@@ -29,6 +29,7 @@
     "quote": {
         "bid": "ราคาจอง",
         "ask": "ราคาส่งคืน",
+        "selllprice": "ราคาขาย",
         "holdvolume": "จำนวนคำสั่งซื้อ",
         "deposit": "เงินทุน",
         "orderbuy": "จอง",

+ 3 - 2
oem/tss/locales/extras/zh-CN.json

@@ -29,6 +29,7 @@
     "quote": {
         "bid": "预订价",
         "ask": "回购价",
+        "selllprice": "销售价",
         "holdvolume": "订单数量",
         "deposit": "履约准备金",
         "orderbuy": "预订",
@@ -158,7 +159,7 @@
                 "platformdepositaccount": "平台充值账户",
                 "platformdepositsub-branch": "平台充值支行",
                 "goldisnotwithinthetimeframe": "充值不在时间范围内",
-                "notice": "節假日以通知、公告爲準,非工作日請勿操作!",
+                "notice": "节假日以通知、公告为准,非工作日请勿操作!",
                 "whetherthedeposittransferhasbeenmadeatthebankend": "是否已在银行端进行充值转账?"
             },
             "withdraw": {
@@ -169,7 +170,7 @@
                 "theamountavailableis0": "可提现额为0",
                 "exceedingthepayableamount": "超过可提现金额",
                 "goldisnotwithinthetimeframe": "提现不在时间范围内",
-                "notice": "節假日以通知、公告爲準,非工作日請勿操作!",
+                "notice": "节假日以通知、公告为准,非工作日请勿操作!",
                 "availableoutmoney": "可提现金额"
             },
             "inoutapply": {

+ 1 - 0
oem/tss/locales/extras/zh-TW.json

@@ -29,6 +29,7 @@
     "quote": {
         "bid": "預訂價",
         "ask": "回購價",
+        "selllprice": "銷售價",
         "holdvolume": "訂單數量",
         "deposit": "履約準備金",
         "orderbuy": "預訂",

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

@@ -17,8 +17,8 @@
                     <Tab :title="$t('quote.bid')" :name="BuyOrSell.Buy"></Tab>
                     <Tab :title="$t('quote.ask')" :name="BuyOrSell.Sell"></Tab>
                 </Tabs>
-                <Tabs class="van-tabs--list" v-model:active="formData.BuyOrSell" v-else>
-                    <Tab title="销售价" :name="BuyOrSell.Buy"></Tab>
+                <Tabs class="van-tabs--list" line-height="0" v-model:active="formData.BuyOrSell" v-else>
+                    <Tab :title="$t('quote.selllprice')" :name="BuyOrSell.Buy"></Tab>
                 </Tabs>
             </div>
             <div class="form-price">

+ 2 - 2
src/packages/tss/views/bank/wallet/components/deposit/Index.vue

@@ -110,9 +110,9 @@ const msg_323 = getSystemParamValue('323')
 const msg_324 = getSystemParamValue('324')
 
 // 数量步长列表
-const qtyStepList = [50000, 10000, 5000, 1000, 500, 100] 
+const qtyStepList = [100, 500, 1000, 5000, 10000, 50000] 
 // 数量步长
-const qtyStep = shallowRef(100) 
+const qtyStep = shallowRef(qtyStepList[0]) 
 
 const onRadioChange = (value: number) => {
     formData.Amount = value