lxf
2025-04-26 0788772afaf87391d302ad90c8825f4da11277f4
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()">