微信到账通知详情报错

master
dalong306 3 years ago
parent 350a8c44e3
commit b1cbc4fc14

@ -74,7 +74,7 @@
<div class="weui_cell_bd weui_cell_primary"> <div class="weui_cell_bd weui_cell_primary">
<p>Customer</p> <p>Customer</p>
</div> </div>
<div class="weui_cell_ft weui_cell_primary"> <div class="weui_cell_ft weui_cell_primary" th:if="${customer['nickname']!=null} and ${customer['nickname']}!=''">
<img data-th-src="@{${customer['headimg']}}" class="headimg"> <span th:text="*{customer['nickname']}"></span> <img data-th-src="@{${customer['headimg']}}" class="headimg"> <span th:text="*{customer['nickname']}"></span>
</div> </div>
</div> </div>

Loading…
Cancel
Save