index.vue 433 Bytes
<!--
 * @Date: 2023-12-15 14:03:40
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2023-12-15 14:04:06
 * @FilePath: /meihuaApp/src/pages/payInfo/index.vue
 * @Description: 文件描述
-->
<template>
  <div class="red">{{ str }}</div>
</template>

<script setup>
import Taro from '@tarojs/taro'
import { ref } from "vue";
</script>

<script>
import "./index.less";
export default {
  name: "demoPage",
};
</script>