瀏覽代碼

新增参数

JXDS18FUJT 2 月之前
父節點
當前提交
ee058c1b99
共有 1 個文件被更改,包括 2 次插入1 次删除
  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)
             }