Files
medical-mall/pages/mall/admin/marketing/coupon/receive.uvue
2026-01-27 20:02:57 +08:00

28 lines
378 B
Plaintext

<template>
<view class="container">
<text class="title">用户领取记录</text>
</view>
</template>
<script setup lang="uts">
// Minimal script
</script>
<style>
.container {
padding: 40rpx;
text-align: center;
}
.title {
font-size: 48rpx;
font-weight: bold;
color: #333;
margin-bottom: 20rpx;
}
.content {
font-size: 28rpx;
color: #666;
}
</style>