forked from gxwebsoft/mp-10550
refactor(shop): 更新 API调用和页面逻辑
- 修改了多个文件中的 API调用路径 - 优化了部分组件的显示逻辑 - 添加了优惠券相关功能 -调整了环境变量配置
This commit is contained in:
@@ -24,7 +24,7 @@ const CouponStats: React.FC<CouponStatsProps> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<View className="bg-white mx-4 my-3 rounded-xl p-4">
|
||||
<View className="bg-white mx-4 my-3 rounded-xl p-4 hidden">
|
||||
<Text className="font-semibold text-gray-800">优惠券统计</Text>
|
||||
|
||||
<View className="flex justify-between mt-2">
|
||||
|
||||
Reference in New Issue
Block a user