Commit e1b74863 authored by zhoujun's avatar zhoujun

Merge branch 'test' of http://gitlab.cccwangluo.com/zhoujun/uc_card into test

parents 68db785c da236b6a
This diff is collapsed.
...@@ -513,7 +513,7 @@ ...@@ -513,7 +513,7 @@
width: 100%; width: 100%;
height: 6.16rem; height: 6.16rem;
.css3(transform, translate(-50%, -50%)); .css3(transform, translate(-50%, -50%));
background: url("../images/dialog_bg.png") no-repeat center; background: url("../images/dialog_bg.png?v=20210609") no-repeat center;
background-size: 100% auto; background-size: 100% auto;
padding-bottom: 1rem; padding-bottom: 1rem;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
reSizeRem(); reSizeRem();
} }
</script> </script>
<link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=20210609') }}"> <link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=2021060902') }}">
<script src="{{ asset('js/jquery.2.1.3.min.js') }}"></script> <script src="{{ asset('js/jquery.2.1.3.min.js') }}"></script>
<script src="{{ asset('js/toast.js') }}"></script> <script src="{{ asset('js/toast.js') }}"></script>
<script src="{{ asset('postcard/js/main.js?v=20210609') }}"></script> <script src="{{ asset('postcard/js/main.js?v=20210609') }}"></script>
......
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