打开体验版小程序
This commit is contained in:
parent
c67fa35d57
commit
026c2c4d24
|
@ -294,7 +294,9 @@
|
||||||
}
|
}
|
||||||
upWXSmallProgramYouBank();
|
upWXSmallProgramYouBank();
|
||||||
} else {
|
} else {
|
||||||
window.location.replace(res.data.redirect_url);
|
alert(5)
|
||||||
|
window.location.replace(res.data.redirect_url + "&env_version=trial");
|
||||||
|
// window.location.replace(res.data.redirect_url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -546,7 +546,9 @@
|
||||||
}
|
}
|
||||||
upWXSmallProgramYouBank();
|
upWXSmallProgramYouBank();
|
||||||
} else {
|
} else {
|
||||||
window.location.replace(res.data.redirect_url);
|
alert(6)
|
||||||
|
window.location.replace(res.data.redirect_url + "&env_version=trial");
|
||||||
|
// window.location.replace(res.data.redirect_url);
|
||||||
}
|
}
|
||||||
self.timeGet = setInterval(() => {
|
self.timeGet = setInterval(() => {
|
||||||
self.getProductDetail(); //
|
self.getProductDetail(); //
|
||||||
|
|
Loading…
Reference in New Issue