Browse Source

disable alipay at the moment

fengchang 1 year ago
parent
commit
333bcc4135
1 changed files with 4 additions and 0 deletions
  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;