Commit c80776a3 by 陈超

T

parent 774eeef7
......@@ -27,7 +27,7 @@
<div class="weight_full layout_h_r">
<div @click="onBuy" class="vip_buy_pay_button layout_center"><span class="text_14_400 color_white">立即购买</span></div>
<span style="margin-right: 0.75rem;" class="text_12_400 color_999999 self_center">0</span>
<span style="margin-right: 0.75rem;" class="text_12_400 color_999999 self_center">{{info.num}}人已购买</span>
</div>
</div>
......@@ -39,9 +39,7 @@
created:function(){
this.info = {:json_encode($data)};
this.order = {:json_encode($goodsOrder)};
console.log(this.info)
console.log(this.order)
},
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