Commit d1db0f7d by 陈超

T

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