Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
_milo
Great Teamwork
提交
12ef4e64
Great Teamwork
项目概览
_milo
/
Great Teamwork
通知
13
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Great Teamwork
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
12ef4e64
编写于
5月 12, 2023
作者:
Y
yyt
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
真的真的最终版+apk上传
上级
239bbc6c
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
100 addition
and
78 deletion
+100
-78
android_debug.apk
android_debug.apk
+0
-0
teamwork/manifest.json
teamwork/manifest.json
+35
-0
teamwork/pages/discover/discover-detail.vue
teamwork/pages/discover/discover-detail.vue
+1
-3
teamwork/pages/discover/main.vue
teamwork/pages/discover/main.vue
+3
-0
teamwork/pages/login/find.vue
teamwork/pages/login/find.vue
+3
-8
teamwork/pages/my/finish.vue
teamwork/pages/my/finish.vue
+7
-1
teamwork/pages/my/main.vue
teamwork/pages/my/main.vue
+30
-41
teamwork/pages/post/post-detail.vue
teamwork/pages/post/post-detail.vue
+1
-3
teamwork/pages/sport/finish.vue
teamwork/pages/sport/finish.vue
+8
-9
teamwork/pages/sport/ranking.vue
teamwork/pages/sport/ranking.vue
+1
-1
teamwork/pages/sport/subNVue/finish.nvue
teamwork/pages/sport/subNVue/finish.nvue
+7
-3
teamwork/pages/team/main.vue
teamwork/pages/team/main.vue
+2
-1
teamwork/pages/team/member-list.vue
teamwork/pages/team/member-list.vue
+2
-8
未找到文件。
android_debug.apk
0 → 100644
浏览文件 @
12ef4e64
文件已添加
teamwork/manifest.json
浏览文件 @
12ef4e64
...
...
@@ -72,6 +72,41 @@
}
},
"ad"
:
{}
},
"icons"
:
{
"android"
:
{
"hdpi"
:
"unpackage/res/icons/72x72.png"
,
"xhdpi"
:
"unpackage/res/icons/96x96.png"
,
"xxhdpi"
:
"unpackage/res/icons/144x144.png"
,
"xxxhdpi"
:
"unpackage/res/icons/192x192.png"
},
"ios"
:
{
"appstore"
:
"unpackage/res/icons/1024x1024.png"
,
"ipad"
:
{
"app"
:
"unpackage/res/icons/76x76.png"
,
"app@2x"
:
"unpackage/res/icons/152x152.png"
,
"notification"
:
"unpackage/res/icons/20x20.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
,
"proapp@2x"
:
"unpackage/res/icons/167x167.png"
,
"settings"
:
"unpackage/res/icons/29x29.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"spotlight"
:
"unpackage/res/icons/40x40.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
},
"iphone"
:
{
"app@2x"
:
"unpackage/res/icons/120x120.png"
,
"app@3x"
:
"unpackage/res/icons/180x180.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
,
"notification@3x"
:
"unpackage/res/icons/60x60.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"settings@3x"
:
"unpackage/res/icons/87x87.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
,
"spotlight@3x"
:
"unpackage/res/icons/120x120.png"
}
}
},
"splashscreen"
:
{
"androidStyle"
:
"common"
}
},
"uniStatistics"
:
{
...
...
teamwork/pages/discover/discover-detail.vue
浏览文件 @
12ef4e64
...
...
@@ -242,8 +242,6 @@
/* 文字换行处理 */
word-wrap
:
break-word
;
word-break
:
break-all
;
padding-left
:
7px
;
padding-right
:
7px
;
padding-top
:
5px
;
padding
:
10px
;
}
</
style
>
\ No newline at end of file
teamwork/pages/discover/main.vue
浏览文件 @
12ef4e64
...
...
@@ -170,7 +170,10 @@
}
.school-activity-title
{
color
:
#5e5e5e
;
display
:
block
;
margin-top
:
10px
;
margin-bottom
:
8px
;
text-align
:
center
;
font-size
:
20px
;
font-weight
:
bold
;
...
...
teamwork/pages/login/find.vue
浏览文件 @
12ef4e64
...
...
@@ -75,7 +75,7 @@
this
.
yzmshow
=
true
callback
()
}
else
{
callback
(
new
Error
(
'
请输入正确的手机号
'
)
)
callback
(
'
请输入正确的手机号
'
)
}
}
}
...
...
@@ -260,11 +260,6 @@
margin-right
:
auto
;
}
/* .text-area {
display: flex;
justify-content: center;
} */
.confirmButton
{
background-color
:
#f1992d
;
color
:
#fff
;
...
...
@@ -283,7 +278,7 @@
height
:
35px
;
font-size
:
0.7em
;
border
:
0
;
border-radius
:
20
px
;
border-radius
:
18
px
;
}
.captchaButton
::after
{
...
...
@@ -295,7 +290,7 @@
flex-direction
:
column
;
background-color
:
#fff
;
width
:
270px
;
height
:
3
00px
;
height
:
2
00px
;
border-radius
:
10px
;
}
...
...
teamwork/pages/my/finish.vue
浏览文件 @
12ef4e64
...
...
@@ -70,8 +70,14 @@
},
methods
:
{
goBack
()
{
var
url
if
(
this
.
type
===
'
跑步
'
)
{
url
=
'
/pages/my/my-running-record
'
}
else
{
url
=
'
/pages/my/my-walking-record
'
}
uni
.
reLaunch
({
url
:
'
/pages/my/my-running-record
'
,
url
:
url
,
animationType
:
'
pop-in
'
,
animationDuration
:
300
})
...
...
teamwork/pages/my/main.vue
浏览文件 @
12ef4e64
...
...
@@ -13,11 +13,17 @@
<view
class=
"info2"
>
<view
class=
"school"
>
<view
class=
"school-icon"
></view>
<view
class=
"school-name"
>
学
  
校:
{{
schoolName
}}
</view>
<view
class=
"school-name"
>
<view
class=
"text"
>
学
  
校:
</view>
<view
class=
"text1"
>
{{
schoolName
}}
</view>
</view>
</view>
<view
class=
"team"
>
<view
class=
"team-icon"
></view>
<view
class=
"team-name"
>
运动小队:
{{
teamName
}}
</view>
<view
class=
"team-name"
>
<view
class=
"text"
>
运动小队:
</view>
<view
class=
"text1"
>
{{
teamName
}}
</view>
</view>
</view>
</view>
</view>
...
...
@@ -51,9 +57,7 @@
headPortraitIcon
:
''
,
nickname
:
''
,
schoolName
:
''
,
teamName
:
''
,
// moblie:'',
// gender:'',
teamName
:
'
新野生动物营
'
,
userId
:
''
,
}
},
...
...
@@ -129,12 +133,10 @@
}
.modify
{
height
:
10%
;
}
.modify-icon
{
margin-top
:
50
rpx
;
margin-left
:
85%
;
width
:
70
rpx
;
...
...
@@ -142,41 +144,35 @@
}
.info
{
height
:
60%
;
}
.info1
{
height
:
30%
;
}
.head-portrait
{
margin-top
:
50
rpx
;
margin-left
:
15%
;
width
:
20
0
rpx
;
height
:
20
0
rpx
;
width
:
18
0
rpx
;
height
:
18
0
rpx
;
border-radius
:
50%
;
background-size
:
100%
100%
;
/* background-image:url("/static/my/main/head-portrait.png") ;
background-repeat:no-repeat; */
float
:
left
;
}
.nickname
{
width
:
250
rpx
;
height
:
50
rpx
;
font-size
:
6
0
rpx
;
font-size
:
5
0
rpx
;
text-align
:
left
;
float
:
right
;
margin-top
:
100
rpx
;
margin-right
:
100
rpx
;
font-weight
:
bold
;
margin-top
:
110
rpx
;
margin-right
:
150
rpx
;
}
.info2
{
border-radius
:
20
rpx
;
background-color
:
#FFFFFF
;
width
:
75%
;
...
...
@@ -187,16 +183,13 @@
}
.school
{
height
:
50%
;
}
.school-icon
{
width
:
100
rpx
;
height
:
100
rpx
;
margin-top
:
30
rpx
;
margin-top
:
45
rpx
;
margin-left
:
50
rpx
;
background-size
:
100%
100%
;
background-image
:
url("/static/my/main/school-icon.png")
;
...
...
@@ -205,26 +198,23 @@
}
.school-name
{
width
:
340
rpx
;
height
:
30
rpx
;
margin-top
:
6
0
rpx
;
margin-top
:
8
0
rpx
;
margin-right
:
45
rpx
;
font-size
:
3
5
rpx
;
font-size
:
3
6
rpx
;
text-align
:
left
;
float
:
right
;
}
.team
{
height
:
50%
;
}
.team-icon
{
width
:
100
rpx
;
height
:
100
rpx
;
margin-top
:
40
rpx
;
margin-top
:
35
rpx
;
margin-left
:
50
rpx
;
background-size
:
100%
100%
;
background-image
:
url("/static/my/main/team-icon.png")
;
...
...
@@ -233,20 +223,26 @@
}
.team-name
{
width
:
340
rpx
;
height
:
30
rpx
;
margin-top
:
60
rpx
;
margin-top
:
55
rpx
;
margin-right
:
45
rpx
;
font-size
:
3
5
rpx
;
font-size
:
3
6
rpx
;
text-align
:
left
;
float
:
right
;
}
.text
{
float
:
left
;
}
.text1
{
float
:
right
;
width
:
75px
;
}
.func
{
width
:
75%
;
/* margin-top: 10rpx; */
margin-left
:
auto
;
margin-right
:
auto
;
display
:
flex
;
...
...
@@ -262,7 +258,6 @@
}
.my-walking-record-icon
{
width
:
100
rpx
;
height
:
100
rpx
;
margin-top
:
50
rpx
;
...
...
@@ -274,13 +269,11 @@
}
.running-record
{
width
:
200
rpx
;
height
:
250
rpx
;
}
.running-record-icon
{
width
:
100
rpx
;
height
:
100
rpx
;
margin-top
:
50
rpx
;
...
...
@@ -292,13 +285,11 @@
}
.setting
{
width
:
200
rpx
;
height
:
250
rpx
;
}
.setting-icon
{
width
:
100
rpx
;
height
:
100
rpx
;
margin-top
:
50
rpx
;
...
...
@@ -310,13 +301,11 @@
}
.reset-password
{
width
:
200
rpx
;
height
:
250
rpx
;
}
.reset-password-icon
{
width
:
100
rpx
;
height
:
100
rpx
;
margin-top
:
50
rpx
;
...
...
teamwork/pages/post/post-detail.vue
浏览文件 @
12ef4e64
...
...
@@ -410,12 +410,10 @@
margin-left
:
10px
;
}
.name
{
float
:
left
;
margin-bottom
:
auto
;
margin-left
:
1
0
px
;
margin-left
:
1
5
px
;
margin-top
:
5px
;
font-size
:
12px
;
font-weight
:
bold
;
...
...
teamwork/pages/sport/finish.vue
浏览文件 @
12ef4e64
...
...
@@ -13,7 +13,6 @@
//传从运动界面传数据过来
var
data
=
uni
.
getStorageSync
(
'
data-to-finish
'
)
var
res
=
JSON
.
parse
(
data
)
this
.
id
=
res
.
id
;
this
.
polyline
=
res
.
polyline
;
this
.
markers
[
0
].
latitude
=
this
.
polyline
[
0
].
points
[
0
].
latitude
;
this
.
markers
[
0
].
longitude
=
this
.
polyline
[
0
].
points
[
0
].
longitude
;
...
...
@@ -26,25 +25,25 @@
startTime
:
res
.
startTime
,
distance
:
res
.
distance
,
duration
:
res
.
duration
,
pace
:
res
.
duration
/
res
.
distance
pace
:
res
.
duration
/
res
.
distance
,
id
:
res
.
id
});
const
subNVue
=
uni
.
getSubNVueById
(
'
popup
'
);
// 通过 id 获取 nvue 子窗体
subNVue
.
show
(
'
slide-in-top
'
,
250
);
// 打开 nvue 子窗体
},
data
()
{
return
{
id
:
''
,
icon
:
'
/static/sport/icon.jpg
'
,
longitude
:
121.44820869
,
latitude
:
37.48330837
,
scale
:
16
,
polyline
:
[{
points
:
[],
color
:
"
#00aa00
"
,
//线的颜色
arrowLine
:
true
,
width
:
20
,
dottedLine
:
true
}],
points
:
[],
color
:
"
#00aa00
"
,
//线的颜色
arrowLine
:
true
,
width
:
20
,
dottedLine
:
true
}],
markers
:
[{
id
:
0
,
longitude
:
121.44577861
,
...
...
teamwork/pages/sport/ranking.vue
浏览文件 @
12ef4e64
...
...
@@ -28,7 +28,7 @@
export
default
{
data
()
{
return
{
userId
:
'
644a643a0c801ca878983559
'
,
userId
:
''
,
rank
:
1
,
distance
:
99.99
,
type
:
''
,
...
...
teamwork/pages/sport/subNVue/finish.nvue
浏览文件 @
12ef4e64
...
...
@@ -89,6 +89,9 @@
this.feeling = 'bad'
this.bad = '/static/sport/bad1.png'
}
console.log(this.id)
console.log(this.type)
console.log(this.feeling)
this.choose = true
uniCloud.callFunction({
name: 'fe-sport-feelings',
...
...
@@ -99,14 +102,15 @@
}
})
.then(res => {
if (res.code === 200) {
console.log(res);
if (res.result.code === 200) {
uni.showToast({
title: '
运动感受
保存成功',
title: '保存成功',
icon: 'success'
})
} else {
uni.showToast({
title: '
运动感受
保存失败',
title: '保存失败',
icon: 'error'
})
}
...
...
teamwork/pages/team/main.vue
浏览文件 @
12ef4e64
...
...
@@ -314,6 +314,7 @@
height
:
45px
;
border-radius
:
50%
;
float
:
left
;
margin-left
:
8px
;
}
.search-team
{
...
...
@@ -337,7 +338,7 @@
float
:
left
;
margin-bottom
:
auto
;
margin-left
:
10px
;
margin-top
:
9
px
;
margin-top
:
12
px
;
font-size
:
18px
;
font-weight
:
bold
;
width
:
60%
;
...
...
teamwork/pages/team/member-list.vue
浏览文件 @
12ef4e64
...
...
@@ -16,14 +16,8 @@
export
default
{
data
()
{
return
{
userId
:
'
644a643a0c801ca878983559
'
,
memList
:
[{
memberIcon
:
'
/static/icon/1.png
'
,
memberName
:
"
不会取名字
"
,
},
{
memberIcon
:
'
/static/sport/icon.jpg
'
,
memberName
:
"
不会取名字
"
,
}]
userId
:
''
,
memList
:
[]
}
},
methods
:
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录