This commit is contained in:
binbin_pan 2025-01-03 10:25:10 +08:00
parent ffbe5aec8f
commit 80a575b7d1
1 changed files with 5 additions and 2 deletions

View File

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