Commit d1db0f7d by 陈超

T

parent 01267d7a
......@@ -444,7 +444,6 @@
created:function(){
let vip = "{$vip}"
this.isVip = vip.length > 0
console.log(vip)
},
mounted:function(){
$("#preloader").hide();
......
......@@ -14,12 +14,12 @@
</div>
<script>
let d = "{$data}"
let d = JSON.parse(":json_encode({$data})")
new Vue({
el: "#app",
created:function(){
console.log("{$api}")
console.log(d)
},
data: function() {
......
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