diff --git a/src/components/market/Chipdialog.vue b/src/components/market/Chipdialog.vue index 8afca00..231c9df 100644 --- a/src/components/market/Chipdialog.vue +++ b/src/components/market/Chipdialog.vue @@ -135,22 +135,7 @@ export default { return { chainManager: new ChainManager(), loadingInstance:null, - visible:this.dialogVisible, - chipArrid: { - 39: "Hp Pct", - 40: "Atk Pct", - 41: "Def Pct", - 42: "Critical", - 43: "Cri Damage", - 44: "Dodge", - 45: "Dodge Reduce", - 46: "Hp Recover Pct", - 47: "Brain Life Pct", - 48: "Reload Time Pct", - 49: "Bullet Speed", - 50: "Bullet Speed Pct", - 51: "Cool Down Pct", - }, + visible:this.dialogVisible }; }, watch: { diff --git a/src/components/mobile/main/AccountCard.vue b/src/components/mobile/main/AccountCard.vue index 6072d31..79d1cfe 100644 --- a/src/components/mobile/main/AccountCard.vue +++ b/src/components/mobile/main/AccountCard.vue @@ -12,8 +12,8 @@