浏览代码

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;