Commit db11d91f by 陈超

T

parent acd10efa
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<div class="layout_v"> <div class="layout_v">
<div class="goods_detail_top"> <div class="goods_detail_top">
<van-image width="100%" height="160" :src="info.cover" ></van-image> <van-image width="100%" height="160" :src="info.cover" ></van-image>
<span class="text_18_600 color_333333" style="margin: 0.75rem;">{{info.}}</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -19,6 +20,7 @@ ...@@ -19,6 +20,7 @@
created:function(){ created:function(){
this.info = {:json_encode($data)}; this.info = {:json_encode($data)};
console.log(this.info)
}, },
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