This commit is contained in:
huangjinming 2023-01-18 10:29:12 +08:00
parent bd891421e3
commit 514007e3c3
6 changed files with 3 additions and 27 deletions

View File

@ -19,7 +19,7 @@
<script>
import { formatAddress } from "@/utils/formatAddress";
import { formatSelect } from "@/utils/UTCTime";
// UTCTime
export default {
name: "AccountCard",
props: ["owner", "time"],

View File

@ -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"],

View File

@ -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;

View File

@ -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() {

View File

@ -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;

View File

@ -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);