Commit f9ba7408 authored by Mac's avatar Mac

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents b78df069 bdcf20ed
...@@ -266,7 +266,6 @@ ...@@ -266,7 +266,6 @@
}; };
this.showAuth = true; this.showAuth = true;
} }
console.log(option,'option');
this.msg.CourseId = option.ID; this.msg.CourseId = option.ID;
this.getData(); this.getData();
}, },
...@@ -292,14 +291,12 @@ ...@@ -292,14 +291,12 @@
uni.hideLoading(); uni.hideLoading();
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.dataList = res.data; this.dataList = res.data;
console.log(res,'数据来也');
} }
} }
); );
}, },
//确认订单 //确认订单
goSureOrder(item){ goSureOrder(item){
console.log(item,'item');
if(this.sureMsg.RoomInfo==''){ if(this.sureMsg.RoomInfo==''){
uni.showToast({ uni.showToast({
title: '房间信息不能为空', title: '房间信息不能为空',
...@@ -330,7 +327,6 @@ ...@@ -330,7 +327,6 @@
sureWancheng(item){ sureWancheng(item){
this.showModal=true; this.showModal=true;
this.comMsg.ID = item.ID; this.comMsg.ID = item.ID;
console.log(item)
this.comMsg.ActualPointNum = item.TotalPointNum; this.comMsg.ActualPointNum = item.TotalPointNum;
}, },
confirm(){ confirm(){
......
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