Commit 8c485b0b by 冷斌

推广

parent 672133fb
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
<div class="layout_h_b income_item"> <div class="layout_h_b income_item">
<div class="weight_full layout_v_b"> <div class="weight_full layout_v_b">
<span class="text_14_400 color_333333"><?= $rs['note'] ?></span> <span class="text_14_400 color_333333"><?= $rs['note'] ?></span>
<span class="text_12_400 color_999999" style="margin-top: 0.75rem;">2020-01-02 15:35</span> <span class="text_12_400 color_999999" style="margin-top: 0.75rem;"><?= date('Y-m-d H:i', $data['ctime']) ?></span>
</div> </div>
<span class="self_center text_14_600 color_FF3B3B" style="margin-left: 1rem;">220.00</span> <span class="self_center text_14_600 color_FF3B3B" style="margin-left: 1rem;"><?= $data['num']?></span>
</div> </div>
<?php endforeach;?> <?php endforeach;?>
</van-list> </van-list>
......
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