Commit 9d189550 authored by Mac's avatar Mac

数钱返回首页

parent 3f0261ec
......@@ -364,6 +364,10 @@
document.addEventListener("WeixinJSBridgeReady", function () {
music.load();
}, false);
$('#back_ico').click(function () {
//返回首页
window.history.back()
})
});
</script>
</html>
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