Commit 05c06d79 by 陈超

A

parent ae9ae050
......@@ -13,7 +13,7 @@
<van-image src="https://img.yzcdn.cn/vant/cat.jpeg" fit="cover" width="120" height="68"></van-image>
<div class="layout_v" style="margin-left: 0.75rem;">
<span class="text_14_600 color_333333">考试题题目</span>
<span class="text_14_600 color_FF3B3B" style="margin-top: 0.5rem;">{$price}</span>
<span class="text_14_600 color_FF3B3B" style="margin-top: 0.5rem;">111</span>
</div>
</div>
<div class="normal_gap"></div>
......@@ -35,7 +35,7 @@
</div>
<div class="layout_h_v_c fixed_bottom_bar">
<span class="text_14_600 color_333333" style="margin-right: 0.5rem;">合计</span>
<span class="text_14_600 color_FF3B3B">{$price}</span>
<span class="text_14_600 color_FF3B3B">111</span>
<div class="weight_full layout_h_r">
<div @click="onBuy({$id}, 'exam')" class="vip_buy_pay_button layout_center"><span class="text_14_400 color_white">确认支付</span></div>
</div>
......@@ -56,7 +56,7 @@
},
computed: {
totalPrice: function() {
return "{$price}"
return "111"
},
discount: function() {
return "(已优惠:¥0)"
......
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