From 687400dd8221fcfc430d423168cd3ffb6a4ae74e Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 06 May 2024 17:42:35 +0800
Subject: [PATCH] 去掉马股,马来西亚,港股

---
 src/locales/taiyu.json           |    6 ++-
 src/locales/zh.json              |    6 ++-
 src/locales/india.json           |    6 ++-
 src/page/home/home.vue           |    8 ++--
 src/locales/tw.json              |    6 ++-
 src/page/user/recharge.vue       |    5 +-
 src/page/list/favorites/tabs.vue |   24 ++++++------
 src/page/user/subDK.vue          |   10 ++++-
 src/locales/en.json              |    6 ++-
 src/page/user/ransferIndex.vue   |    5 +-
 src/locales/hanyu.json           |    6 ++-
 src/utils/rechargeActions.js     |    6 +++
 src/page/list/favorites.vue      |    2 
 src/locales/riyu.json            |    6 ++-
 14 files changed, 65 insertions(+), 37 deletions(-)

diff --git a/src/locales/en.json b/src/locales/en.json
index 7cadc03..a1d1d68 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -544,5 +544,7 @@
   "港股可用": "Available in HK stock market",
   "港股冻结": "Hong Kong stock freeze",
   "订单详情": "Order details",
-  "港股總資產": "Hong Kong Stock Total Assets"
-}
\ No newline at end of file
+  "港股總資產": "Hong Kong Stock Total Assets",
+  "贷款": "loan",
+  "公司简介": "Same lang"
+}
diff --git a/src/locales/hanyu.json b/src/locales/hanyu.json
index 774352c..ce2e77d 100644
--- a/src/locales/hanyu.json
+++ b/src/locales/hanyu.json
@@ -533,5 +533,7 @@
   "港股可用": "홍콩 주식 사용 가능",
   "港股冻结": "홍콩 주식 동결",
   "订单详情": "주문 상세 정보",
-  "港股總資產": "홍콩 주식 총자산"
-}
\ No newline at end of file
+  "港股總資產": "홍콩 주식 총자산",
+  "贷款": "대출",
+  "公司简介": "회사 소개"
+}
diff --git a/src/locales/india.json b/src/locales/india.json
index 7feb10f..1216346 100644
--- a/src/locales/india.json
+++ b/src/locales/india.json
@@ -544,5 +544,7 @@
   "港股冻结": "हांगकांग के स्टॉक जमे हुए",
   "订单详情": "ऑर्डर का विवरण",
   "港股總資產": "हांगकांग शेयरों की कुल संपत्ति",
-  "一鍵平倉": "एक-क्लिक समापन"
-}
\ No newline at end of file
+  "一鍵平倉": "एक-क्लिक समापन",
+  "贷款": "लॉन्स",
+  "公司简介": "कंपनी प्रोफाइल"
+}
diff --git a/src/locales/riyu.json b/src/locales/riyu.json
index 43fa595..ff72bc5 100644
--- a/src/locales/riyu.json
+++ b/src/locales/riyu.json
@@ -533,5 +533,7 @@
   "港股冻结": "香港株凍結",
   "订单详情": "注文の詳細",
   "港股總資產": "香港株式総資産",
-  "一鍵平倉": "ワンクリック平倉"
-}
\ No newline at end of file
+  "一鍵平倉": "ワンクリック平倉",
+  "贷款": "ローン",
+  "公司简介": "会社概要"
+}
diff --git a/src/locales/taiyu.json b/src/locales/taiyu.json
index 82a8a0e..5906222 100644
--- a/src/locales/taiyu.json
+++ b/src/locales/taiyu.json
@@ -533,5 +533,7 @@
   "港股冻结": "การแช่แข็งหุ้นฮ่องกง",
   "订单详情": "รายละเอียดการสั่งซื้อ",
   "港股總資產": "สินทรัพย์รวมของหุ้นฮ่องกง",
