Commit f1337abd authored by youjie's avatar youjie

no message

parent 99e90a3d
......@@ -38,53 +38,53 @@ export function setStudentClassInAccount(data) {
})
}
/**
* 获取预约课程
* @param {JSON参数} data
*/
export function RemovePlanAppointment(data) {
return request({
url: '/LeaveStudent/RemovePlanAppointment',
method: 'post',
data
})
}
// /**
// * 获取预约课程
// * @param {JSON参数} data
// */
// export function RemovePlanAppointment(data) {
// return request({
// url: '/LeaveStudent/RemovePlanAppointment',
// method: 'post',
// data
// })
// }
/**
* 获取预约课程列表
* @param {JSON参数} data
*/
export function GetStuPlanAppointment(data) {
return request({
url: '/LeaveStudent/GetStuPlanAppointment',
method: 'post',
data
})
}
// /**
// * 获取预约课程列表
// * @param {JSON参数} data
// */
// export function GetStuPlanAppointment(data) {
// return request({
// url: '/LeaveStudent/GetStuPlanAppointment',
// method: 'post',
// data
// })
// }
/**
* 获取可预约课程时间范围
* @param {JSON参数} data
*/
export function GetPlanTime(data) {
return request({
url: '/LeaveStudent/GetPlanTime',
method: 'post',
data
})
}
// /**
// * 获取可预约课程时间范围
// * @param {JSON参数} data
// */
// export function GetPlanTime(data) {
// return request({
// url: '/LeaveStudent/GetPlanTime',
// method: 'post',
// data
// })
// }
/**
* 提交预约课程
* @param {JSON参数} data
*/
export function SetPlanAppointment(data) {
return request({
url: '/LeaveStudent/SetPlanAppointment',
method: 'post',
data
})
}
// /**
// * 提交预约课程
// * @param {JSON参数} data
// */
// export function SetPlanAppointment(data) {
// return request({
// url: '/LeaveStudent/SetPlanAppointment',
// method: 'post',
// data
// })
// }
/**
* 获取个人信息接口
......
......@@ -103,26 +103,26 @@
],
"subPackages": [
{
"root": "pages/bookAclass", //约课分包
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": "上课计划",
"navigationBarBackgroundColor": "#F6F6F6",
"backgroundColor": "#F6F6F6"
}
},
{
"path": "addPlan",
"style": {
"navigationBarTitleText": "添加计划",
"navigationBarBackgroundColor": "#F6F6F6",
"backgroundColor": "#F6F6F6"
}
}
]
},
// {
// "root": "pages/bookAclass", //约课分包
// "pages": [{
// "path": "index",
// "style": {
// "navigationBarTitleText": "上课计划",
// "navigationBarBackgroundColor": "#F6F6F6",
// "backgroundColor": "#F6F6F6"
// }
// },
// {
// "path": "addPlan",
// "style": {
// "navigationBarTitleText": "添加计划",
// "navigationBarBackgroundColor": "#F6F6F6",
// "backgroundColor": "#F6F6F6"
// }
// }
// ]
// },
{
"root": "pages/contract", //合同分包
"pages": [{
......
......@@ -71,6 +71,19 @@
.header-right .right-image image{
display: block;
}
.right-button{
position: absolute;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0);
z-index: 2;
}
.right-button::after{
border: 1rpx solid rgba(0,0,0,0);
}
.FriendsAndRelatives-content{
padding: 0 50rpx;
}
......@@ -133,6 +146,7 @@
</view>
<view class="header-right flex">
<view class="right-image" @click="invite">
<button class="right-button" data-name="shareBtn" open-type="share" ></button>
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664164163000_619.png"
style="width: 99rpx;height: 99rpx;"></image>
<text class="left-title">微信邀请</text>
......@@ -222,11 +236,7 @@
});
const methods = {
invite(){
return {
title: "微信邀请",
query: "/pages/login/login",
imageUrl: "https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664163809000_838.png",
};
},
usernameInput(val) {
data.Account = val.detail;
......@@ -252,6 +262,13 @@
},
onReachBottom() {
}
},
onShareAppMessage() {
return {
title: "微信邀请",
query: "/pages/login/login",
imageUrl: "https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664163809000_838.png",
};
},
};
</script>
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