shawenguan пре 1 година
родитељ
комит
281ea1e38b
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      Scripts/jhsh/jhshHelper.js

+ 5 - 0
Scripts/jhsh/jhshHelper.js

@@ -163,6 +163,7 @@ function checkHandleRequest() {
                         break;
                     case 'A3341C110':
                         // 领取优惠券
+                        handleCouponGetCtrl();
                         break;
                     default:
                         break;
@@ -396,6 +397,10 @@ function handleCouponState(){
     let rspParams = JSON.parse(rspBody);
 }
 
+function handleCouponGetCtrl(){
+
+}
+
 function checkTodayNotifyCount(flag='default'){
     let notifyCntStr = lk.getVal(jhshStoreKeyPrefix+'NotifyCnt-'+flag);
     let td = lk.formatDate(new Date(), 'yyyyMMdd');