Commit 1d1d8898 authored by Mac's avatar Mac

1

parent da9f4cca
......@@ -300,6 +300,13 @@
//确认订单
goSureOrder(item){
console.log(item,'item');
if(this.sureMsg.RoomInfo==''){
uni.showToast({
title: '房间信息不能为空',
icon:'none'
})
return;
}
this.sureMsg.CourseId = item.CourseId;
this.sureMsg.TeacherId = this.dataList.TeacherId;
this.sureMsg.ID = item.ID;
......
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