快递查询
This commit is contained in:
@@ -508,7 +508,7 @@ layout("/mobile/platform.html"){
|
||||
})
|
||||
this.logisticsTrace = resp.data
|
||||
} else {
|
||||
this.$message.error(resp.msg);
|
||||
this.$toast.msgError(resp.msg);
|
||||
}
|
||||
},
|
||||
|
||||
@@ -532,7 +532,10 @@ layout("/mobile/platform.html"){
|
||||
this.activeName = this.optionCourierNumberInfo[keys[0]][0].courierNumber
|
||||
this.courierNumberShow = true
|
||||
} else {
|
||||
this.$modal.msgError(msg)
|
||||
vant.Dialog.alert({
|
||||
title: '提示',
|
||||
message: msg
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
@@ -126,11 +126,11 @@ layout("/layouts/platform.html"){
|
||||
<el-button @click="openView(row)" size="mini" type="primary">
|
||||
查看
|
||||
</el-button>
|
||||
<el-button :disabled="!row.courierNumber" @click="openExpress(row)"
|
||||
<!--<el-button :disabled="!row.courierNumber" @click="openExpress(row)"
|
||||
size="mini"
|
||||
type="primary">
|
||||
查看物流
|
||||
</el-button>
|
||||
</el-button>-->
|
||||
<el-button :disabled="!row.courierNumber" @click="openEvaluate(row)"
|
||||
size="mini"
|
||||
type="primary">
|
||||
|
||||
Reference in New Issue
Block a user