Commit f5b81208 authored by Mac's avatar Mac

1

parent a7365cec
......@@ -188,7 +188,6 @@
<script>
let buyIf = {}
alert(localStorage.buyInfo)
if (localStorage.buyInfo) {
buyIf = JSON.parse(localStorage.buyInfo)
}else {
......@@ -236,7 +235,7 @@
if(!isChecke){
layer.msg('请同意活动说明');
return;
}
}
var loadingFlag;
if (buyIf.platform == 'app') {
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