shawenguan hace 1 año
padre
commit
281ea1e38b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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');