You've already forked qlg.frontend
提交版本
This commit is contained in:
@ -26,7 +26,7 @@ mui.plusReady(function() {
|
||||
if(data.deliveryTime != null) {
|
||||
html += '<p>发货时间:' + data.deliveryTime + '</p>'
|
||||
}
|
||||
if(data.deliveryTime != null) {
|
||||
if(data.receiveTime != null) {
|
||||
html += '<p>成交时间:' + data.receiveTime + '</p>'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user