JXDS18FUJT 2 mesi fa
parent
commit
91a5fdd02a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/yeNing/index.vue

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

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