api
This commit is contained in:
@@ -54,6 +54,7 @@ export default {
|
||||
methods: {
|
||||
editAddress() {
|
||||
this.$u.route({
|
||||
type: 'redirect',
|
||||
url: '/pageE/more/EditAddress',
|
||||
params: {
|
||||
item: JSON.stringify(this.item)
|
||||
@@ -69,7 +70,7 @@ export default {
|
||||
this.showToast(res.message, 'success');
|
||||
this.$emit('getAddressList');
|
||||
} else {
|
||||
this.showToast(res.message, 'warning');
|
||||
this.showToast(res.message, 'error');
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user