取消订单提示语
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user