Commit 265e724a authored by huangyuanyuan's avatar huangyuanyuan

门票取消订单接口

parent 33b7fdd0
......@@ -302,7 +302,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.apiJavaPost('/api/b2b/food/cancelFoodOrder',{orderId:item.id},res=>{
this.apiJavaPost('/api/b2b/scenic/cancelTicketCouponsOrder',{orderId:item.id},res=>{
if(res.data.resultCode==1){
this.Success(res.data.message);
this.$emit('fatherMethod');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment