app/pages/mine/makeMoney/index.vue

30 lines
397 B
Vue
Raw Normal View History

2025-04-21 17:39:41 +08:00
<template>
<view class="content">
84654
</view>
</template>
<script>
import { getPointsData } from "@/api/members.js";
import { getMemberPointSum } from "@/api/members.js";
export default {
data() {
return {
};
},
onLoad() {
},
methods: {
},
};
</script>
<style lang="scss" scoped>
</style>