소스 검색

disable alipay at the moment

fengchang 1 년 전
부모
커밋
333bcc4135
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      hichina-main-front-mobile-first/src/pages/BookPage.vue

+ 4 - 0
hichina-main-front-mobile-first/src/pages/BookPage.vue

@@ -300,6 +300,10 @@ export default {
     }
 
     function submitOrder(paymethod) {
+      if (paymethod == "paymethod") {
+        alert("Feature not available yet, will be online soon!");
+        return;
+      }
       var finalParams = {};
       if (LOCALSPECIALTYPRODUCTTYPE != productTypeId.value) {
         finalParams.passengerInfo = peopleform.value;