提交版本

This commit is contained in:
2019-10-29 01:07:10 +08:00
parent 674cd7a9c2
commit 17ade15332
4 changed files with 5 additions and 5 deletions

View File

@ -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>'
}