添加收藏茶室接口和完善茶室详情
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="RechargeBtn">
|
||||
<script lang="ts" setup name="Pay">
|
||||
/**
|
||||
* Pay 支付组件
|
||||
* @description 用于展示支付
|
||||
@ -52,7 +52,6 @@
|
||||
// 获取个人用户信息
|
||||
const userRes = await getUserInfo()
|
||||
Object.assign(userInfo, userRes || {})
|
||||
|
||||
})
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user