Commit 14ae24b4 by 陈超

A

parent 14d8d03c
...@@ -95,11 +95,11 @@ ...@@ -95,11 +95,11 @@
<else /> <else />
<div class="home_item_mark_orange layout_center">付费</div> <div class="home_item_mark_orange layout_center">付费</div>
</if> </if>
<span class="text_14_600 color_333333 weight_full van-multi-ellipsis--l2" style="margin-right: 1.5rem;margin-left: 0.625rem;">2020年国家公务员《行测》试卷(省级)-名师版</span> <span class="text_14_600 color_333333 weight_full van-multi-ellipsis--l2" style="margin-right: 1.5rem;margin-left: 0.625rem;">{$vo['exams_paper_title']}</span>
<if condition="$vo['price'] eq 0"> <if condition="$vo['price'] eq 0">
<div @click="onStart($vo['exams_paper_id'])" class="home_button_green layout_center">开始做题</div> <div @click="onStart($vo['exams_paper_id'])" class="home_button_green layout_center">开始做题</div>
<else /> <else />
<div @click="onPay($vo['exams_paper_id'])" class="home_button_orange layout_center">¥23</div> <div @click="onPay($vo['exams_paper_id'])" class="home_button_orange layout_center">¥{$vo['price']}</div>
</if> </if>
</div> </div>
<div class="layout_h_b" style="margin-top: 0.5rem;"> <div class="layout_h_b" style="margin-top: 0.5rem;">
......
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