src/components/showHide.vue
@@ -1,6 +1,6 @@ <template> <span> <span v-if="flg">{{ text | _toLocaleString(false) }}</span> <span v-if="flg">{{ text }}</span> <span v-else>****</span> </span> </template> @@ -21,4 +21,4 @@ </script> <style> </style> </style> src/page/cashWithdrawalRecord/compontents/cash-list.vue
@@ -15,7 +15,7 @@ <span class="main"> {{ $t('hjtxyhk') }} </span> <span class="payNumber">₹{{item.withAmt}}</span> <span class="payNumber"> ﷼{{item.withAmt}}</span> <span class="red pull-right"> {{item.withStatus == 1?$t('hjtxcg'):item.withStatus == 2?$t('hjtxsb'):item.withStatus == 3?$t('hjddqx'):$t('hjshz')}} <i v-if="item.withStatus == 1" class="iconfont icon-tongguo4 animated bounceIn"></i> @@ -28,7 +28,7 @@ </div> <div class="order-info"> <p class="clearfix"> <span class="col-xs-6">{{ $t('hj44') }}:<b class="space">₹{{item.withFee}}</b></span> <span class="col-xs-6">{{ $t('hj44') }}:<b class="space"> ﷼{{item.withFee}}</b></span> <!-- <span class="col-xs-6">实际到账金额:<b class="space" style="font-size:0.26rem">{{item.withAmt - item.withFee}}</b>元</span> --> </p> <p class="clearfix"> src/page/funds/index.vue
@@ -8,7 +8,7 @@ <img class="ino-ico" v-show="$state.theme =='red' " src="../../assets/ico/zongzichan-red.png"> <span class="ino-title">沪深资产总计</span> <span class="ino-money"> <span style="font-size: .3rem">₹</span> <span style="font-size: .3rem"> ﷼</span> {{(Number($store.state.userInfo.enableAmt + $store.state.userInfo.allFreezAmt)).toFixed(2)}}</span> </div> <div class="money-info_progress"> src/page/home/Record.vue
@@ -29,9 +29,9 @@ <div class="pages_box_after">{{$t('描述')}}</div> </div> <div class="pages_box" v-for="(item,index) in pagelist" :key="index"> <!-- <div class="pages_box_after">₹{{item.after}}</div> --> <div class="pages_box_after">₹{{item.amount }}</div> <!-- <div class="pages_box_after">₹{{item.beFore}}</div> --> <!-- <div class="pages_box_after"> ﷼{{item.after}}</div> --> <div class="pages_box_after"> ﷼{{item.amount }}</div> <!-- <div class="pages_box_after"> ﷼{{item.beFore}}</div> --> <div class="pages_box_after">{{ $moment(item.createTime).format( "DD-MM-YYYY hh:mm:ss A" src/page/home/home.vue
@@ -108,7 +108,7 @@ </div> <div class="bottom_fo"> <div class="title"> <span class="numberid" style="margin-right: 0.12rem;">{{ item2.code }}</span> <span class="numberid" style="margin-right: 0.12rem;">{{ item2.spell }}</span> </div> <div class="numbers" :class="item2.hcrate > 0 ? 'gree' : 'redd'"> <!-- <img :src="Huo" alt style="width: 0.4rem;height: 0.4rem;" /> @@ -947,7 +947,7 @@ white-space: nowrap; /* 防止文本换行 */ overflow: hidden; /* 隐藏溢出的内容 */ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */ font-size: 12px; font-size: 16px; width: 55%; height: 100%; display: flex; src/page/home/listcomponents/dazongjiaoyi.vue
@@ -55,7 +55,7 @@ {{ $t("hj261") }} <span @click="show = false"></span> </div> <h5>{{ $t("hj130") }}</h5> <h6>₹{{ currentItem.price ? currentItem.price : "" }}</h6> <h6> ﷼{{ currentItem.price ? currentItem.price : "" }}</h6> <div class="erty tghj"> <input :placeholder="$t('hj262')" src/page/kline/index copy.vue
@@ -24,7 +24,7 @@ </div> <div class="right"> <span v-if="$store.state.userInfo.userAmt == undefined" >₹0.00</span > ﷼0.00</span > <span v-if=" @@ -43,7 +43,7 @@ ( Number($store.state.userInfo.userIndexAmt) / 0.9 ).toFixed(2) : "₹" + $store.state.userInfo.userIndexAmt : " ﷼" + $store.state.userInfo.userIndexAmt }} </span> <span @@ -64,7 +64,7 @@ (Number($store.state.userInfo.userAmt) / 0.9).toFixed( 2 ) : "₹ " + $store.state.userInfo.userAmt : " ﷼ " + $store.state.userInfo.userAmt }} </span> </div> src/page/list/favorites/data.list.vue
@@ -64,7 +64,7 @@ <div style="text-align: left" v-show="false"> <div class="tp"> <span class="price_color">{{ item.price | _toLocaleString(false) item.price }}</span> </div> <div class="bt"> @@ -99,7 +99,7 @@ "DD-MM-YYYY hh:mm:ss A" ) }}</div> <div>{{$t('hj314')}}:{{item.price | _toLocaleString(false)}}</div> <div>{{$t('hj314')}}:{{item.price }}</div> </div> </van-row> @@ -177,7 +177,7 @@ <div class="xgsj"> <div class="sjtlt">{{ $t("hj120") }}:</div> <div class="xgTime"> {{ shengouObj.price | _toLocaleString(false) }} {{ shengouObj.price }} </div> </div> <!-- <div class="xgsj"> src/page/list/favoriteslist/data.list.vue
@@ -31,7 +31,7 @@ <div style="width: 100%"> <div class="bottom_price_title"> <div class="start_price"> <span>{{ item.buyPrice | _toLocaleString(false) }} </span> <span>{{ item.buyPrice }} </span> </div> <div class="new_price" v-if="item.status <= 3"> <span> @@ -49,7 +49,7 @@ </span> </div> <div class="start_price"> <span>{{ item.bond | _toLocaleString(false) }} </span> <span>{{ item.bond | }} </span> </div> </div> <div class="bottom_price_title"> src/page/list/trading-list copy.vue
@@ -505,16 +505,16 @@ <div class="left"> <span>{{ $t('hj47') }}</span> </div> <div class="right" v-if="userData.length == 0">₹0.00</div> <div class="right" v-if="userData.length == 0"> ﷼0.00</div> <div class="right" v-if="userData.length != 0"> <span v-if="$store.state.userInfo.userAmt == undefined">₹0.00</span> <span v-if="$store.state.userInfo.userAmt == undefined"> ﷼0.00</span> <span v-if="$store.state.userInfo && tabsItemIndex == 1" style="white-space: nowarp;"> {{ '₹' + $store.state.userInfo.userIndexAmt {{ ' ﷼' + $store.state.userInfo.userIndexAmt }} </span> <span v-if="$store.state.userInfo.enableAmt != undefined && (tabsItemIndex == 0)" style="white-space: nowarp;"> {{ '₹ ' + $store.state.userInfo.enableAmt {{ ' ﷼ ' + $store.state.userInfo.enableAmt }} </span> <span v-if="$store.state.userInfo.enableAmt != undefined && tabsItemIndex == 3" @@ -529,12 +529,12 @@ </span> <span v-if="$store.state.userInfo.enableAmt != undefined && tabsItemIndex == 2" style="white-space: nowarp;"> {{ '₹ ' + $store.state.userInfo.enableAmt {{ ' ﷼ ' + $store.state.userInfo.enableAmt }} </span> <span v-if="$store.state.userInfo.enableAmt != undefined && tabsItemIndex == 5" style="white-space: nowarp;"> {{ '₹ ' + $store.state.userInfo.enableAmt {{ ' ﷼ ' + $store.state.userInfo.enableAmt }} </span> @@ -569,7 +569,7 @@ " class="account" > ₹{{ ﷼{{ $store.state.hide ? "****" : Number( @@ -585,7 +585,7 @@ " class="account" > ₹{{ ﷼{{ $store.state.hide ? "****" : Number( @@ -601,7 +601,7 @@ " class="account" > ₹{{ ﷼{{ $store.state.hide ? "****" : Number($store.state.userInfo.userAmt).toFixed(2) @@ -611,7 +611,7 @@ v-else-if="this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay" class="account" > ₹{{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼{{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userIndexAmt + $store.state.userInfo.userFuturesAmt).toFixed(2) }} </p> --> @@ -675,7 +675,7 @@ v-else-if="this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay" class="account" > ₹{{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼{{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userIndexAmt + $store.state.userInfo.userFuturesAmt).toFixed(2) }} </p> --> @@ -739,7 +739,7 @@ v-else-if="this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay" class="account" > ₹{{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼{{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userIndexAmt + $store.state.userInfo.userFuturesAmt).toFixed(2) }} </p> --> @@ -846,10 +846,10 @@ <div class="bottom_price"> <div> <span v-show="tabsItemIndex == 1">{{ "₹ " + $store.state.userInfo.userIndexAmt " ﷼ " + $store.state.userInfo.userIndexAmt }}</span> <span v-show="tabsItemIndex == 0 || tabsItemIndex == 5">{{ "₹ " + $store.state.userInfo.userAmt " ﷼ " + $store.state.userInfo.userAmt }}</span> <span v-show="tabsItemIndex == 3">{{ "$ " + (Number($store.state.userInfo.userAmt) / 7.1).toFixed(2) @@ -859,9 +859,9 @@ (Number($store.state.userInfo.userAmt) / 0.9).toFixed(2) }}</span> <span v-show="tabsItemIndex == 2">{{ "₹ " + $store.state.userInfo.userAmt " ﷼ " + $store.state.userInfo.userAmt }}</span> <!-- <span v-show="tabsItemIndex == 3">{{ '₹ ' + $store.state.userInfo.userFuturesAmt }}</span> --> <!-- <span v-show="tabsItemIndex == 3">{{ ' ﷼ ' + $store.state.userInfo.userFuturesAmt }}</span> --> </div> </div> </div> @@ -874,10 +874,10 @@ <div class="bottom_price"> <div> <span v-show="tabsItemIndex == 1">{{ "₹ " + $store.state.userInfo.enableIndexAmt " ﷼ " + $store.state.userInfo.enableIndexAmt }}</span> <span v-show="tabsItemIndex == 0 || tabsItemIndex == 5">{{ "₹ " + $store.state.userInfo.enableAmt " ﷼ " + $store.state.userInfo.enableAmt }}</span> <span v-show="tabsItemIndex == 3">{{ "$ " + @@ -888,9 +888,9 @@ (Number($store.state.userInfo.enableAmt) / 0.9).toFixed(2) }}</span> <span v-show="tabsItemIndex == 2">{{ "₹ " + $store.state.userInfo.enableAmt " ﷼ " + $store.state.userInfo.enableAmt }}</span> <!-- <span v-show="tabsItemIndex == 3">{{ '₹ ' + $store.state.userInfo.enableFuturesAmt }}</span> --> <!-- <span v-show="tabsItemIndex == 3">{{ ' ﷼ ' + $store.state.userInfo.enableFuturesAmt }}</span> --> </div> </div> </div> @@ -903,13 +903,13 @@ <div class="bottom_price"> <div> <span v-show="tabsItemIndex == 1">{{ "₹ " + $store.state.userInfo.allIndexFreezAmt " ﷼ " + $store.state.userInfo.allIndexFreezAmt }}</span> <span v-show="tabsItemIndex == 0">{{ "₹ " + $store.state.userInfo.allFreezAmt " ﷼ " + $store.state.userInfo.allFreezAmt }}</span> <span v-show="tabsItemIndex == 5">{{ "₹ " + $store.state.userInfo.djzj " ﷼ " + $store.state.userInfo.djzj }}</span> <span v-show="tabsItemIndex == 3">{{ "$ " + @@ -920,9 +920,9 @@ (Number($store.state.userInfo.allFreezAmt) / 0.9).toFixed(2) }}</span> <span v-show="tabsItemIndex == 2">{{ "₹ " + $store.state.userInfo.allFreezAmt " ﷼ " + $store.state.userInfo.allFreezAmt }}</span> <!-- <span v-show="tabsItemIndex == 3">{{ '₹ ' + $store.state.userInfo.allFuturesFreezAmt }}</span> --> <!-- <span v-show="tabsItemIndex == 3">{{ ' ﷼ ' + $store.state.userInfo.allFuturesFreezAmt }}</span> --> </div> </div> </div> @@ -943,7 +943,7 @@ : '' " v-show="tabsItemIndex == 1" >{{ "₹ " + $store.state.userInfo.allIndexProfitAndLose }}</span >{{ " ﷼ " + $store.state.userInfo.allIndexProfitAndLose }}</span > <span :class=" @@ -954,7 +954,7 @@ : '' " v-show="tabsItemIndex == 0 || tabsItemIndex == 5" >{{ "₹ " + $store.state.userInfo.allProfitAndLose }}</span >{{ " ﷼ " + $store.state.userInfo.allProfitAndLose }}</span > <span :class=" @@ -997,11 +997,11 @@ : '' " v-show="tabsItemIndex == 2" >{{ "₹ " + $store.state.userInfo.allProfitAndLose }}</span >{{ " ﷼ " + $store.state.userInfo.allProfitAndLose }}</span > <!-- <span :class="$store.state.userInfo.allFuturesProfitAndLose > 0 ? 'red' : $store.state.userInfo.allFuturesProfitAndLose < 0 ? ' green' : ''" v-show="tabsItemIndex == 3">{{ '₹' +Number($store.state.userInfo.allFuturesProfitAndLose).toFixed(2)}}</span> --> v-show="tabsItemIndex == 3">{{ ' ﷼' +Number($store.state.userInfo.allFuturesProfitAndLose).toFixed(2)}}</span> --> </div> </div> </div> src/page/list/tradingList/data.list.vue
@@ -2,16 +2,16 @@ <div class="list-data"> <div class="header-box"> <van-row type="flex" align="center" gutter="20"> <van-col span="8"> <van-col span="11"> <div> {{ $t("hj313") }} </div> </van-col> <van-col span="3"> <!-- <van-col span="3"> <div style="text-align: right"> {{ $t("市场") }} </div> </van-col> </van-col> --> <van-col :span="active == 'DZ' ? '12' : '7'"> <div style="text-align: right"> {{ $t("hj314") }} @@ -59,7 +59,7 @@ :key="item.indexCode" > <van-row type="flex" align="center" gutter="20"> <van-col span="8" style="padding-right: 0 !important;"> <van-col span="13" style="padding-right: 0 !important;"> <div> <div class="tp"> <div class="collection" @click="optionszx(item)"> @@ -87,17 +87,17 @@ </div> </van-col> <van-col span="3" v-if="active != 'HJ'"> <!-- <van-col span="3" v-if="active != 'HJ'"> <div style="text-align: right"> {{ (item.gid || item.stockGid).toUpperCase() }} </div> </van-col> </van-col> --> <van-col :span="active == 'DZ' ? '12' : '7'"> <van-col :span="active == 'DZ' ? '12' : '5'"> <div style="text-align: right"> <div class="tp"> <span class="price_color"> {{ item.nowPrice | _toLocaleString(false) }} {{ item.nowPrice }} </span> </div> <div class="bt" v-if="active != 'DZ'"> @@ -105,7 +105,7 @@ </div> </div> </van-col> <van-col span="6" v-if="!['DZ', 'HJ'].includes(active)"> <van-col span="6" v-if="!['DZ',].includes(active)"> <div style="text-align: right"> <div class="tp right_bs" src/page/list/tradingList/dazy.vue
@@ -7,7 +7,7 @@ <span @click="show = false"></span> </div> <h5>{{ $t("hj130") }}</h5> <h6>₹{{ currentItem.nowPrice | _toString }}</h6> <h6> ﷼{{ currentItem.nowPrice | _toString }}</h6> <div class="erty tghj"> <input :placeholder="$t('hj262')" @@ -21,7 +21,7 @@ </div> <p class="plm"> <span>{{ $t("hj263") }}</span> <a>₹{{ currentItem.nowPrice*num | _toString }}</a> <a> ﷼{{ currentItem.nowPrice*num | _toString }}</a> </p> <div class="erty" v-if="currentItem.password"> <input @@ -35,7 +35,7 @@ <span> {{ $t("hj54") }} </span> <a>₹{{ enableAmt | _toString }}</a> <a> ﷼{{ enableAmt | _toString }}</a> </p> <div class="maik" @click="getxiadan">{{ $t("hj85") }}</div> </div> src/page/list/tradingList/tabs.vue
@@ -49,10 +49,10 @@ data() { return { tabsList: [ { title: this.$t("hj61"), key: "" }, { title: this.$t("hj52"), key: "ST", name: "ST" }, { title: this.$t("黄金原油"), key: "HJ", name: "HJ" }, { title: this.$t("hj621"), key: "DZ", name: "DZ" } { title: this.$t("hj621"), key: "DZ", name: "DZ" }, { title: this.$t("hj61"), key: "" }, ], zxtabsList: [{ title: this.$t("hj52"), key: "ST", name: "ST" }], active: "", src/page/tixian/tixian.vue
@@ -31,18 +31,18 @@ <div class="num_price"> <p v-if="this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" class="account"> ₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userIndexAmt).toFixed(2) }} </p> <p v-else-if="!this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay" class="account"> ₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userFuturesAmt).toFixed(2) }} </p> <p v-else-if="!this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" class="account">₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}</p> class="account"> ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}</p> </div> <div class="yk es"> <div> @@ -54,10 +54,10 @@ </div> <div class="yk as"> <div> <span>{{ '₹ ' + $store.state.userInfo.userAmt }}</span> <span>{{ ' ﷼ ' + $store.state.userInfo.userAmt }}</span> </div> <div> <span>{{ '₹ ' + $store.state.userInfo.userIndexAmt }}</span> <span>{{ ' ﷼ ' + $store.state.userInfo.userIndexAmt }}</span> </div> </div> <div class="btns" @click="handleGoToTransfers()"> src/page/trading/buy.vue
@@ -20,7 +20,7 @@ <div class="cot"> <div class="lefts"> <div class="top_new"> <span>₹{{ nowPrice | _toLocaleString }}</span> <span> ﷼{{ nowPrice }}</span> </div> <div class="bottom_es"> <span>{{ $t("hj98") }}</span> @@ -120,31 +120,31 @@ </div> <div class="tr_rs"> <div class="top_bzz" style="padding-bottom: 0.2rem"> <span style="text-align: left"> {{ $t("交易总额") }}(₹) </span> <span style="text-align: right"> {{ $t("hj103") }}(₹) </span> <span style="text-align: left"> {{ $t("交易总额") }}( ﷼) </span> <span style="text-align: right"> {{ $t("hj103") }}( ﷼) </span> </div> <div class="bottom_bzz"> <span> ₹{{ ﷼{{ (nowPrice * selectCycle.replace("X", "") * num) | _toLocaleString }} </span> <span style="white-space: nowarp"> ₹{{ moneyData.availableBalance | _toLocaleString }} ﷼{{ moneyData.availableBalance }} </span> </div> </div> <div class="tr_rs"> <div class="top_bzz" style="padding-bottom: 0.2rem"> <span style="text-align: left"> {{ $t("hj44") }}(₹) </span> <span style="text-align: left"> {{ $t("hj44") }}( ﷼) </span> <span style="text-align: right"> </span> </div> <div class="bottom_bzz"> <span> ₹{{ ﷼{{ (nowPrice * selectCycle.replace("X", "") * num * sxf).toFixed( 2 ) src/page/user/Warehouse.vue
@@ -51,7 +51,7 @@ bgc: "rgb(12, 175, 226)", laber: "ST", symbolCode: "INR", symbol: "₹" symbol: " ﷼" }, { title: this.$t("黄金原油"), @@ -69,7 +69,7 @@ // bgc: "rgb(12, 175, 226)", // laber: "IN", // symbolCode: "INR", // symbol: "₹" // symbol: " ﷼" // } // { // title: this.$t("马来西亚"), src/page/user/Warehouse/Stockdetail.vue
@@ -14,35 +14,35 @@ <div class="bottomIfr"> <div class="pagebox"> <div class="pagebox_left">{{ $t("盈虧") }} (INR)</div> <div class="pagebox_right">₹{{ pages.profitAndLose | _toString }}</div> <div class="pagebox_right"> ﷼{{ pages.profitAndLose | _toString }}</div> </div> <div class="pagebox"> <div class="pagebox_left">{{ $t("hj141") }} (INR)</div> <div class="pagebox_right">₹{{ pages.profitAndLoseParent }}</div> <div class="pagebox_right"> ﷼{{ pages.profitAndLoseParent }}</div> </div> <div class="pagebox"> <div class="pagebox_left">{{ $t("倉位(股)") }}</div> <div class="pagebox_right">₹{{ pages.orderNum }}</div> <div class="pagebox_right"> ﷼{{ pages.orderNum }}</div> </div> <div class="pagebox" v-if="pages.now_price"> <div class="pagebox_left">{{ $t("hj40") }}(INR)</div> <div class="pagebox_right">₹{{ pages.now_price | _toString }}</div> <div class="pagebox_right"> ﷼{{ pages.now_price | _toString }}</div> </div> <div class="pagebox"> <div class="pagebox_left"> {{ $t("持倉價") }} (INR) </div> <div class="pagebox_right">₹{{ pages.buyOrderPrice | _toString }}</div> <div class="pagebox_right"> ﷼{{ pages.buyOrderPrice | _toString }}</div> </div> <div class="pagebox"> <div class="pagebox_left"> {{ $t("訂單金額") }} (INR) </div> <div class="pagebox_right">₹{{ pages.orderTotalPrice | _toString }}</div> <div class="pagebox_right"> ﷼{{ pages.orderTotalPrice | _toString }}</div> </div> <div class="pagebox"> <div class="pagebox_left">{{ $t("hj44") }} (INR)</div> <div class="pagebox_right">₹{{ pages.orderFee | _toString }}</div> <div class="pagebox_right"> ﷼{{ pages.orderFee | _toString }}</div> </div> <div class="pagebox"> <div class="pagebox_left"> src/page/user/Warehouse/data.list.vue
@@ -56,7 +56,7 @@ : 'color:#3e9976;' " > ₹{{ item.profitAndLose | _toLocaleString }} ₹{{ item.profitAndLose }} </div> </div> </van-col> @@ -91,7 +91,7 @@ {{ $t("hj40") }}({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.now_price | _toLocaleString }} ₹{{ item.now_price }} </div> </div> </van-col> @@ -101,7 +101,7 @@ {{ $t("持倉價") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.buyOrderPrice | _toLocaleString }} ₹{{ item.buyOrderPrice }} </div> </div> </van-col> @@ -111,7 +111,7 @@ {{ $t("訂單金額") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.orderTotalPrice | _toLocaleString }} ₹{{ item.orderTotalPrice }} </div> </div> </van-col> @@ -123,7 +123,7 @@ {{ $t("hj44") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.orderFee | _toLocaleString }} ₹{{ item.orderFee }} </div> </div> </van-col> @@ -133,7 +133,7 @@ {{ $t("待补金额") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.amountToBeCovered | _toLocaleString }} ₹{{ item.amountToBeCovered }} </div> </div> </van-col> @@ -143,7 +143,7 @@ {{ $t("止損價") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> {{ item.stopTargetPrice | _toLocaleString }} {{ item.stopTargetPrice }} </div> </div> </van-col> @@ -153,7 +153,7 @@ {{ $t("止盈價") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> {{ item.profitTargetPrice | _toLocaleString }} {{ item.profitTargetPrice }} </div> </div> </van-col> --> @@ -215,7 +215,7 @@ : 'color:#3e9976;' " > ₹{{ item.profitAndLose | _toLocaleString }} ₹{{ item.profitAndLose }} </div> </div> </van-col> @@ -250,7 +250,7 @@ {{ $t("hj40") }}({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.now_price | _toLocaleString }} ₹{{ item.now_price }} </div> </div> </van-col> @@ -260,7 +260,7 @@ {{ $t("持倉價") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.buyOrderPrice | _toLocaleString }} ₹{{ item.buyOrderPrice }} </div> </div> </van-col> @@ -270,7 +270,7 @@ {{ $t("訂單金額") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.orderTotalPrice | _toLocaleString }} ₹{{ item.orderTotalPrice }} </div> </div> </van-col> @@ -282,7 +282,7 @@ {{ $t("hj44") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> ₹{{ item.orderFee | _toLocaleString }} ₹{{ item.orderFee }} </div> </div> </van-col> @@ -292,7 +292,7 @@ {{ $t("止損價") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> {{ item.stopTargetPrice | _toLocaleString }} {{ item.stopTargetPrice }} </div> </div> </van-col> @@ -302,7 +302,7 @@ {{ $t("止盈價") }} ({{ activeObj.symbolCode }}) </div> <div class="sport-content-text2"> {{ item.profitTargetPrice | _toLocaleString }} {{ item.profitTargetPrice }} </div> </div> </van-col> --> src/page/user/Warehouse/item.card.vue
@@ -6,8 +6,8 @@ {{ activeObj.symbolCode == 'SAR' ? 'إجمالي أصول الأسهم السعودية' : activeObj.assname }} ({{ activeObj.symbolCode }}) </div> <div class="total-data"> {{ activeObj.totalMoney | _toLocaleString }} <!-- {{ 10000000000000 | _toLocaleString }} --> {{ activeObj.totalMoney }} <!-- {{ 10000000000000 }} --> </div> </div> </div> @@ -15,7 +15,7 @@ <div class="item-card-itembox"> <div class="item"> <div class="itembox-data"> {{ activeObj.profitAndLoss | _toLocaleString }} {{ activeObj.profitAndLoss }} </div> <div class="itembox-name"> @@ -24,7 +24,7 @@ </div> <div class="item"> <div class="itembox-data"> {{ activeObj.availableBalance | _toLocaleString }} {{ activeObj.availableBalance }} </div> <div class="itembox-name"> @@ -34,7 +34,7 @@ <div class="item"> <div class="itembox-data"> {{ activeObj.isZf === 1 ? "-" : "" }} {{ activeObj.cumulativeProfitAndLoss | _toLocaleString }} {{ activeObj.cumulativeProfitAndLoss }} </div> <div class="itembox-name"> @@ -43,7 +43,7 @@ </div> <div class="item"> <div class="itembox-data"> {{ activeObj.freezeMoney | _toLocaleString }} {{ activeObj.freezeMoney }} </div> <div class="itembox-name"> @@ -52,7 +52,7 @@ </div> <div class="item"> <div class="itembox-data"> {{ activeObj.handlingCharge | _toLocaleString }} {{ activeObj.handlingCharge }} </div> <div class="itembox-name"> @@ -61,7 +61,7 @@ </div> <div class="item"> <div class="itembox-data"> {{ activeObj.amountToBeCovered | _toLocaleString }} {{ activeObj.amountToBeCovered }} </div> <div class="itembox-name"> src/page/user/compontents/cash-list.vue
@@ -15,7 +15,7 @@ <div class="order-title"> <span class="main"> {{ $t("hjtxyhk") }} </span> <span class="payNumber" >{{ $USD }}{{ item.withAmt | _toLocaleString }}</span >{{ $USD }}{{ item.withAmt }}</span > <span v-if="item.withStatus!=1" class="red pull-right"> {{ @@ -78,7 +78,7 @@ <span class="col-xs-6"> {{ $t("hj44") }}: <b class="space"> {{ $USD }} {{ item.withFee | _toLocaleString }} {{ $USD }} {{ item.withFee }} </b> </span> <!-- <span class="col-xs-6">实际到账金额:<b class="space" style="font-size:0.26rem">{{item.withAmt - item.withFee}}</b>元</span> --> src/page/user/compontents/recharge-list.vue
@@ -21,7 +21,7 @@ <span :style="{ color: $state.theme == 'red' ? '#BB1815' : '' }" > {{ item.channelName }} {{ item.payAmt | _toLocaleString }} {{ item.channelName }} {{ item.payAmt }} </span> </span> <span src/page/user/favorites.vue
@@ -111,7 +111,7 @@ <div class="item_box_left_bottom">{{ item.name }}</div> </div> <div class="item_box_zj"> {{ item.nowPrice | _toLocaleString(false) }} {{ item.nowPrice }} </div> <div src/page/user/recharge-sure.vue
@@ -72,7 +72,7 @@ <div class="dz-title" v-if="rechargeAccountData.key !== undefined"> <div>{{ $t("可用餘額") }}</div> <div class="balance-text"> {{ availableBalanceUSD | _toLocaleString }} {{ symbolCode }} {{ availableBalanceUSD }} {{ symbolCode }} <!-- {{ symbolCode }} --> </div> </div> src/page/user/recharge.vue
@@ -16,7 +16,7 @@ </template> </van-nav-bar> <main> <div class="form-block"> <!-- <div class="form-block"> <mt-field :label="$t('充值')" :placeholder="$t('请输入充值金额')" @@ -24,14 +24,27 @@ v-model="rechargeMoney" > </mt-field> </div> --> <div class="main-title">{{ $t("請選擇充值金額") }}</div> <div class="white-input"> <input type="number" v-model="rechargeMoney" @input="inputValue" /> <span class="myr"> {{ rechargeAccountData.symbolCode }}</span> </div> <div class="btnbox"> <span class="text-center btnok loginout" @click="tosubmit">{{ <van-button class="but" type="primary" style="margin-top: 1.04rem; " @click="tosubmit">{{ $t("确认") }}</van-button> <van-button class="but" type="primary" style="margin-top: 1.04rem; margin-bottom: 1.04rem" @click="goOnline">{{ $t("kf") }}</van-button> <!-- <span class="text-center btnok loginout" @click="tosubmit">{{ $t("确认") }}</span> <span class="text-center btnok loginout" @click="goOnline">{{ $t("kf") }}</span> }}</span> --> </div> <!-- <div> <div class="main-title">{{ $t("支持得支付渠道") }}</div> @@ -286,139 +299,155 @@ </script> <style lang="less" scoped> .but { width: 100%; color: #ffffff; background-color: #1989fa; border-radius: 8px; height: 66px; font-size: 22px; } .bottom-text { width: 100%; background-color: #fff; padding: 0.26667rem 0.37333rem; box-sizing: border-box; margin-top: 0.26667rem; // margin-bottom: 80px; .balance { display: flex; justify-content: space-between; color: #181818; font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 500; .payclass { width: 150px; height: 40px; border-radius: 5px; border: 1px solid #e5e8ed; text-align: center; line-height: 40px; } .but { width: 100%; color: #ffffff; background-color: #1989fa; border-radius: 8px; height: 66px; font-size: 22px; } .bottom-text { width: 100%; background-color: #fff; padding: 0.26667rem 0.37333rem; box-sizing: border-box; .balance-text { margin-top: 0.26667rem; // margin-bottom: 80px; .balance { display: flex; justify-content: space-between; color: #181818; font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 500; line-height: 0.37333rem; margin-bottom: 0.37333rem; box-sizing: border-box; .balance-text { color: #181818; font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 500; line-height: 0.37333rem; margin-bottom: 0.37333rem; } } .division { width: 100%; height: 0.02667rem; flex-shrink: 0; background-color: #e5e8ed; margin: 0.37333rem 0; } .upload-text { color: #181818; font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 500; } } .division { width: 100%; height: 0.02667rem; flex-shrink: 0; background-color: #e5e8ed; margin: 0.37333rem 0; /deep/ .van-nav-bar__content { height: 65px; } .upload-text { color: #181818; font-family: PingFang SC; font-size: 0.32rem; /deep/ .van-nav-bar__title { font-family: "DINPro"; width: 100%; height: 1.17333rem; display: flex; justify-content: center; align-items: center; font-style: normal; font-weight: 500; font-size: 0.48rem; color: #14181f; } } /deep/ .van-nav-bar__content { height: 65px; } /deep/ .van-nav-bar__title { font-family: "DINPro"; width: 100%; height: 1.17333rem; display: flex; justify-content: center; align-items: center; font-style: normal; font-weight: 500; font-size: 0.48rem; color: #14181f; } /deep/ .van-cell { list-style: none; width: 100%; margin-top: 0.26667rem; background: #fff; border-radius: 0.10667rem; list-style: none; border: none; font-family: Arial, sans-serif; font-style: normal; font-weight: 500; font-size: 0.37333rem; line-height: 0.53333rem; padding: 0.32rem 0.4rem; box-sizing: border-box; margin-top: 0.26667rem; box-shadow: 0 0.16rem 0.32rem #eaeaea99; } main { padding: 0 0.4rem 0.53333rem; box-sizing: border-box; } .main-title { font-style: normal; font-weight: 400; font-size: 0.37333rem; color: #8c9fad; margin-top: 0.53333rem; } .white-input { width: 100%; background: #fff; border-radius: 0.10667rem; list-style: none; border: none; font-family: Arial, sans-serif; font-style: normal; font-weight: 500; font-size: 0.37333rem; line-height: 0.53333rem; padding: 0.32rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 0.26667rem; -webkit-box-shadow: 0 0.16rem 0.32rem #eaeaea99; box-shadow: 0 0.16rem 0.32rem #eaeaea99; display: flex; justify-content: space-between; } .fuzhi { font-size: 28px; cursor: pointer; } .myr { color: rgb(150, 151, 153); } /deep/ .el-upload__input { display: none !important; } /deep/ .avatar-uploader { width: 2.740741rem; height: 2.740741rem; } .btnbox { display: flex; .loginout { margin-right: 0.6rem; /deep/ .van-cell { list-style: none; width: 100%; margin-top: 0.26667rem; background: #fff; border-radius: 0.10667rem; list-style: none; border: none; font-family: Arial, sans-serif; font-style: normal; font-weight: 500; font-size: 0.37333rem; line-height: 0.53333rem; padding: 0.32rem 0.4rem; box-sizing: border-box; margin-top: 0.26667rem; box-shadow: 0 0.16rem 0.32rem #eaeaea99; } } main { padding: 0 0.4rem 0.53333rem; box-sizing: border-box; } .main-title { font-style: normal; font-weight: 400; font-size: 0.37333rem; color: #8c9fad; margin-top: 0.53333rem; } .white-input { width: 100%; background: #fff; border-radius: 0.10667rem; list-style: none; border: none; font-family: Arial, sans-serif; font-style: normal; font-weight: 500; font-size: 0.37333rem; line-height: 0.53333rem; padding: 0.32rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 0.26667rem; -webkit-box-shadow: 0 0.16rem 0.32rem #eaeaea99; box-shadow: 0 0.16rem 0.32rem #eaeaea99; display: flex; justify-content: space-between; } .fuzhi { font-size: 28px; cursor: pointer; } .myr { color: rgb(150, 151, 153); } /deep/ .el-upload__input { display: none !important; } /deep/ .avatar-uploader { width: 2.740741rem; height: 2.740741rem; } </style> src/page/user/transfer.vue
@@ -48,11 +48,15 @@ <mt-field label="资金密码" placeholder="资金密码" type="password" v-model="form.password"></mt-field> </div> <p class="prompt">资金密码默认为登录密码</p> --> <div class="btnbox"> <!-- <div class="btnbox"> <span class="text-center btnok loginout" @click="tosubmit">{{ $t("确认转入黄金原油账户") }}</span> </div> </div> --> <van-button class="but" type="primary" style="margin-top: 1.04rem; margin-bottom: 1.04rem" @click="tosubmit">{{ $t("确认转入黄金原油账户") }}</van-button> </mt-tab-container-item> <mt-tab-container-item id="2"> <div class="form-block"> @@ -74,11 +78,15 @@ <span @click="selectAll2">{{ $t("hj60") }}</span> </mt-field> </div> <div class="btnbox"> <!-- <div class="btnbox"> <span class="text-center btnok loginout" @click="tosubmit">{{ $t("确认转入沙特账户") }}</span> </div> </div> --> <van-button class="but" type="primary" style="margin-top: 1.04rem; margin-bottom: 1.04rem" @click="tosubmit">{{ $t("确认转入沙特账户") }}</van-button> </mt-tab-container-item> <!-- <mt-tab-container-item id="3"> <div class="form-block"> @@ -226,6 +234,23 @@ }; </script> <style lang="less" scoped> .payclass { width: 150px; height: 40px; border-radius: 5px; border: 1px solid #e5e8ed; text-align: center; line-height: 40px; } .but { width: 95%; color: #ffffff; background-color: #1989fa; border-radius: 8px; height: 66px; font-size: 22px; margin-left: 2.5%; } .is-selected .mint-tab-item-label:hover { text-decoration: none; } src/page/user/yebs copy.vue
@@ -36,7 +36,7 @@ </div> <div class="right_btn pingbtn"> <span style="margin-right: 0;">₹ {{item.money}}</span> <span style="margin-right: 0;"> ﷼ {{item.money}}</span> </div> </div> <!-- <div class="center_price">--> src/page/user/yebs.vue
@@ -57,7 +57,7 @@ $t("gm") + $t("je") + ":" }}</span> <span class="li-value">{{ item.money | _toLocaleString(false) item.money | }}</span> </div> </div> src/page/wallet/index copy.vue
@@ -30,18 +30,18 @@ <div class="num_price"> <p v-if="this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" class="account"> ₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userIndexAmt).toFixed(2) }} </p> <p v-else-if="!this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay" class="account"> ₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userFuturesAmt).toFixed(2) }} </p> <p v-else-if="!this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" class="account">₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}</p> class="account"> ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }}</p> </div> <div class="yk es"> <div> @@ -53,10 +53,10 @@ </div> <div class="yk as"> <div> <span>{{ '₹ ' + $store.state.userInfo.userAmt }}</span> <span>{{ ' ﷼ ' + $store.state.userInfo.userAmt }}</span> </div> <div> <span>{{ '₹ ' + $store.state.userInfo.userIndexAmt }}</span> <span>{{ ' ﷼ ' + $store.state.userInfo.userIndexAmt }}</span> </div> </div> <div class="btns" @click="handleGoToTransfers()"> src/page/wallet/index.vue
@@ -32,18 +32,18 @@ <div class="num_price"> <p v-if="this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" class="account"> ₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userIndexAmt).toFixed(2) }} </p> <p v-else-if="!this.$store.state.settingForm.indexDisplay && this.$store.state.settingForm.futuresDisplay" class="account"> ₹ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt + $store.state.userInfo.userFuturesAmt).toFixed(2) }} </p> <p v-else-if="!this.$store.state.settingForm.indexDisplay && !this.$store.state.settingForm.futuresDisplay" class="account">₹ class="account"> ﷼ {{ $store.state.hide ? '****' : Number($store.state.userInfo.userAmt).toFixed(2) }} </p> </div> @@ -57,10 +57,10 @@ </div> <div class="yk as"> <div> <span>{{ '₹ ' + $store.state.userInfo.userAmt }}</span> <span>{{ ' ﷼ ' + $store.state.userInfo.userAmt }}</span> </div> <div> <span>{{ '₹ ' + $store.state.userInfo.userIndexAmt }}</span> <span>{{ ' ﷼ ' + $store.state.userInfo.userIndexAmt }}</span> </div> </div> <div class="btns" @click="handleGoToTransfers()"> src/utils/allocation.js
@@ -17,7 +17,7 @@ number = number || 0; let str = Number(number).toLocaleString(locale, options); if (showCurrencySymbol) { str = str.replaceAll("₹", ""); str = str.replaceAll(" ﷼", ""); } return str; } src/utils/filter.js
@@ -17,7 +17,7 @@ let str = Number(number).toLocaleString(locale, options); console.log('转换后的'+ str) // if (showCurrencySymbol) { // str = str.replaceAll("₹", ""); // str = str.replaceAll(" ﷼", ""); // } return str; }