Browse Source

新增参数

JXDS18FUJT 3 tháng trước cách đây
mục cha
commit
ee058c1b99
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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)
             }