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

12 lines
187 B
Plaintext

<template>
<view class="page">
<text>优惠券管理 - 占位页</text>
</view>
</template>
<script lang="uts">
export default {}
</script>
<style>
.page { padding: 30rpx; }
</style>