风格统一样式修改

This commit is contained in:
落日晚风
2024-01-02 17:31:05 +08:00
26 changed files with 235 additions and 385 deletions
+11
View File
@@ -57,6 +57,17 @@ const CouponApi = {
params: { id },
});
},
// 获得未使用的优惠劵数量
getUnusedCouponCount: () => {
return request({
url: '/app-api/promotion/coupon/get-unused-count',
method: 'GET',
custom: {
showLoading: false,
auth: true,
},
});
}
};
export default CouponApi;