Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
2334811a
Commit
2334811a
authored
Jan 09, 2023
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决app
parent
e53b6d96
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
15 deletions
+17
-15
components/menuList/menuList.vue
+0
-1
pages/courseDetail/courseDetail.vue
+1
-1
pages/inviteJoin/inviteJoin.vue
+12
-9
pages/personalCenter/teamMembers/members.vue
+1
-1
pages/personalCenter/teamMembers/teamMembers.vue
+1
-1
pages/personalCenter/teamPerformance/teamPerformance.vue
+2
-2
No files found.
components/menuList/menuList.vue
View file @
2334811a
...
...
@@ -30,7 +30,6 @@
return
{}
},
mounted
()
{
console
.
log
(
this
.
minorMenuLists
)
},
methods
:
{
goDetail
(
item
)
{
...
...
pages/courseDetail/courseDetail.vue
View file @
2334811a
...
...
@@ -41,7 +41,7 @@
</view>
-->
<!-- v-if="isWeixin == true" -->
<view
class=
"awakenApp"
v-if=
"isWeixin == true"
>
<wx-open-launch-app
id=
"launch-btn"
appid=
"wxb591d0034cdcf0cd"
extinfo=
"extinfo"
>
<wx-open-launch-app
id=
"launch-btn"
appid=
"wxb591d0034cdcf0cd"
extinfo=
"extinfo"
v-if=
"isWeixin == true"
>
<view
v-is=
"'script'"
type=
"text/wxtag-template"
>
<!--
<view
class=
""
style=
"width: 50rpx; height: 50rpx;"
>
<image
style=
"width: 50rpx; height: 50rpx;"
src=
"../../static/Slice117.png"
mode=
""
></image>
...
...
pages/inviteJoin/inviteJoin.vue
View file @
2334811a
...
...
@@ -60,7 +60,7 @@
</text>
</view>
-->
</view>
<
share></share
>
<
!--
<share></share>
--
>
<button
type=
"primary"
plain=
"true"
class=
"sendInvite"
@
click=
"shareToggle()"
>
发出邀请
</button>
</view>
<!-- 邀请信息 -->
...
...
@@ -171,14 +171,17 @@
},
methods
:
{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
uni
.
navigateBack
({
delta
:
1
});
// let back = getCurrentPages();
// if(back && back.length>1) {
// uni.navigateBack({
// delta: 1
// });
// }else{
// history.back();
// }
},
// 暂时废弃
// blueInput(name) {
...
...
pages/personalCenter/teamMembers/members.vue
View file @
2334811a
...
...
@@ -42,7 +42,7 @@
type
:
String
},
count
:
{
type
:
String
type
:
Number
}
},
components
:{
...
...
pages/personalCenter/teamMembers/teamMembers.vue
View file @
2334811a
...
...
@@ -47,7 +47,7 @@
tabType
:
1
,
userStudyLists
:
[],
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
count
:
''
,
count
:
0
,
directList
:
null
,
//直属团队数组
raiseList
:
null
,
//所辖团队数组
otherList
:
null
,
// 其他
...
...
pages/personalCenter/teamPerformance/teamPerformance.vue
View file @
2334811a
...
...
@@ -2,14 +2,14 @@
<view
class=
"content"
>
<view
class=
"header"
>
<view
class=
"header-time"
style=
""
>
<time-picker
@
change=
"change"
fields=
"month"
icon=
"true"
>
<time-picker
@
change=
"change"
fields=
"month"
:
icon=
"true"
>
</time-picker>
</view>
<view
style=
"margin: 10rpx 20rpx;"
>
<text>
-
</text>
</view>
<view
class=
"header-time"
>
<time-picker
@
change=
"changetimeend"
fields=
"month"
icon=
"true"
>
<time-picker
@
change=
"changetimeend"
fields=
"month"
:
icon=
"true"
>
</time-picker>
</view>
<!--
<view
class=
"timeSelectContent"
>
...
...
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