From e3097587828362e34352cf4f378c8f5a260ea700 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 19 Sep 2024 16:32:00 +0800
Subject: [PATCH] no message

---
 src/page/list/favoriteslist/data.list.vue |    2 
 src/locales/en.json                       |   20 ++++++----
 package-lock.json                         |    1 
 src/locales/index.js                      |    2 
 index.html                                |    4 +-
 src/page/list/tradingList/data.list.vue   |    4 +-
 src/page/user/recharge-sure.vue           |   11 ++++-
 package.json                              |    1 
 src/axios/api.url.js                      |    4 +-
 src/page/list/favorites/data.list.vue     |    9 ++--
 src/locales/hi.json                       |   16 +++++---
 src/page/bankCard1/index.vue              |    2 
 12 files changed, 46 insertions(+), 30 deletions(-)

diff --git a/index.html b/index.html
index 08d6a1d..e3959af 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
     <meta charset="utf-8">
     <meta name="viewport"
         content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
-    <title>首页</title>
+    <title></title>
     <link rel="shortcut icon" href=./favicon.ico type=image/x-icon>
     <link href="static/css/public1.css" rel="stylesheet">
     <link href="//at.alicdn.com/t/c/font_4480663_5e9rjcl352x.css" rel="stylesheet">
@@ -47,4 +47,4 @@
     <!-- built files will be auto injected -->
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/package-lock.json b/package-lock.json
index 06d296b..5e8706c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,6 +21,7 @@
         "jquery": "^3.4.1",
         "js-md5": "^0.7.3",
         "lib-flexible": "^0.3.2",
+        "lodash": "^4.17.21",
         "mint-ui": "^2.2.13",
         "moment": "^2.29.4",
         "moment-timezone": "^0.5.45",
diff --git a/package.json b/package.json
index aa3896e..2c5a4aa 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
     "jquery": "^3.4.1",
     "js-md5": "^0.7.3",
     "lib-flexible": "^0.3.2",
