Files
dvcp_v2_wechat_app/src/project/fengdu/AppMine/myHarvestQR.vue

27 lines
278 B
Vue
Raw Normal View History

2023-03-16 13:49:00 +08:00
<template>
<div class="AppHarvestQR">
</div>
</template>
<script>
export default {
name: "AppHarvestQR",
appName: '丰收码',
data() {
return {
}
},
methods: {
},
onShow() {},
}
</script>
<style lang="scss" scoped>
.AppHarvestQR {
}
</style>