isna 2 anni fa
parent
commit
b9d52ef5e0

+ 1 - 1
src/main/webapp/mobile/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

@@ -120,7 +120,7 @@ var popPageObj = {
120 120
             KICC_ACTION_WEB_URL = result.kicc_action_web_url;
121 121
             KICC_ACTION_MOBILE_URL = result.kicc_action_mobile_url;
122 122
 			MALL_ID = result.mallId;
123
-			WEB_RETURN_URL = window.location.href.replace('main.html', 'easypay/oqpo/oqpo_order_res.jsp');
123
+			WEB_RETURN_URL = '/oqpo-view/easypay/oqpo/oqpo_order_res.jsp'; // window.location.href.replace('main.html', 'easypay/oqpo/oqpo_order_res.jsp');
124 124
 			MOBILE_RETURN_URL = window.location.href.replace('main.html', 'easypay/oqpo/mobile_order_res_submit.jsp');
125 125
 			 
126 126
 			const js = '<script src="'+KICC_JAVASCRIPT_URL+'"></script>';