Commit a6d08ff5 by 陈超

T

parent 1d3ad456
...@@ -14,11 +14,13 @@ ...@@ -14,11 +14,13 @@
<span class="text_14_600 color_FF3B3B" style="margin-top: 0.5rem;">¥{{info.lastPrice}}</span> <span class="text_14_600 color_FF3B3B" style="margin-top: 0.5rem;">¥{{info.lastPrice}}</span>
</div> </div>
</div> </div>
<div class="layout_h_v_c pay_course_bottom"> <div class="layout_h_v pay_course_bottom">
<span class="text_16_600 color_333333" style="margin-bottom: 0.75rem;">选择数量</span> <span class="text_16_600 color_333333" style="margin-bottom: 0.75rem;">选择数量</span>
<van-icon @click="onMinus" name="__THEME__/img/minus.png" size="20" ></van-icon> <div class="layout_h_v_c">
<span class="text_16_600 color_primary" style="margin-left: 0.5rem;margin-right: 0.5rem;">{{count}}</span> <van-icon @click="onMinus" name="__THEME__/img/minus.png" size="20" ></van-icon>
<van-icon @click="onPlus" name="__THEME__/img/plus.png" size="20" ></van-icon> <span class="text_16_600 color_primary" style="margin-left: 0.5rem;margin-right: 0.5rem;">{{count}}</span>
<van-icon @click="onPlus" name="__THEME__/img/plus.png" size="20" ></van-icon>
</div>
</div> </div>
<div class="layout_v pay_course_bottom"> <div class="layout_v pay_course_bottom">
<span class="text_16_600 color_333333" style="margin-bottom: 0.75rem;">选择支付方式</span> <span class="text_16_600 color_333333" style="margin-bottom: 0.75rem;">选择支付方式</span>
......
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