Explorar o código

direct to line pay

huai-sian %!s(int64=3) %!d(string=hai) anos
pai
achega
343b3c66ce
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ArkCard-web/goto.js

+ 2 - 2
ArkCard-web/goto.js

@@ -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("購買成功");
         }
       };