fix
This commit is contained in:
parent
bd891421e3
commit
514007e3c3
@ -19,7 +19,7 @@
|
||||
<script>
|
||||
import { formatAddress } from "@/utils/formatAddress";
|
||||
import { formatSelect } from "@/utils/UTCTime";
|
||||
// UTCTime
|
||||
|
||||
export default {
|
||||
name: "AccountCard",
|
||||
props: ["owner", "time"],
|
||||
|
@ -127,7 +127,7 @@ import { AppModule } from "@/store/modules/app";
|
||||
import { formatPrice } from "@/utils/chain.util";
|
||||
import { CONTRACT_ADDRESS } from "@/configs/config_chain";
|
||||
import ChainManager from "@/chain/ChainManager";
|
||||
import { login } from "@/api/User";
|
||||
|
||||
export default {
|
||||
components: { Close },
|
||||
props: ["dialogVisible", "data", "isType"],
|
||||
|
@ -256,8 +256,6 @@ export default {
|
||||
.token-item-top {
|
||||
display: flex;
|
||||
height: 50px;
|
||||
// width: 100%;
|
||||
// padding-top: 15px;
|
||||
padding-left: 25px;
|
||||
padding-right: 55px;
|
||||
font-size: 26px;
|
||||
|
@ -197,20 +197,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
piece: "",
|
||||
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",
|
||||
},
|
||||
chipsid: 0
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
@ -65,7 +65,6 @@ export default {
|
||||
width: 308px;
|
||||
height: 60px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
// opacity: 0.2;
|
||||
border-radius: 30px;
|
||||
margin-left: 23px;
|
||||
margin-top: 19px;
|
||||
|
@ -41,14 +41,6 @@ import { Component, Prop, Vue } from "vue-property-decorator";
|
||||
})
|
||||
export default class NftTypeBar extends Vue {
|
||||
// @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";
|
||||
private onClickItem(idx: number) {
|
||||
this.$emit("nft-type-changed", idx + 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user