-  "一鍵平倉": "การปิดเพียงคลิกเดียว"
-}
\ No newline at end of file
+  "一鍵平倉": "การปิดเพียงคลิกเดียว",
+  "贷款": "สินเชื่อ",
+  "公司简介": "ประวัติบริษัท"
+}
diff --git a/src/locales/tw.json b/src/locales/tw.json
index f697b7f..7cf1826 100644
--- a/src/locales/tw.json
+++ b/src/locales/tw.json
@@ -538,5 +538,7 @@
   "港股冻结": "港股凍結",
   "订单详情": "訂單詳情",
   "港股總資產": "港股總資產",
-  "一鍵平倉": "一鍵平倉"
-}
\ No newline at end of file
+  "一鍵平倉": "一鍵平倉",
+  "贷款": "貸款",
+  "公司简介": "公司簡介"
+}
diff --git a/src/locales/zh.json b/src/locales/zh.json
index 0feac08..a6e57e4 100644
--- a/src/locales/zh.json
+++ b/src/locales/zh.json
@@ -533,5 +533,7 @@
   "港股冻结": "港股冻结",
   "订单详情": "订单详情",
   "港股總資產": "港股总资产",
-  "一鍵平倉": "一鍵平倉"
-}
\ No newline at end of file
+  "一鍵平倉": "一鍵平倉",
+  "贷款": "贷款",
+  "公司简介": "公司简介"
+}
diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 4c72742..adc8cf1 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -77,7 +77,7 @@
                 <div class="name">{{ $t("安全") }}</div>
               </div>
             </li>
-            <li @click="$router.push('/trading-list')">
+            <li @click="$router.push('/subDK')">
               <div class="link">
                 <div class="icon">
                   <img
@@ -86,7 +86,7 @@
                   />
                 </div>
                 <!-- $t("马股") -->
-                <div class="name">{{ $t("hj225") }}</div>
+                <div class="name">{{ $t("贷款") }}</div>
               </div>
             </li>
             <li @click="$router.push('/warehouse')">
@@ -179,7 +179,7 @@
         <div class="title">{{ $t("資訊") }}</div>
       </div>
       <div class="news-tab">
-        <mt-navbar v-model="news">
+<!--        <mt-navbar v-model="news">
           <mt-tab-item
             v-for="(item, index) in newListHeader"
             :id="item.id"
@@ -187,7 +187,7 @@
           >
             <span class="tab-name">{{ $t(item.title) }}</span>
           </mt-tab-item>
-        </mt-navbar>
+        </mt-navbar>-->
         <mt-tab-container
           v-model="news"
           :swipeable="true"
diff --git a/src/page/list/favorites.vue b/src/page/list/favorites.vue
index 8255856..3e94257 100644
--- a/src/page/list/favorites.vue
+++ b/src/page/list/favorites.vue
@@ -128,4 +128,4 @@
   font-size: 0.48rem;
   color: #14181f;
 }
-</style>
\ No newline at end of file
+</style>
diff --git a/src/page/list/favorites/tabs.vue b/src/page/list/favorites/tabs.vue
index c807b9b..f8eacc3 100644
--- a/src/page/list/favorites/tabs.vue
+++ b/src/page/list/favorites/tabs.vue
@@ -1,16 +1,16 @@
 <template>
   <div>
-    <van-tabs
-      :active="active"
-      line-width="15px"
-      @change="(e) => change(e, 'active')"
-    >
-      <van-tab v-for="(item, index) in tabsList" :key="index" :name="item.key">
-        <template #title>
-          <div class="title">{{ item.title }}</div>
-        </template>
-      </van-tab>
-    </van-tabs>
+<!--    <van-tabs-->
+<!--      :active="active"-->
+<!--      line-width="15px"-->
+<!--      @change="(e) => change(e, 'active')"-->
+<!--    >-->
+<!--      <van-tab v-for="(item, index) in tabsList" :key="index" :name="item.key">-->
+<!--        <template #title>-->
+<!--          <div class="title">{{ item.title }}</div>-->
+<!--        </template>-->
+<!--      </van-tab>-->
+<!--    </van-tabs>-->
     <div v-if="active == ''">
       <van-tabs
         :active="zxactive"
