[本时生活h5端]
This commit is contained in:
28
pages/account/recharge.vue
Normal file
28
pages/account/recharge.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { create, store } from '@/apis/interfaces/recharge'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
// 获取充值列表
|
||||
create().then(res=>{
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
},
|
||||
methods:{
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user