1
jhzh
2024-10-24 7946c594c8da9bcfe3de1b907699dd5c340b69a0
1
3 files modified
14 ■■■■ changed files
src/components/trade-head/index.vue 2 ●●● patch | view | raw | blame | history
src/page/TtrendDetails/index.vue 4 ●●●● patch | view | raw | blame | history
src/page/register/index.vue 8 ●●●● patch | view | raw | blame | history
src/components/trade-head/index.vue
@@ -29,7 +29,7 @@
            <div class="flex flex-col pl-21" @click="onSidebar">
              <div class="font-35 textColor">
                <!-- {{ symbol | _symbolName(1) }} -->
                {{newname}}
                {{newname || symbol.toUpperCase()}}
              </div>
            </div>
            <div
src/page/TtrendDetails/index.vue
@@ -81,7 +81,7 @@
            </div>
            <div class="flex w-1/2 flex-col justify-between w-177">
              <p class="text-grey">
                {{ $t("24h成交量") }}( {{ symbol | _symbolName() }})
                {{ $t("24h成交量") }}( {{ symbol.toUpperCase() }})
              </p>
              <p class="textColor">
                {{ fixDate(quote.amount * 1, $i18n) || "--" }}
@@ -156,7 +156,7 @@
                  <p>{{ $t("卖出") }}</p>
                  <p class="flex justify-between items-center font-22">
                    <span class="-ml-5">{{ $t("价格") }}(USDT)</span>
                    <span>{{ $t("数量") }}({{ symbol | _symbolName() }})</span>
                    <span>{{ $t("数量") }}({{ symbol.toUpperCase() }})</span>
                  </p>
                </li>
                <li
src/page/register/index.vue
@@ -143,10 +143,10 @@
            //         return
            //     }
            // }
            if(this.invitCode ==''){
                this.$toast(this.$t('请输入邀请码'));
                        return
            }
            // if(this.invitCode ==''){
            //     this.$toast(this.$t('请输入邀请码'));
            //             return
            // }
            switch (this.activeIndex) {
                case 0:
                    {