fix
This commit is contained in:
parent
bd891421e3
commit
514007e3c3
@ -19,7 +19,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { formatAddress } from "@/utils/formatAddress";
|
import { formatAddress } from "@/utils/formatAddress";
|
||||||
import { formatSelect } from "@/utils/UTCTime";
|
import { formatSelect } from "@/utils/UTCTime";
|
||||||
// UTCTime
|
|
||||||
export default {
|
export default {
|
||||||
name: "AccountCard",
|
name: "AccountCard",
|
||||||
props: ["owner", "time"],
|
props: ["owner", "time"],
|
||||||
|
@ -127,7 +127,7 @@ import { AppModule } from "@/store/modules/app";
|
|||||||
import { formatPrice } from "@/utils/chain.util";
|
import { formatPrice } from "@/utils/chain.util";
|
||||||
import { CONTRACT_ADDRESS } from "@/configs/config_chain";
|
import { CONTRACT_ADDRESS } from "@/configs/config_chain";
|
||||||
import ChainManager from "@/chain/ChainManager";
|
import ChainManager from "@/chain/ChainManager";
|
||||||
import { login } from "@/api/User";
|
|
||||||
export default {
|
export default {
|
||||||
components: { Close },
|
components: { Close },
|
||||||
props: ["dialogVisible", "data", "isType"],
|
props: ["dialogVisible", "data", "isType"],
|
||||||
|
@ -256,8 +256,6 @@ export default {
|
|||||||
.token-item-top {
|
.token-item-top {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
// width: 100%;
|
|
||||||
// padding-top: 15px;
|
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
padding-right: 55px;
|
padding-right: 55px;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
|
@ -197,20 +197,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
piece: "",
|
piece: "",
|
||||||
chipsid: 0,
|
chipsid: 0
|
||||||
chipArrid: {
|
|
||||||
39: "Hp Pct",
|
|
||||||
40: "Atk Pct",
|
|
||||||
41: "Def Pct",
|
|
||||||
42: "Critical",
|
|
||||||
43: "Cri Damage",
|
|
||||||
45: "Dodge Reduce",
|
|
||||||
46: "Hp Recover Pct",
|
|
||||||
47: "Brain Life Pct",
|
|
||||||
48: "Reload Time Pct",
|
|
||||||
50: "Bullet Speed Pct",
|
|
||||||
51: "Cool Down Pct",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
@ -65,7 +65,6 @@ export default {
|
|||||||
width: 308px;
|
width: 308px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background: rgba(255, 255, 255, 0.2);
|
background: rgba(255, 255, 255, 0.2);
|
||||||
// opacity: 0.2;
|
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
margin-left: 23px;
|
margin-left: 23px;
|
||||||
margin-top: 19px;
|
margin-top: 19px;
|
||||||
|
@ -41,14 +41,6 @@ import { Component, Prop, Vue } from "vue-property-decorator";
|
|||||||
})
|
})
|
||||||
export default class NftTypeBar extends Vue {
|
export default class NftTypeBar extends Vue {
|
||||||
// @Prop() private selectIdx: number;
|
// @Prop() private selectIdx: number;
|
||||||
private types = [
|
|
||||||
{ Image: require("../../assets/market/hero.png") },
|
|
||||||
{ Image: require("../../assets/market/weapon.png") },
|
|
||||||
{ Image: require("../../assets/market/chip.png") },
|
|
||||||
{ Image: require("../../assets/market/piece.png") },
|
|
||||||
// { Image: require("../../assets/market/voucher.png") },
|
|
||||||
];
|
|
||||||
|
|
||||||
value = "1|1";
|
value = "1|1";
|
||||||
private onClickItem(idx: number) {
|
private onClickItem(idx: number) {
|
||||||
this.$emit("nft-type-changed", idx + 1);
|
this.$emit("nft-type-changed", idx + 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user