mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +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) {
|
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);
|
console.log(e);
|
||||||
if (e.code === 0) {
|
if (e.status) {
|
||||||
if (e.data.data.length > 0) {
|
if (e.data.data) {
|
||||||
//下拉重新赋值
|
//下拉重新赋值
|
||||||
var getTpl = logisticsBox.innerHTML, view = document.getElementById('LogisticsDiv');
|
var getTpl = logisticsBox.innerHTML, view = document.getElementById('LogisticsDiv');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user