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
1ed26d6f
authored
2026-05-07 13:09:38 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
考官库
1 parent
00c48219
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
myCenter/chooseExaminer.vue
pages/index/home.vue
myCenter/chooseExaminer.vue
View file @
1ed26d6
<
template
>
<view
class=
"container"
>
<view
class=
"loading-tip"
v-if=
"loading"
>
加载中...
</view>
<view
class=
"empty-tip"
v-else-if=
"infoList.length === 0"
>
暂无可添加的考官
</view>
<view
class=
"empty"
v-else-if=
"infoList.length === 0"
>
<image
class=
"empty-img"
mode=
"aspectFit"
:src=
"config.baseUrl_api + '/fs/static/nodata.png'"
></image>
<text
class=
"empty-text"
>
暂无考官数据
</text>
</view>
<!--
<view
class=
"empty-tip"
v-else-if=
"infoList.length === 0"
>
暂无可添加的考官
</view>
-->
<checkbox-group
class=
"examiner-list"
@
change=
"onCheckboxChange"
>
<label
v-for=
"item in infoList"
:key=
"item.perId"
class=
"examiner-item"
>
...
...
@@ -30,6 +34,7 @@
import
{
ref
}
from
'vue'
import
{
onLoad
}
from
'@dcloudio/uni-app'
import
*
as
api
from
'@/common/api.js'
import
config
from
'@/config.js'
const
loading
=
ref
(
true
)
const
infoList
=
ref
([])
...
...
@@ -90,7 +95,7 @@ function handleAdd() {
.container
{
min-height
:
100vh
;
background
:
#f7f7f7
;
padding-bottom
:
140
rpx
;
/* padding-bottom: 140rpx; */
}
.loading-tip
,
...
...
pages/index/home.vue
View file @
1ed26d6
...
...
@@ -96,6 +96,11 @@
<text>
我的订单
</text>
<view
class=
"arrow"
></view>
</view>
<view
class=
"level-item"
@
click=
"goPath('/level/chooseExaminer?pageType=1')"
>
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon10@3x.png'"
class=
"level-icon"
></image>
<text>
考官库
</text>
<view
class=
"arrow"
></view>
</view>
</view>
</view>
</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