|
@@ -77,7 +77,8 @@ window.iosOrder = (dictCode: string, userInfoStr: string,goodsType:string) => {
|
|
}).then((res: any) => {
|
|
}).then((res: any) => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
if(res.data.data.h5_url){
|
|
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{
|
|
}else{
|
|
console.log(res.data)
|
|
console.log(res.data)
|
|
}
|
|
}
|