| | |
| | | VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ" |
| | | VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg" |
| | | # VUE_APP_API_BASE_URL=bingx.zqbom.com |
| | | VUE_APP_API_BASE_URL=www.innovcoins.com |
| | | VUE_APP_API_BASE_URL=app.usdtone.com |
| | | # VUE_APP_API_BASE_URL=192.168.0.105:8080 |
| | |
| | | VUE_APP_H5ZZ="RZW7c77Hps0IsKQuWLgtTtd2xrhvCU47" |
| | | VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ" |
| | | VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg" |
| | | VUE_APP_API_BASE_URL=bingx.zqbom.com |
| | | VUE_APP_API_BASE_URL=app.usdtone.com |
| | |
| | | > |
| | | <div class="all-select flex justify-end"> |
| | | <div class="select-box flex" @click.stop="isAll = !isAll"> |
| | | <div class="flex-1 font-24">{{ symbol.toUpperCase() }}/USDT</div> |
| | | <div class="flex-1 font-24">{{ symbol | _symbolName }}/USDT</div> |
| | | <van-icon name="arrow-down" /> |
| | | <div class="select-data" v-if="isAll"> |
| | | <div |
| | |
| | | v-for="(item2, index) in currencyList" |
| | | :key="index" |
| | | > |
| | | {{ item2.symbol.toUpperCase() }}/USDT |
| | | {{ item2.symbol | _symbolName }}/USDT |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | this.socket.onmessage = (evt) => { |
| | | const { data } = evt; |
| | | const { code, data: _data } = JSON.parse(data); |
| | | console.log(_data); |
| | | // console.log(_data); |
| | | if (code / 1 === 0) { |
| | | this.handleQoutes(_data); |
| | | } |
| | |
| | | <van-tab :title="$t('当前委托')" class="font-30"> |
| | | <div class="all-select flex justify-end"> |
| | | <div class="select-box flex" @click.stop="isAll = !isAll"> |
| | | <div class="flex-1 font-24">{{ symbol.toUpperCase() }}/USDT</div> |
| | | <div class="flex-1 font-24">{{ symbol | _symbolName }}/USDT</div> |
| | | <van-icon name="arrow-down" /> |
| | | <div class="select-data" v-if="isAll"> |
| | | <div |
| | |
| | | v-for="(item, index) in currencyList" |
| | | :key="index" |
| | | > |
| | | {{ item.symbol.toUpperCase() }}/USDT |
| | | {{ item.symbol | _symbolName }}/USDT |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | hots.push(item.symbol); |
| | | } |
| | | }); |
| | | console.log(arr, "==="); |
| | | state.coinArr = arr; |
| | | state.hotArr = hots; |
| | | }, |
| | |
| | | const data = store.state?.home?.coinList; |
| | | let symbol = ""; |
| | | if (data) { |
| | | // console.log(data, "===="); |
| | | let arr = data.filter((item) => item.symbol === str); |
| | | if (arr[0] && arr[0]?.symbol === str) { |
| | | let symbol1 = arr[0].symbolFullName; |