Commit f5b81208 authored by Mac's avatar Mac

1

parent a7365cec
...@@ -188,7 +188,6 @@ ...@@ -188,7 +188,6 @@
<script> <script>
let buyIf = {} let buyIf = {}
alert(localStorage.buyInfo)
if (localStorage.buyInfo) { if (localStorage.buyInfo) {
buyIf = JSON.parse(localStorage.buyInfo) buyIf = JSON.parse(localStorage.buyInfo)
}else { }else {
...@@ -236,7 +235,7 @@ ...@@ -236,7 +235,7 @@
if(!isChecke){ if(!isChecke){
layer.msg('请同意活动说明'); layer.msg('请同意活动说明');
return; return;
} }
var loadingFlag; var loadingFlag;
if (buyIf.platform == 'app') { if (buyIf.platform == 'app') {
window.postMessage(JSON.stringify({'action': 'showHud', 'message': '抢购中...'})); window.postMessage(JSON.stringify({'action': 'showHud', 'message': '抢购中...'}));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment