Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6c6dcc02
authored
2026-04-16 13:31:51 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
cf998da8
e4a0b6ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
common/mystyle.scss
level/apply.vue
personal/home.vue
common/mystyle.scss
View file @
6c6dcc0
...
...
@@ -16,7 +16,7 @@ page {
.w80
{
width
:
80%
!
important
;}
.w100
{
width
:
100%
!
important
;}
.mt0
{
margin-top
:
0
!
important
;}
.mt10
{
margin-top
:
10px
!
important
;}
.mt10
{
margin-top
:
10
r
px
!
important
;}
.mt20
{
margin-top
:
20px
!
important
;}
.must
{
color
:
#AD181F
;
font-size
:
24rpx
;}
.vipData
.w50
{
width
:
45%
;}
...
...
level/apply.vue
View file @
6c6dcc0
...
...
@@ -9,20 +9,17 @@
<view
class=
"appList"
>
<view
v-for=
"(item,index) in list"
:key=
"item.examId || index"
class=
"appItem"
>
<view
class=
"status"
@
click=
"goDetail(item)"
>
<text
v-if=
"item.status=='0'"
class=
"text-primary"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='1'"
class=
"text-primary"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='2'"
class=
"text-success"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='3'"
class=
"text-danger"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='4'"
class=
"text-warning"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='0'"
class=
"text-primary
-bg
"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='1'"
class=
"text-primary
-bg
"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='2'"
class=
"text-success
-bg
"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='3'"
class=
"text-danger
-bg
"
>
{{
item
.
statusStr
}}
</text>
<text
v-if=
"item.status=='4'"
class=
"text-warning
-bg
"
>
{{
item
.
statusStr
}}
</text>
</view>
<view
v-if=
"item.status!='0'&&item.submitTime"
class=
"date"
>
提交时间:
{{
item
.
submitTime
}}
</view>
<view
class=
"mt0"
@
click=
"goDetail(item)"
>
<text
class=
"text-primary"
>
{{
item
.
examCode
}}
</text>
</view>
<view
class=
"name mt0"
@
click=
"goDetail(item)"
>
{{
item
.
name
}}
</view>
<view
class=
"pp esp"
>
申请单位:
{{
item
.
memberName
}}
</view>
<view
class=
"pp esp"
>
考级日期:
{{
item
.
startTime
?.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
?.
substring
(
0
,
16
)
}}
</view>
<view
class=
"name mt10"
@
click=
"goDetail(item)"
>
{{
item
.
name
}}
</view>
<view
class=
"flexbox"
@
click=
"goDetail(item)"
>
<view>
申请日期
...
...
@@ -38,6 +35,10 @@
<view>
{{
item
.
pass
}}
</view>
</view>
</view>
<view
class=
"pp esp"
>
申请单位:
{{
item
.
memberName
}}
</view>
<view
class=
"pp esp"
>
考级日期:
{{
item
.
startTime
?.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
?.
substring
(
0
,
16
)
}}
</view>
<view
v-if=
"item.status=='0'||item.status=='3'||item.status=='4'||item.status=='9'"
class=
"func"
>
<button
:disabled=
"item.status=='1'||item.status=='2'||item.status=='3'"
@
click=
"handleDelete(item)"
>
删除
...
...
personal/home.vue
View file @
6c6dcc0
...
...
@@ -370,7 +370,8 @@ const showConfirm = ref(false)
};
const
goToWebView
=
(
type
)
=>
{
const
url
=
"https://member.taekwondo.org.cn/#/authAccurate?type="
+
type
// const url = "https://member.taekwondo.org.cn/#/authAccurate?type=" + type
const
url
=
"http://tk001.wxjylt.com/pc.html#/authAccurate?type="
+
type
uni
.
navigateTo
({
url
:
"/pages/webview/webview?url="
+
encodeURIComponent
(
url
)
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment