hwh
2024-07-09 23ffc2ee97c99eb6a7305b7c61e660d0d0d84b89
HTML/views/BaseSetting/LogisticsInfoFrom.html
@@ -113,7 +113,7 @@
                        Id: parseInt(id),
                    };
                    sendData(IP + "/Basis/GetLogisticsInfo", param, 'post', function (res) {
                        if (res.code == 0) { //成功
                        if (res.code == 200) { //成功
                            //页面赋值 
                            $("input[name='CarrierName']").val(res.data.CarrierName);
                            $("input[name='Address']").val(res.data.Address);