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
b4b5f990
authored
2023-11-02 17:16:27 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
d17e81f7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
pages/group/vipList.vue
pages/level/apply.vue
pages/level/mergeUpDetail.vue
pages/group/vipList.vue
View file @
b4b5f99
...
...
@@ -9,12 +9,12 @@
<view
class=
"tt"
>
会员列表
</view>
<!--
<uni-indexed-list
:options=
"list"
:showSelect=
"true"
@
click=
"bindClick"
></uni-indexed-list>
-->
<view
class=
"userlist"
>
<view
class=
"item"
v-for=
"
n in list
"
>
<view
class=
"item"
v-for=
"
(n,index) in list"
:key=
"index
"
>
<view
@
click=
"checkThis(n)"
v-if=
"n.canCommit"
>
<image
class=
"icon"
v-if=
"n.checked"
src=
"@/static/member/dx_dwn.png"
/>
<image
class=
"icon"
v-else
src=
"@/static/member/dx.png"
/>
</view>
<!--
<view
class=
"photobox"
>
<!--
<view
class=
"photobox"
>
<image
class=
"photo"
v-if=
"n.photo"
:src=
"n.photo"
mode=
'aspectFill'
></image>
<view
class=
"colorful"
v-else
>
{{
n
.
name
.
slice
(
0
,
1
)
}}
</view>
</view>
-->
...
...
pages/level/apply.vue
View file @
b4b5f99
...
...
@@ -7,7 +7,7 @@
<view
class=
"invertedbtn-red"
@
click=
"goAdd"
>
+ 添加级位考试
</view>
</view>
<view
class=
"appList"
>
<view
class=
"appItem"
v-for=
"
item in list
"
>
<view
class=
"appItem"
v-for=
"
(item,index) in list"
:key=
"item
"
>
<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>
...
...
pages/level/mergeUpDetail.vue
View file @
b4b5f99
...
...
@@ -26,7 +26,7 @@
考试信息
</view>
<view
class=
"userlist"
>
<view
class=
"item"
v-for=
"
n in infoList
"
@
click=
"goDetail(n)"
style=
"background-color: #fffafa;"
>
<view
class=
"item"
v-for=
"
(n,index) in infoList"
:key=
"index
"
@
click=
"goDetail(n)"
style=
"background-color: #fffafa;"
>
<view
class=
"w100"
>
<view
class=
"name"
>
{{
n
.
name
}}
</view>
<!--
<view
class=
"date"
>
{{
n
.
idcTypeStr
}}
:
{{
n
.
idcCode
}}
</view>
-->
...
...
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