Commit 07aa07f7 by 陈超

T

parent 2566da55
<include file="__THEME__/public_header_w3g" /> <include file="__THEME__/public_header_w3g" />
<script src="__THEMEW3G__/js/flexible.js"></script> <!-- <script src="__THEMEW3G__/js/flexible.js"></script>
<link rel="stylesheet" type="text/css" href="__APP__/css/vip_3g.css"> <link rel="stylesheet" type="text/css" href="__APP__/css/vip_3g.css"> -->
<style> <style>
body { body {
padding-bottom: 0 !important; padding-bottom: 0 !important;
...@@ -131,8 +131,7 @@ ...@@ -131,8 +131,7 @@
</volist> </volist>
</div> </div>
</div> --> </div> -->
</div> <!-- __THEME__/img/ -->
<script> <script>
new Vue({ new Vue({
el: '#app', el: '#app',
...@@ -145,21 +144,27 @@ ...@@ -145,21 +144,27 @@
price: "", price: "",
count: "", count: "",
state: "", state: "",
rights: [] rights: [],
bg: "g-bg@3x.png",
hint: "g@3x.png"
},{ },{
title: '会试', title: '会试',
color: "color_huishi", color: "color_huishi",
price: "", price: "",
count: "", count: "",
state: "", state: "",
rights: [] rights: [],
bg: "b-bg@3x.png",
hint: "b@3x.png"
},{ },{
title: '殿试', title: '殿试',
color: "color_dianshi", color: "color_dianshi",
price: "", price: "",
count: "", count: "",
state: "", state: "",
rights: [] rights: [],
bg: "y-bg@3x.png",
hint: "y@3x.png"
}] }]
} }
}, },
......
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