Commit 262ca51d by 刘海龙

111

parent eb1506f8
......@@ -94,7 +94,7 @@
<!--
<div @click="onPay(item)" v-else-if="item.price > 0" class="button_orange layout_center">¥{{item.price}}</div>
-->
<div @click="onDownload(index)" v-else-if="item.price > 0" class="button_orange layout_center">下载预览试题</div>
<div @click="onDownload(index)" v-else-if="item.price > 0" class="button_orange layout_center">下载预览</div>
</div>
</div>
<span style="margin-top: 35vh;" v-if="download.length == 0" class="text_14_400 color_999999 self_center">没有找到!</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