Commit 85899215 authored by 石盼盼's avatar 石盼盼

初次打开页面 跟 申请成为教练页面

parent 58b34c5f
<view> <view>
<view class="img">
<image src="https://wdty.xueyoubangedu.com/wandou/applycoach.jpg"></image>
</view>
<button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button> <button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button>
</view> </view>
\ No newline at end of file
.img {
width: 690rpx;
height: 2652rpx;
margin: 30rpx auto;
}
.img image{
width: 690rpx;
height: 2652rpx;
}
.save { .save {
position: absolute; /* position: absolute; */
bottom: 33rpx; /* bottom: 33rpx; */
left: 50rpx; /* left: 50rpx; */
right: 50rpx; /* right: 50rpx; */
margin: 50rpx 0;
width: 650rpx !important; width: 650rpx !important;
height: 80rpx !important; height: 80rpx !important;
line-height: 80rpx !important; line-height: 80rpx !important;
......
<view class="loginBox"> <!-- <view class="loginBox">
<view class="logo-view"> <view class="logo-view">
<image src="/images/my/login.png"></image> <image src="/images/my/login.png"></image>
</view> </view>
...@@ -8,4 +8,23 @@ ...@@ -8,4 +8,23 @@
微信一键注册/登录 微信一键注册/登录
</button> </button>
<view class="desc">请登录查看更多内容</view> <view class="desc">请登录查看更多内容</view>
</view> -->
<view class="pic">
<swiper indicator-dots="true" autoplay="true" style="width:690rpx;height:750rpx">
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen1.png"></image>
</swiper-item>
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen2.png"></image>
</swiper-item>
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen3.png"></image>
</swiper-item>
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen4.png"></image>
</swiper-item>
</swiper>
</view> </view>
<button class="save" open-type="getUserInfo" bindgetuserinfo="userInfoHandler" catchtap="checkVisions">开始使用</button>
\ No newline at end of file
.loginBox { /* .loginBox {
padding-top: 174rpx; padding-top: 174rpx;
} }
...@@ -38,4 +38,30 @@ ...@@ -38,4 +38,30 @@
font-size: 24rpx; font-size: 24rpx;
color: #999999; color: #999999;
text-align: center; text-align: center;
} */
.pic{
width: 690rpx;
height: 750rpx;
margin: 100rpx 30rpx;
}
swiper-item image{
width: 100%;
height: 750rpx;
}
.save {
position: absolute;
bottom: 33rpx;
left: 50rpx;
right: 50rpx;
width: 650rpx !important;
height: 80rpx !important;
line-height: 80rpx !important;
text-align: center;
background: linear-gradient(-70deg, #FFC600 0%, #FFD400 100%);
border-radius: 40rpx;
font-size: 30rpx;
color: #000000;
padding: 0 !important;
} }
\ No newline at end of file
...@@ -48,6 +48,14 @@ ...@@ -48,6 +48,14 @@
"simulatorType": "wechat", "simulatorType": "wechat",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
"condition": { "condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": { "plugin": {
"list": [] "list": []
}, },
...@@ -158,46 +166,18 @@ ...@@ -158,46 +166,18 @@
"scene": null "scene": null
}, },
{ {
"name": "财务", "id": 14,
"pathName": "pages/tabbar/financial/financial", "name": "pages/sign/apply/apply",
"query": "",
"scene": null
},
{
"name": "课程管理详情页面",
"pathName": "pages/index/classManagement/classManagement",
"query": "",
"scene": null
},
{
"name": "申请成为教练",
"pathName": "pages/sign/apply/apply", "pathName": "pages/sign/apply/apply",
"query": "", "query": "",
"scene": null "scene": null
}, },
{ {
"name": "课程瞬间上传", "id": 15,
"pathName": "pages/index/courseInstant/courseInstant", "name": "初次打开",
"query": "type=check&lesson_id=93", "pathName": "pages/sign/login/login",
"scene": null
},
{
"name": "教学区域",
"pathName": "pages/my/teachingArea/teachingArea",
"query": "", "query": "",
"scene": null "scene": null
},
{
"name": "课程管理",
"pathName": "pages/index/classManagement/classManagement",
"query": "classTime=2020-11-28 10:00~11:00&class_id=23&lesson_id=85",
"scene": null
},
{
"name": "运动评价",
"pathName": "pages/index/evaluation/evaluation",
"query": "child_id=341&class_id=25&class_single_id=93&course_id=1001",
"scene": null
} }
] ]
} }
......
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