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
2c5ff7b6
Commit
2c5ff7b6
authored
Nov 23, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
教学科目bug修改
parent
5c024e63
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
193 additions
and
188 deletions
+193
-188
financial.wxss
pages/tabbar/financial/financial.wxss
+1
-0
personal.js
pages/tabbar/personal/personal.js
+6
-2
personal.wxml
pages/tabbar/personal/personal.wxml
+2
-2
project.config.json
project.config.json
+184
-184
No files found.
pages/tabbar/financial/financial.wxss
View file @
2c5ff7b6
...
...
@@ -126,6 +126,7 @@
position: absolute;
top: 46rpx;
left: 344rpx;
opacity: 0.3;
}
.question_icon {
...
...
pages/tabbar/personal/personal.js
View file @
2c5ff7b6
...
...
@@ -47,7 +47,7 @@ Page({
},
callback
:(
data
)
=>
{
this
.
setData
({
userInfo
:
data
.
wx_user
,
userInfo
:
data
,
userTel
:
data
.
wx_user
.
tel
.
substr
(
0
,
3
)
+
'
****
'
+
data
.
wx_user
.
tel
.
substring
(
7
,
11
)
})
}
...
...
@@ -77,6 +77,9 @@ Page({
getSubjectlist
:
function
()
{
let
params
=
{
url
:
'
coach/course
'
,
data
:{
coach_id
:
app
.
globalData
.
coach_id
,
},
callback
:
(
data
)
=>
{
this
.
setData
({
subjectList
:
data
...
...
@@ -118,7 +121,7 @@ Page({
let
params
=
{
url
:
'
coach/save_course
'
,
data
:
{
coach_id
:
4
,
coach_id
:
app
.
globalData
.
coach_id
,
course_ids
:
JSON
.
stringify
(
newArr
)
},
type
:
'
POST
'
,
...
...
@@ -127,6 +130,7 @@ Page({
this
.
setData
({
subjectShow
:
false
})
this
.
getInfo
()
}
}
base
.
newRequest
(
params
)
...
...
pages/tabbar/personal/personal.wxml
View file @
2c5ff7b6
<view class="personInf">
<view class="head flex-h flex-vc flex-hb" wx:if='{{showUserInfo}}' catchtap="goUserInfo">
<view class="headLeft flex-h flex-vc">
<image src="{{userInfo.avatarurl}}"></image>
<image src="{{userInfo.
wx_user.
avatarurl}}"></image>
<view>
<view class="name">{{userInfo.nickname}}</view>
<view class="name">{{userInfo.
wx_user.
nickname}}</view>
<view class="tel">{{userTel}}</view>
</view>
</view>
...
...
project.config.json
View file @
2c5ff7b6
This diff is collapsed.
Click to expand it.
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