mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:13:26 +08:00
【升级】升级layui至全新的【2.8.8】版本。
This commit is contained in:
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 |
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user