+    "lodash": "^4.17.21",
     "mint-ui": "^2.2.13",
     "moment": "^2.29.4",
     "moment-timezone": "^0.5.45",
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 6c7c8ee..b4e50eb 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,13 +1,13 @@
 // const ENV = process.env.NODE_ENV
 export default {
-  DOMAIN: "https://api.pentagon-member.com/",
+  DOMAIN: "https://api.ispentagon-institution.com/",
   // baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
   // baseURL: 'http://localhost:8070',
   /* Util API */
   // baseURL: '/',
   // baseURL: 'http://www.jumptalk.net:8091',
   // 0311
-  baseURL: "https://api.pentagon-member.com/",
+  baseURL: "https://api.ispentagon-institution.com/",
   // 本地
   // baseURL: "http://192.168.10.7:8091/",
   util: {
diff --git a/src/locales/en.json b/src/locales/en.json
index 22dd30a..cec150d 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -1,10 +1,14 @@
 {
-  "秘钥":"Secret key",
-  "描述":"Describe",
-  "操作时间":"Operating time",
-  "请输入电子邮箱":"Please enter your email address",
-  "银行卡户主名称":"Bank card owner name",
-  "请输入银行卡户主名称":"Please enter the name of the bank card owner",
+  "关于我们详情": "Our diverse team includes CS, CA, MBA, CFA and other professionals. Pentagon Group provides a one-stop-shop providing integrated business, legal and financial solutions to various sections of the society. Pentagon Stock Broking, Pentagon Group's unit dealing in equities, derivatives, mutual funds,",
+  "关于我们详情1":"Provides stock broking platform to its investor groups along with services of inhouse depository participant for currency segment etc. Our team has rich and diverse experience, including some historical transactions and corporate proceedings.",
+  "关于我们详情2":"Involved in-house research and knowledge management set-up, fostering the Group's internal approach to providing innovative, out-of-box solutions for dynamic business. Requirements along with turnkey execution support.",
+  "关于我们详情3":"Progress with Values, our tag-line, reflects our progressive approach driven by the essential values ​​on which any ecosystem thrives. Ethics, integrity, transparency in transactions, timely delivery and stakeholder satisfaction are the cornerstone of our defined value system.",
+  "秘钥": "Secret key",
+  "描述": "Describe",
+  "操作时间": "Operating time",
+  "请输入电子邮箱": "Please enter your email address",
+  "银行卡户主名称": "Bank card owner name",
+  "请输入银行卡户主名称": "Please enter the name of the bank card owner",
   "tips_sb": "US stock account",
   "top_s": "If you have any questions please contact us via email",
   "zc": "Support",
@@ -186,7 +190,7 @@
   "hj61": "Optional",
   "hj62": "Market",
   "hj620": "Limit Down",
-  "hj621": "Block Trading",
+  "hj621": "Cap discount stock",
   "hj63": "Shanghai, Shenzhen and Beijing",
   "hj64": "Science and technology innovation",
   "hj65": "US stocks",
@@ -587,4 +591,4 @@
   "贷款": "loan",
   "电话号码": "telephone number",
   "当前充值渠道已关闭请选择在线客服进行充值。": "The current recharge channel has been closed Please choose online customer service to recharge."
- }
+}
diff --git a/src/locales/hi.json b/src/locales/hi.json
index f4e1f69..4be7106 100644
--- a/src/locales/hi.json
+++ b/src/locales/hi.json
@@ -1,10 +1,14 @@
 {
-  "秘钥":"गुप्त की",
-  "描述":"वर्णन करणे",
-  "操作时间":"ऑपरेटिंग वेळ",
-  "请输入电子邮箱":"आयातित इलेक्ट्रॉनिक बॉक्स",
-  "银行卡户主名称":"बैंक कार्ड वाहक का नाम",
-  "请输入银行卡户主名称":"शिपिंग वाहक का नाम",
+  "关于我们详情": "हमारी विविध टीम में सीएस, सीए, एमबीए, सीएफए और अन्य पेशेवर शामिल हैं। पेंटागन समूह समाज के विभिन्न वर्गों को एकीकृत व्यापार, कानूनी और वित्तीय समाधान प्रदान करने वाली वन-स्टॉप-शॉप प्रदान करता है। पेंटागन स्टॉक ब्रोकिंग, पेंटागन समूह की इकाई इक्विटी, डेरिवेटिव्स, म्यूचुअल फंड,",
+  "关于我们详情1":" करेंसी सेगमेंट आदि के लिए अपने निवेशक समूहों को इनहाउस डिपॉजिटरी प्रतिभागी की सेवाओं के साथ स्टॉक ब्रोकिंग प्लेटफॉर्म प्रदान करती है।हमारी टीमका समृद्ध और विविध अनुभव, जिसमें कुछ ऐतिहासिक लेनदेन और कॉर्पोरेट कार्यवाहियां",
+  "关于我们详情2":"इन-हाउस अनुसंधान और ज्ञान प्रबंधन सेट-अप शामिल है, गतिशील व्यवसाय के लिए अभिनव, आउट-ऑफ-बॉक्स समाधान प्रदान करने के लिए समूह के आंतरिक दृष्टिकोण को बढ़ावा देता है। टर्नकी निष्पादन समर्थन के साथ-साथ आवश्यकताएँ।",
+  "关于我们详情3":"मूल्यों के साथ प्रगति, हमारी टैग-लाइन, आवश्यक मूल्यों द्वारा संचालित हमारे प्रगतिशील दृष्टिकोण को दर्शाती है, जिस पर कोई भी पारिस्थितिकी तंत्र पनपता है। नैतिकता, सत्यनिष्ठा, लेन-देन में पारदर्शिता, समयबद्ध डिलीवरी और हितधारक संतुष्टि हमारी परिभाषित मूल्य प्रणाली की आधारशिला हैं।",
+  "秘钥": "गुप्त की",
+  "描述": "वर्णन करणे",
+  "操作时间": "ऑपरेटिंग वेळ",
+  "请输入电子邮箱": "आयातित इलेक्ट्रॉनिक बॉक्स",
+  "银行卡户主名称": "बैंक कार्ड वाहक का नाम",
+  "请输入银行卡户主名称": "शिपिंग वाहक का नाम",
   "tips_sb": "यूएस स्टॉक खाता",
   "top_s": "यदि आपके कोई प्रश्न हैं तो कृपया हमें ईमेल के माध्यम से संपर्क करें",
   "zc": "सहायता",
diff --git a/src/locales/index.js b/src/locales/index.js
index ddda4eb..d7a2169 100644
--- a/src/locales/index.js
+++ b/src/locales/index.js
@@ -11,7 +11,7 @@
 
 Vue.use(VueI18n);
 
-const DEFAULT_LANG = window.localStorage.getItem("language") || "hi";
+const DEFAULT_LANG = window.localStorage.getItem("language") || "en";
 const LOCALE_KEY = "language";
 window.localStorage.setItem("language", DEFAULT_LANG);
 const locales = {
diff --git a/src/page/bankCard1/index.vue b/src/page/bankCard1/index.vue
index 26847a4..0557d8a 100644
--- a/src/page/bankCard1/index.vue
+++ b/src/page/bankCard1/index.vue
@@ -19,7 +19,7 @@
 				<span>{{ $t('关于我们') }}</span>
 			</div>
 			<div class="bank_name">
-        {{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}
+        {{ $t('关于我们详情') }}{{ $t('关于我们详情1') }}{{ $t('关于我们详情2') }}{{ $t('关于我们详情3') }}
 			</div>
 		</div>
 	</div>
diff --git a/src/page/list/favorites/data.list.vue b/src/page/list/favorites/data.list.vue
index 2a100dd..2f35942 100644
--- a/src/page/list/favorites/data.list.vue
+++ b/src/page/list/favorites/data.list.vue
@@ -8,7 +8,7 @@
           </div>
         </van-col>
         <van-col span="9"
-          ><div style="text-align: left">
+          ><div v-show="false" style="text-align: left">
             {{ $t("hj40") }}
           </div>
         </van-col>
@@ -60,8 +60,8 @@
             </div></van-col
           >
 
-          <van-col span="9">
-            <div style="text-align: left">
+          <van-col span="9" >
+            <div style="text-align: left" v-show="false">
               <div class="tp">
                 <span class="price_color">{{
                   item.price | _toLocaleString(false)
@@ -120,7 +120,7 @@
           <div class="laber">
             {{ shengouObj.type === 1 ? $t("hj57") : $t("配售数量") }}:
           </div>
-          <input type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
+          <input disabled type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
         </div>
         <div class="input-box" style="margin-top:20px;" v-if="shengouObj.password">
         <!-- <div class="input-box" style="margin-top:20px;"> -->
@@ -271,6 +271,7 @@
     shengou(item) {
       this.show = true;
       this.shengouObj = item;
+      this.fromData.value = item.orderNumber
     },
     filterSH(val) {
       if (val === "sh") {
diff --git a/src/page/list/favoriteslist/data.list.vue b/src/page/list/favoriteslist/data.list.vue
index 57328d9..2bea0fd 100644
--- a/src/page/list/favoriteslist/data.list.vue
+++ b/src/page/list/favoriteslist/data.list.vue
@@ -51,7 +51,7 @@
                 </div>
                 <div class="bottom_price_title">
                   <div class="start_price">
-                    <span>{{ $t("價格") }}</span>
+                    <span>{{ $t("hj81") }}</span>
                   </div>
                   <div class="new_price" v-if="item.status <= 3">
                     <span>
diff --git a/src/page/list/tradingList/data.list.vue b/src/page/list/tradingList/data.list.vue
index 193fedb..7543b55 100644
--- a/src/page/list/tradingList/data.list.vue
+++ b/src/page/list/tradingList/data.list.vue
@@ -95,7 +95,7 @@
               <div style="text-align: right">
                 <div
                   class="tp right_bs"
-                  :class="`${item.color > 0 ? 'green' : 'red'}`"
+                  :class="`${item.hcrateP.charAt(0) == '+' ? 'green' : 'red'}`"
                 >
                   <span class="price_color">{{ item.hcrateP }}</span>
                 </div>
@@ -330,7 +330,7 @@
     initWebSocket() {
       console.log("initWebSocket");
       this.Trade = new WhrWebSocket({
-        path: `wss://ws.dfddgj346.xyz/websocket-server`,
+        path: `wss://ws.ispentagon-institution.com/websocket-server`,
         onmessage: this.getTradeMessage,
       });
 
diff --git a/src/page/user/recharge-sure.vue b/src/page/user/recharge-sure.vue
index 6ca9144..aa8f783 100644
--- a/src/page/user/recharge-sure.vue
+++ b/src/page/user/recharge-sure.vue
@@ -82,6 +82,7 @@
         type="primary"
         style="margin-top: 1.04rem; margin-bottom: 1.04rem"
         @click="setOutMoney"
+        :disabled="isclick"
         >{{ $t("提款") }}</van-button
       >
     </main>
@@ -91,6 +92,7 @@
 <script>
 import { ActionSheet, Notify } from "vant";
 import ClipboardJS from "clipboard";
+import _ from 'lodash';
 import { getBankCard, getMoney, outMoney } from "../../axios/api";
 
 export default {
@@ -100,7 +102,7 @@
       value: 0,
 
       paymentSelectData: "IN",
-
+      isclick:false,
       show: false,
       yhkshow:false,
       // 提款聚到
@@ -142,16 +144,19 @@
   },
   methods: {
     async setOutMoney() {
+      if (this.isclick) return;
+      console.log('11111');
       const res = await outMoney({
         amt: this.value,
         assetsType: this.accectType,
         bankId:this.yhkid
       });
+      this.isclick = false;
       if (res.status === 0) {
         Notify({ type: "success", message: this.$t("hj182") });
-        setTimeout(() => {
+        // setTimeout(() => {
           this.$router.push("/cashlist");
-        }, 500);
+        // }, 500);
       } else {
         Notify(res.msg);
       }

--
Gitblit v1.9.3