|
@@ -137,12 +137,12 @@ function shop(collectuserid='') {
|
|
|
if (xhr.readyState === 4) {
|
|
|
console.log(xhr.status);
|
|
|
const res = JSON.parse(xhr.responseText);
|
|
|
- if(device === 'desktop'){
|
|
|
+ if(device == 'desktop'){
|
|
|
location.replace(res.web);
|
|
|
} else {
|
|
|
location.replace(res.app);
|
|
|
}
|
|
|
- alert("購買成功");
|
|
|
+ // alert("購買成功");
|
|
|
}
|
|
|
};
|
|
|
|