fix: 百家乐/龙虎模板 JS 版本号改为动态,解决浏览器缓存不刷新
- tab_b.html: handle_b.js?3 → handle_b.js{Think.VERSION_V}
- tab_dt.html: handle_b.js?1 → handle_b.js{Think.VERSION_V}
- 硬编码版本号导致浏览器缓存旧JS,小键盘+号键移除不生效
This commit is contained in:
@@ -281,6 +281,6 @@
|
||||
<script type="text/javascript" src="/static/handle/js/layer-v3.1.1/layer.js"></script>
|
||||
<script type="text/javascript" src="/static/handle/js/jquery.cookie.js"></script>
|
||||
<script type="text/javascript" src="/static/handle/js/socket.io-1.4.4.js"></script>
|
||||
<script type="text/javascript" src="/static/handle/js/handle_b.js?3"></script>
|
||||
<script type="text/javascript" src="/static/handle/js/handle_b.js{$Think.VERSION_V}"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user