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