fengchang hace 1 año
padre
commit
c0636e70b6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      hichina-main-front-mobile-first/src/pages/BookPage.vue

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

@@ -251,7 +251,6 @@ export default {
     function validatePreOrderParams(finalParams) {
       console.log("validating finalParams");
       console.log(finalParams);
-      return false;
       // must have CNY value valid
       if (
         gp.$checkEmpty(finalParams.productInfo["totalPrice"]) ||