Showing
1 changed file
with
5 additions
and
2 deletions
@@ -150,7 +150,10 @@ function getCouponHandle(allCoupons) { | @@ -150,7 +150,10 @@ function getCouponHandle(allCoupons) { | ||
150 | }); | 150 | }); |
151 | } | 151 | } |
152 | 152 | ||
153 | -function getCouponDate() { | 153 | +/** |
154 | + * 获取优惠券列表 | ||
155 | + */ | ||
156 | +function getCouponData() { | ||
154 | 157 | ||
155 | if (isGetData) { | 158 | if (isGetData) { |
156 | return; | 159 | return; |
@@ -171,4 +174,4 @@ function getCouponDate() { | @@ -171,4 +174,4 @@ function getCouponDate() { | ||
171 | }); | 174 | }); |
172 | } | 175 | } |
173 | 176 | ||
174 | -getCouponDate(); | 177 | +getCouponData(); |
-
Please register or login to post a comment