Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
石盼盼
wandouchengzhang_coach
Commits
85899215
Commit
85899215
authored
Dec 01, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初次打开页面 跟 申请成为教练页面
parent
58b34c5f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
250 additions
and
211 deletions
+250
-211
apply.wxml
pages/sign/apply/apply.wxml
+5
-1
apply.wxss
pages/sign/apply/apply.wxss
+14
-4
login.wxml
pages/sign/login/login.wxml
+21
-2
login.wxss
pages/sign/login/login.wxss
+27
-1
project.config.json
project.config.json
+183
-203
No files found.
pages/sign/apply/apply.wxml
View file @
85899215
<view>
<view>
<button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button>
<view class="img">
<image src="https://wdty.xueyoubangedu.com/wandou/applycoach.jpg"></image>
</view>
<button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button>
</view>
</view>
\ No newline at end of file
pages/sign/apply/apply.wxss
View file @
85899215
.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;
...
...
pages/sign/login/login.wxml
View file @
85899215
<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> -->
\ No newline at end of file
<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>
<button class="save" open-type="getUserInfo" bindgetuserinfo="userInfoHandler" catchtap="checkVisions">开始使用</button>
\ No newline at end of file
pages/sign/login/login.wxss
View file @
85899215
.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
project.config.json
View file @
85899215
{
{
"description"
:
"项目配置文件"
,
"description"
:
"项目配置文件"
,
"packOptions"
:
{
"packOptions"
:
{
"ignore"
:
[]
"ignore"
:
[]
},
},
"setting"
:
{
"setting"
:
{
"urlCheck"
:
false
,
"urlCheck"
:
false
,
"es6"
:
true
,
"es6"
:
true
,
"enhance"
:
false
,
"enhance"
:
false
,
"postcss"
:
true
,
"postcss"
:
true
,
"preloadBackgroundData"
:
false
,
"preloadBackgroundData"
:
false
,
"minified"
:
true
,
"minified"
:
true
,
"newFeature"
:
false
,
"newFeature"
:
false
,
"coverView"
:
true
,
"coverView"
:
true
,
"nodeModules"
:
false
,
"nodeModules"
:
false
,
"autoAudits"
:
false
,
"autoAudits"
:
false
,
"showShadowRootInWxmlPanel"
:
true
,
"showShadowRootInWxmlPanel"
:
true
,
"scopeDataCheck"
:
false
,
"scopeDataCheck"
:
false
,
"uglifyFileName"
:
false
,
"uglifyFileName"
:
false
,
"checkInvalidKey"
:
true
,
"checkInvalidKey"
:
true
,
"checkSiteMap"
:
true
,
"checkSiteMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"compileHotReLoad"
:
false
,
"compileHotReLoad"
:
false
,
"babelSetting"
:
{
"babelSetting"
:
{
"ignore"
:
[],
"ignore"
:
[],
"disablePlugins"
:
[],
"disablePlugins"
:
[],
"outputPath"
:
""
"outputPath"
:
""
},
},
"useIsolateContext"
:
true
,
"useIsolateContext"
:
true
,
"useCompilerModule"
:
false
,
"useCompilerModule"
:
false
,
"userConfirmedUseCompilerModuleSwitch"
:
false
,
"userConfirmedUseCompilerModuleSwitch"
:
false
,
"useMultiFrameRuntime"
:
false
,
"useMultiFrameRuntime"
:
false
,
"useApiHook"
:
true
,
"useApiHook"
:
true
,
"enableEngineNative"
:
false
,
"enableEngineNative"
:
false
,
"packNpmManually"
:
false
,
"packNpmManually"
:
false
,
"packNpmRelationList"
:
[],
"packNpmRelationList"
:
[],
"minifyWXSS"
:
true
"minifyWXSS"
:
true
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.14.0"
,
"libVersion"
:
"2.14.0"
,
"appid"
:
"wx6e6eaca9cc1c406d"
,
"appid"
:
"wx6e6eaca9cc1c406d"
,
"projectname"
:
"wandouchengzhang_coach"
,
"projectname"
:
"wandouchengzhang_coach"
,
"debugOptions"
:
{
"debugOptions"
:
{
"hidedInDevtools"
:
[]
"hidedInDevtools"
:
[]
},
},
"scripts"
:
{},
"scripts"
:
{},
"isGameTourist"
:
false
,
"isGameTourist"
:
false
,
"simulatorType"
:
"wechat"
,
"simulatorType"
:
"wechat"
,
"simulatorPluginLibVersion"
:
{},
"simulatorPluginLibVersion"
:
{},
"condition"
:
{
"condition"
:
{
"plugin"
:
{
"search"
:
{
"list"
:
[]
"current"
:
-1
,
},
"list"
:
[]
"game"
:
{
},
"list"
:
[]
"conversation"
:
{
},
"current"
:
-1
,
"gamePlugin"
:
{
"list"
:
[]
"list"
:
[]
},
},
"plugin"
:
{
"miniprogram"
:
{
"list"
:
[]
"list"
:
[
},
{
"game"
:
{
"id"
:
-1
,
"list"
:
[]
"name"
:
"pages/tabbar/personal/personal"
,
},
"pathName"
:
"pages/tabbar/personal/personal"
,
"gamePlugin"
:
{
"query"
:
""
,
"list"
:
[]
"scene"
:
null
},
},
"miniprogram"
:
{
{
"list"
:
[
"id"
:
-1
,
{
"name"
:
"pages/tabbar/personal/personal"
,
"id"
:
-1
,
"pathName"
:
"pages/tabbar/personal/personal"
,
"name"
:
"pages/tabbar/personal/personal"
,
"query"
:
""
,
"pathName"
:
"pages/tabbar/personal/personal"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/my/parents/parents"
,
"id"
:
-1
,
"pathName"
:
"pages/my/parents/parents"
,
"name"
:
"pages/tabbar/personal/personal"
,
"query"
:
""
,
"pathName"
:
"pages/tabbar/personal/personal"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/tabbar/personal/personal"
,
"id"
:
-1
,
"pathName"
:
"pages/tabbar/personal/personal"
,
"name"
:
"pages/my/parents/parents"
,
"query"
:
""
,
"pathName"
:
"pages/my/parents/parents"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/my/teachingArea/teachingArea"
,
"id"
:
-1
,
"pathName"
:
"pages/my/teachingArea/teachingArea"
,
"name"
:
"pages/tabbar/personal/personal"
,
"query"
:
""
,
"pathName"
:
"pages/tabbar/personal/personal"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/index/classManagement/classManagement"
,
"id"
:
-1
,
"pathName"
:
"pages/index/classManagement/classManagement"
,
"name"
:
"pages/my/teachingArea/teachingArea"
,
"query"
:
""
,
"pathName"
:
"pages/my/teachingArea/teachingArea"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/index/courseInstant/courseInstant"
,
"id"
:
-1
,
"pathName"
:
"pages/index/courseInstant/courseInstant"
,
"name"
:
"pages/index/classManagement/classManagement"
,
"query"
:
""
,
"pathName"
:
"pages/index/classManagement/classManagement"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
7
,
{
"name"
:
"pages/index/classDetail/classDetail"
,
"id"
:
-1
,
"pathName"
:
"pages/index/classDetail/classDetail"
,
"name"
:
"pages/index/courseInstant/courseInstant"
,
"query"
:
""
,
"pathName"
:
"pages/index/courseInstant/courseInstant"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/team/teamDetail/teamDetail"
,
"id"
:
7
,
"pathName"
:
"pages/team/teamDetail/teamDetail"
,
"name"
:
"pages/index/classDetail/classDetail"
,
"query"
:
""
,
"pathName"
:
"pages/index/classDetail/classDetail"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/index/performance/performance"
,
"id"
:
-1
,
"pathName"
:
"pages/index/performance/performance"
,
"name"
:
"pages/team/teamDetail/teamDetail"
,
"query"
:
""
,
"pathName"
:
"pages/team/teamDetail/teamDetail"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/index/evaluation/evaluation"
,
"id"
:
-1
,
"pathName"
:
"pages/index/evaluation/evaluation"
,
"name"
:
"pages/index/performance/performance"
,
"query"
:
""
,
"pathName"
:
"pages/index/performance/performance"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"个人中心"
,
"id"
:
-1
,
"pathName"
:
"pages/tabbar/personal/personal"
,
"name"
:
"pages/index/evaluation/evaluation"
,
"query"
:
""
,
"pathName"
:
"pages/index/evaluation/evaluation"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/tabbar/class/class"
,
"id"
:
-1
,
"pathName"
:
"pages/tabbar/class/class"
,
"name"
:
"个人中心"
,
"query"
:
""
,
"pathName"
:
"pages/tabbar/personal/personal"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"id"
:
-1
,
{
"name"
:
"pages/team/teamDetail/teamDetail"
,
"id"
:
-1
,
"pathName"
:
"pages/team/teamDetail/teamDetail"
,
"name"
:
"pages/tabbar/class/class"
,
"query"
:
""
,
"pathName"
:
"pages/tabbar/class/class"
,
"scene"
:
null
"query"
:
""
,
},
"scene"
:
null
{
},
"name"
:
"财务"
,
{
"pathName"
:
"pages/tabbar/financial/financial"
,
"id"
:
-1
,
"query"
:
""
,
"name"
:
"pages/team/teamDetail/teamDetail"
,
"scene"
:
null
"pathName"
:
"pages/team/teamDetail/teamDetail"
,
},
"query"
:
""
,
{
"scene"
:
null
"name"
:
"课程管理详情页面"
,
},
"pathName"
:
"pages/index/classManagement/classManagement"
,
{
"query"
:
""
,
"id"
:
14
,
"scene"
:
null
"name"
:
"pages/sign/apply/apply"
,
},
"pathName"
:
"pages/sign/apply/apply"
,
{
"query"
:
""
,
"name"
:
"申请成为教练"
,
"scene"
:
null
"pathName"
:
"pages/sign/apply/apply"
,
},
"query"
:
""
,
{
"scene"
:
null
"id"
:
15
,
},
"name"
:
"初次打开"
,
{
"pathName"
:
"pages/sign/login/login"
,
"name"
:
"课程瞬间上传"
,
"query"
:
""
,
"pathName"
:
"pages/index/courseInstant/courseInstant"
,
"scene"
:
null
"query"
:
"type=check&lesson_id=93"
,
}
"scene"
:
null
]
},
}
{
}
"name"
:
"教学区域"
,
"pathName"
:
"pages/my/teachingArea/teachingArea"
,
"query"
:
""
,
"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
}
]
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment