JXDS18FUJT před 3 měsíci
rodič
revize
ee058c1b99
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/views/yeNing/index.vue

+ 2 - 1
src/views/yeNing/index.vue

@@ -77,7 +77,8 @@ window.iosOrder = (dictCode: string, userInfoStr: string,goodsType:string) => {
         }).then((res: any) => {
           if (res.data.code == 200) {
             if(res.data.data.h5_url){
-              window.location.href = res.data.data.h5_url;
+              console.log(res.data.data)
+              //window.location.href = res.data.data.h5_url;
             }else{
               console.log(res.data)
             }