支付宝账号:' + this.data.alipay;
MINT.MessageBox.confirm(tip).then(function(action){
axios.post('/v1/compensations', self.data).then(function(res){
self.success = true
self.result = res.data
}).catch(function(error){
MINT.MessageBox.alert(error.response.data.message)
});
});
}
}
})