This commit is contained in:
parent
ffbe5aec8f
commit
80a575b7d1
|
|
@ -118,14 +118,17 @@ export default {
|
|||
} else if (index == 5) {
|
||||
this.rechargeAmount = 500
|
||||
} else if (index == 6) {
|
||||
// this.rechargeAmount
|
||||
this.rechargeAmount = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
background: #fff;
|
||||
}
|
||||
.content {
|
||||
padding: 16px;
|
||||
.top-cont {
|
||||
|
|
|
|||
Loading…
Reference in New Issue