Commit a8e6d0c2 authored by zhangjianguo's avatar zhangjianguo

判断

parent 7dbdf5a4
......@@ -625,7 +625,6 @@ export default {
},
//收货地址的列表
getLogisticsDeliveryPage(){
this.apipost("/api/MallBase/GetLogisticsDeliveryPage", this.regionMsg, res => {
if (res.data.resultCode == 1) {
this.regionlist = res.data.data.pageData;
......@@ -641,6 +640,12 @@ export default {
},
regionsubmitForm(){
if(this.SetOrderMsg.DeliveryId==''){
this.Error('请选择收货地址');
return false
}
this.apipost('/api/order/SetOrderAfterSaleAudit',this.SetOrderMsg,
res => {
if (res.data.resultCode === 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment