feat(奖励详情): 实现优惠券详情页面的API对接和交互逻辑
- 对接获取优惠券详情和兑换优惠券的API - 根据API响应动态渲染页面内容 - 添加积分不足状态下的按钮禁用和样式变化 - 优化页面加载和用户交互流程
Showing
2 changed files
with
1 additions
and
0 deletions
| ... | @@ -19,6 +19,7 @@ declare module 'vue' { | ... | @@ -19,6 +19,7 @@ declare module 'vue' { |
| 19 | NutDialog: typeof import('@nutui/nutui-taro')['Dialog'] | 19 | NutDialog: typeof import('@nutui/nutui-taro')['Dialog'] |
| 20 | NutImagePreview: typeof import('@nutui/nutui-taro')['ImagePreview'] | 20 | NutImagePreview: typeof import('@nutui/nutui-taro')['ImagePreview'] |
| 21 | NutInput: typeof import('@nutui/nutui-taro')['Input'] | 21 | NutInput: typeof import('@nutui/nutui-taro')['Input'] |
| 22 | + NutLoading: typeof import('@nutui/nutui-taro')['Loading'] | ||
| 22 | NutPicker: typeof import('@nutui/nutui-taro')['Picker'] | 23 | NutPicker: typeof import('@nutui/nutui-taro')['Picker'] |
| 23 | NutPopup: typeof import('@nutui/nutui-taro')['Popup'] | 24 | NutPopup: typeof import('@nutui/nutui-taro')['Popup'] |
| 24 | NutRow: typeof import('@nutui/nutui-taro')['Row'] | 25 | NutRow: typeof import('@nutui/nutui-taro')['Row'] | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment