Commit bdcf20ed authored by zhengke's avatar zhengke

修改

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