会员卡页面
This commit is contained in:
25
pages/account/dt.vue
Normal file
25
pages/account/dt.vue
Normal file
@@ -0,0 +1,25 @@
|
||||
<template>
|
||||
<view>
|
||||
账户
|
||||
<button @click="onNav">充值</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
onNav(){
|
||||
this.$Router.push({name: 'AccountRecharge'})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user