소스 검색

新增参数4

JXDS18FUJT 3 달 전
부모
커밋
91a5fdd02a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
             }