Merge branch 'dev' of https://gitee.com/fengyuze178/xdd-uniapp-new into dev
This commit is contained in:
@@ -972,11 +972,9 @@ export default {
|
|||||||
duration: 3000,
|
duration: 3000,
|
||||||
success: () => {
|
success: () => {
|
||||||
this.showRemove = false
|
this.showRemove = false
|
||||||
setTimeout(() => {
|
|
||||||
uni.navigateBack()
|
|
||||||
}, 3000)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this.initInfo()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeAgree(event) {
|
changeAgree(event) {
|
||||||
|
|||||||
@@ -1162,11 +1162,9 @@ export default {
|
|||||||
duration: 3000,
|
duration: 3000,
|
||||||
success: () => {
|
success: () => {
|
||||||
this.showRemove = false
|
this.showRemove = false
|
||||||
setTimeout(() => {
|
|
||||||
uni.navigateBack()
|
|
||||||
}, 3000)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this.initInfo()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeAgree(event) {
|
changeAgree(event) {
|
||||||
|
|||||||
@@ -530,11 +530,9 @@ export default {
|
|||||||
duration: 3000,
|
duration: 3000,
|
||||||
success: () => {
|
success: () => {
|
||||||
this.showRemove = false
|
this.showRemove = false
|
||||||
setTimeout(() => {
|
|
||||||
uni.navigateBack()
|
|
||||||
}, 3000)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this.initInfo()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user