Commit 3d0cf82f by 陈超

T

parent c82f4a90
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
<div class="fixed_bottom_bar layout_h_v_c"> <div class="fixed_bottom_bar layout_h_v_c">
<span class="text_14_600 color_FF3B3B"> <span class="text_14_600 color_FF3B3B">
¥{{price}} ¥{{info.price}}
</span> </span>
<div class="weight_full layout_h_r"> <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> <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> <span style="margin-right: 0.75rem;" class="text_12_400 color_999999 self_center">0</span>
</div> </div>
</div> </div>
...@@ -47,6 +47,12 @@ ...@@ -47,6 +47,12 @@
info: "", info: "",
order: "" order: ""
} }
},
methods: {
onBuy: function() {
}
} }
}) })
</script> </script>
......
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