Files
dvcp_v2_wechat_app/src/project/fengdu/AppNewFarmerBank/signIn.vue

29 lines
258 B
Vue
Raw Normal View History

2023-03-30 10:04:06 +08:00
<template>
<div class="signIn">
</div>
</template>
<script>
export default {
name: 'signIn',
2023-03-31 09:10:16 +08:00
appName: '签到',
2023-03-30 10:04:06 +08:00
data() {
return {
}
},
methods: {
},
onShow() {
}
}
</script>
<style lang="scss" scoped>
.signIn {
}
</style>