@@ -78,4 +78,4 @@
 /deep/ .van-tabs--line .van-tabs__wrap {
   height: 50px;
 }
-</style>
\ No newline at end of file
+</style>
diff --git a/src/page/user/ransferIndex.vue b/src/page/user/ransferIndex.vue
index 6be49dd..6a099ee 100644
--- a/src/page/user/ransferIndex.vue
+++ b/src/page/user/ransferIndex.vue
@@ -177,7 +177,7 @@
       show: false,
       toShow: false,
       // 后端返回的数据列表比较多。在这里前端配置需要展示的
-      filterActions: ["US", "MAS", "HK"],
+      filterActions: ["US", "IN"],
       // 选择的列表
       actions: [],
       // 汇率
@@ -237,6 +237,7 @@
         array.map((item) => {
           item.name = this.$t(item.accectType);
         });
+        console.log("array",array)
         this.actions = array;
       }
     },
@@ -405,4 +406,4 @@
     font-size: 20px;
   }
 }
-</style>
\ No newline at end of file
+</style>
diff --git a/src/page/user/recharge.vue b/src/page/user/recharge.vue
index 7edccc9..9097672 100644
--- a/src/page/user/recharge.vue
+++ b/src/page/user/recharge.vue
@@ -17,7 +17,7 @@
     </van-nav-bar>
     <main>
       <div>
-        <div class="main-title">{{ $t("支持得支付渠道") }}</div>
+        <div class="main-title">{{ $t("支持得支付渠道") }}222</div>
         <van-cell
           is-link
           :title="paymentSelectData.channelAccount || $t('請選擇')"
@@ -250,6 +250,7 @@
     },
     paymentSelect(e) {
       this.paymentSelectData = e;
+      console.log(this.rechargeAccountActions,e)
       this.rechargeAccountActions.map((item) => {
         if (item.key === e.assetsType) {
           this.rechargeAccountData = item;
@@ -389,4 +390,4 @@
   width: 2.740741rem;
   height: 2.740741rem;
 }
-</style>
\ No newline at end of file
+</style>
diff --git a/src/page/user/subDK.vue b/src/page/user/subDK.vue
index 5b679a5..453d0e8 100644
--- a/src/page/user/subDK.vue
+++ b/src/page/user/subDK.vue
@@ -1,12 +1,18 @@
 <template>
   <div class="wrapper">
+<!--    <van-nav-bar-->
+<!--      :title="($t('subdk'))"-->
+<!--      :right-text="($t('jl'))"-->
+<!--      left-arrow-->
+<!--      fixed-->
+<!--      @click-left="handleBackClick"-->
+<!--      @click-right="go_yebs"-->
+<!--    />-->
     <van-nav-bar
       :title="($t('subdk'))"
-      :right-text="($t('jl'))"
       left-arrow
       fixed
       @click-left="handleBackClick"
-      @click-right="go_yebs"
     />
     <mt-tab-container class="order-list" v-model="selected">
       <mt-tab-container-item id="1">
diff --git a/src/utils/rechargeActions.js b/src/utils/rechargeActions.js
index a87161f..4a43376 100644
--- a/src/utils/rechargeActions.js
+++ b/src/utils/rechargeActions.js
@@ -6,6 +6,12 @@
     symbolCode: "USD"
   },
   {
+    asset_name: "印股資產",
+    key: "IN",
+    symbol: "₹",
+    symbolCode: "IND"
+  },
+  {
     asset_name: "馬股資產",
     key: "MAS",
     symbol: "RM",

--
Gitblit v1.9.3