Commit e2d6f573 authored by huangyuanyuan's avatar huangyuanyuan

景点门票

parent 30af51b2
......@@ -118,9 +118,9 @@ export default {
getList(){
this.apiJavaPost('/api/b2b/scenic/getTicketCouponsOrder',this.form,res=>{
this.loading=false;
console.log("景点门票",res);
this.tableData=res.data.pageData;
this.totalCount=res.data.count;
// console.log("景点门票",res.data.data);
this.tableData=res.data.data.pageData;
this.totalCount=res.data.data.count;
},null)
},
handleCurrentChange(val) {
......
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