Files
vpUni/.svn/pristine/08/08d1997503882fa1f2f45d8398b6b0e93fc08679.svn-base
2026-03-09 16:39:03 +08:00

21 lines
218 B
Plaintext

<template>
<view>
积分商城
</view>
</template>
<script setup lang="ts">
import { onShow,onLoad } from "@dcloudio/uni-app";
onLoad(() => {
});
onShow(() => {
});
</script>
<style lang="scss">
</style>