Commit 719dc735 by 陈超

T

parent 8c70ffec
...@@ -215,6 +215,19 @@ ...@@ -215,6 +215,19 @@
</div> </div>
<script> <script>
new Vue({
el: '#app',
data: function() {
return {
}
},
methods: {
}
})
function clickoffon(a) { function clickoffon(a) {
var _this = $(a) var _this = $(a)
if (_this.html() == "收起") { if (_this.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