Commit 45f5c201 by 陈超

A

parent 4294492b
......@@ -10,8 +10,7 @@
<div id="app">
<div class="layout_v">
<div class="pay_course_info layout_h">
<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;">
<div class="layout_v">
<span class="text_14_600 color_333333">{:mStr($exams_paper_title,25)}</span>
<span class="text_14_600 color_FF3B3B" style="margin-top: 0.5rem;">¥{$price}</span>
</div>
......@@ -89,7 +88,7 @@
if(data.status == 1) {
} else {
ui.error(data.info != undefined ? data.info : data.data)
ui.error(data.data)
}
}})
} else {
......
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