...
|
...
|
@@ -150,7 +150,10 @@ function getCouponHandle(allCoupons) { |
|
|
});
|
|
|
}
|
|
|
|
|
|
function getCouponDate() {
|
|
|
/**
|
|
|
* 获取优惠券列表
|
|
|
*/
|
|
|
function getCouponData() {
|
|
|
|
|
|
if (isGetData) {
|
|
|
return;
|
...
|
...
|
@@ -171,4 +174,4 @@ function getCouponDate() { |
|
|
});
|
|
|
}
|
|
|
|
|
|
getCouponDate(); |
|
|
getCouponData(); |
...
|
...
|
|