This commit is contained in:
2020-07-03 17:44:58 +08:00
parent 5308f50e4e
commit f27d08c224
575 changed files with 82 additions and 4876 deletions

View File

@@ -41,11 +41,14 @@ export default {
address_id: this.address.address_id
}).then((res)=>{
if(res.errCode == 0) {
this.$refs.uToast.show({
title: res.message,
type: 'success',
uni.redirectTo({
url: '/pageE/more/Address'
})
});
// this.$refs.uToast.show({
// title: res.message,
// type: 'success',
// url: '/pageE/more/Address'
// })
} else {
this.$refs.uToast.show({
title: res.message,