Commit a7365cec authored by zhengke's avatar zhengke
parents 062dd55f cde87b7b
...@@ -188,6 +188,7 @@ ...@@ -188,6 +188,7 @@
<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 {
......
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