mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 09:25:53 +08:00
添加注释
This commit is contained in:
@@ -74,12 +74,12 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
deliveryBean: "",
|
||||
action: commonUrl + '/common/upload/file',
|
||||
deliveryBean: "", // 封面
|
||||
action: commonUrl + '/common/upload/file', // 上传地址
|
||||
loading: true, // 表单加载状态
|
||||
modalVisible: false, // 修改同城配送模态框
|
||||
modalTitle: "", // 修改同城配送标题
|
||||
instantDelivery: [{
|
||||
instantDelivery: [{ // 列表
|
||||
configItems: []
|
||||
}
|
||||
|
||||
@@ -155,8 +155,6 @@
|
||||
this.loading = false;
|
||||
if (res.success) {
|
||||
this.instantDelivery = res.result.records;
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
this.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user