Browse Source

新增参数4

JXDS18FUJT 2 months ago
parent
commit
91a5fdd02a
1 changed files with 1 additions and 1 deletions
  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)
             }