【升级】升级layui至全新的【2.8.8】版本。

This commit is contained in:
jianweie
2023-06-28 15:34:14 +08:00
parent 9151fbf43f
commit 75958d1dac
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -131,8 +131,8 @@
coreHelper.Post("Api/Tools/LogisticsByApi", { code: d.params.data.model.logiCode, no: d.params.data.model.logiNo, mobile: d.params.data.model.shipMobile }, function (e) {
console.log(e);
if (e.code === 0) {
if (e.data.data.length > 0) {
if (e.status) {
if (e.data.data) {
//下拉重新赋值
var getTpl = logisticsBox.innerHTML, view = document.getElementById('LogisticsDiv');