取消订单提示语

This commit is contained in:
shijingjing
2022-11-30 14:07:52 +08:00
parent d579b8f933
commit 2a9daa8389

View File

@@ -76,7 +76,7 @@ export default {
})
},
cancelBtn(id) {
this.$confirm('确定要取消该订单吗?').then(() => {
this.$confirm('确定要取消该订单吗?\n 取消订单后,积分将退回至剩余积分').then(() => {
this.$http.post('/app/appintegralmerchandiseorder/cancelOrder',null,{
params: {
id: id