Commit c82f4a90 by 陈超

T

parent a1506992
......@@ -13,6 +13,21 @@
<span class="text_12_400 color_999999" style="margin: 0.75rem;margin-top: 0.5rem;">库存:{{info.stock}}</span>
</div>
<div class="normal_gap"></div>
<div class="layout_v">
<span class="self_center color_333333 text_14_600">教材介绍</span>
</div>
</div>
<div class="fixed_bottom_bar layout_h_v_c">
<span class="text_14_600 color_FF3B3B">
¥{{price}}
</span>
<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">{{personCount}}</span>
</div>
</div>
</div>
......@@ -22,12 +37,15 @@
created:function(){
this.info = {:json_encode($data)};
this.order = {:json_encode($goodsOrder)};
console.log(this.info)
console.log(this.order)
},
data: function() {
return {
info: ""
info: "",
order: ""
}
}
})
......
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