| | |
| | | |
| | | <!-- <img v-if="isReturn" src="@/assets/image/icon_back_1.png" @click="backPath()" class="w-40 h-40 back mr-50" |
| | | alt=""> --> |
| | | <img v-if="isReturn" src="@/assets/image/icon_back.png" @click="goBack()" class="w-40 h-40 back mr-50" |
| | | alt=""> |
| | | <template v-if="isReturn"> |
| | | <img src="@/assets/image/icon_back.png" @click="goBack()" class="w-40 h-40 back mr-50" alt="" |
| | | v-if="$store.state.vant.theme == 'light'"> |
| | | <img src="@/assets/image/icon_back_1.png" @click="goBack()" class="w-40 h-40 back mr-50" alt="" v-else> |
| | | </template> |
| | | <template v-if="!isChange"> |
| | | <!-- <img src="../../../assets/theme/dark/image/black-convert.png" alt="convert-img" class="w-35 h-35" |
| | | @click="onSidebar" /> --> |
| | | <img src="../../../assets/theme/white/image/black-convert.png" alt="convert-img" class="w-35 h-35" |
| | | @click="onSidebar" /> |
| | | @click="onSidebar" v-if="$store.state.vant.theme == 'light'" /> |
| | | <img src="../../../assets/theme/dark/image/black-convert.png" alt="convert-img" class="w-35 h-35" |
| | | @click="onSidebar" v-else /> |
| | | </template> |
| | | <!-- 在切换模式下 --> |
| | | <template v-if="isChange"> |
| | |
| | | // path: `/${url}?symbol=${this.symbol}` |
| | | // }); |
| | | // }, |
| | | changeBg() { |
| | | this.$emit('changeNight', !this.isNight) |
| | | }, |
| | | // changeBg() { |
| | | // this.$emit('changeNight', !this.isNight) |
| | | // }, |
| | | backPath() { |
| | | if (this.$route.query?.from === 'trade') { |
| | | this.$router.push('/trade/index?tabActive=1') |