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

23 lines
242 B
Vue
Raw Normal View History

2023-03-31 10:48:06 +08:00
<template>
<div class="integralAdd">
</div>
</template>
<script>
export default {
name: "integralAdd",
appName: '积分申请',
data() {
return {
}
},
}
</script>
<style lang="scss" scoped>
.integralAdd {
}
</style>