diff --git a/colorui/components/cu-custom.wxml b/colorui/components/cu-custom.wxml index ecf3781..8393979 100644 --- a/colorui/components/cu-custom.wxml +++ b/colorui/components/cu-custom.wxml @@ -1,6 +1,5 @@ - + diff --git a/pages/agent/address/index.js b/pages/agent/address/index.js index b39f42f..d5228f9 100644 --- a/pages/agent/address/index.js +++ b/pages/agent/address/index.js @@ -50,18 +50,18 @@ Page({ util.showToast('请输入工厂全称') return } - if(util.isEmpty(this.data.form.locDistrictId)){ - util.showToast('请选择所在区域') - return - } - if(util.isEmpty(this.data.form.locDetail)){ - util.showToast('请输入详细地址') - return - } - if(util.isEmpty(this.data.form.consignor)){ - util.showToast('请输入发货人姓名') - return - } + // if(util.isEmpty(this.data.form.locDistrictId)){ + // util.showToast('请选择所在区域') + // return + // } + // if(util.isEmpty(this.data.form.locDetail)){ + // util.showToast('请输入详细地址') + // return + // } + // if(util.isEmpty(this.data.form.consignor)){ + // util.showToast('请输入发货人姓名') + // return + // } this.data.requesting = true wx.showLoading({ title: '处理中', mask: true }) saveFactory(this.data.form).then(res => { diff --git a/pages/agent/address/index.wxml b/pages/agent/address/index.wxml index 3b2a6ce..8f5e0a8 100644 --- a/pages/agent/address/index.wxml +++ b/pages/agent/address/index.wxml @@ -14,7 +14,7 @@ 工厂全称: - +