zhengyiming
2025-03-25 b11477657850db16d375f4789439a61e4cfa1a4a
1
2
3
4
5
6
7
8
9
10
11
12
<template>
  <ContentScrollView>
    <ShareQrcodeView />
  </ContentScrollView>
</template>
 
<script setup lang="ts">
import { ShareQrcodeView } from '@life-payment/components';
defineOptions({
  name: 'InnerPage',
});
</script>