Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
| 19 | <view class="text-4xl font-bold text-blue-500 mb-2"> | 19 | <view class="text-4xl font-bold text-blue-500 mb-2"> |
| 20 | <text class="text-2xl">{{ reward.title }}</text> | 20 | <text class="text-2xl">{{ reward.title }}</text> |
| 21 | </view> | 21 | </view> |
| 22 | + <view class="text-sm text-gray-500 font-medium" style="letter-spacing: 1rpx;">券码: {{ reward.id }}</view> | ||
| 22 | <!-- Status Badge --> | 23 | <!-- Status Badge --> |
| 23 | <!-- <view class="mt-2"> | 24 | <!-- <view class="mt-2"> |
| 24 | <text :class="getStatusClass(reward.status)">{{ getStatusText(reward.status) }}</text> | 25 | <text :class="getStatusClass(reward.status)">{{ getStatusText(reward.status) }}</text> | ... | ... |
-
Please register or login to post a comment