|
@@ -1,19 +1,18 @@
|
|
<template>
|
|
<template>
|
|
- <view class="client-kaoshi-page">
|
|
|
|
|
|
+ <view class="phone-list-page">
|
|
<view class="icon-title-bjcolor-navBar-box">
|
|
<view class="icon-title-bjcolor-navBar-box">
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
<text class="nav-bar-title">考试管理</text>
|
|
<text class="nav-bar-title">考试管理</text>
|
|
</view>
|
|
</view>
|
|
<!-- 考试列表 -->
|
|
<!-- 考试列表 -->
|
|
- <view class="kaoshi-content-box">
|
|
|
|
<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
|
|
<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
|
|
:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
|
|
:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
|
|
- class="phone-scroll-view kaoshi-scroll-view">
|
|
|
|
|
|
+ class="phone-scroll-view client-kaoshi-scroll-view">
|
|
<uni-list class="admin-list-box">
|
|
<uni-list class="admin-list-box">
|
|
<uni-list-item v-for="item in data.list" class="admin-list-item-box">
|
|
<uni-list-item v-for="item in data.list" class="admin-list-item-box">
|
|
<template v-slot:body>
|
|
<template v-slot:body>
|
|
<!-- 考试项 -->
|
|
<!-- 考试项 -->
|
|
- <view class="item-kaoshi-row">
|
|
|
|
|
|
+ <view class="item-card-row">
|
|
<!-- 考试名 + 等级 -->
|
|
<!-- 考试名 + 等级 -->
|
|
<view class="ks-item-top">
|
|
<view class="ks-item-top">
|
|
<view class="ks-name">{{item.ksName}}</view>
|
|
<view class="ks-name">{{item.ksName}}</view>
|
|
@@ -27,7 +26,7 @@
|
|
<view class="ks-score"><icon class="phone-zongfen-icon"/>总分:<text>{{item.ksScore}}</text></view>
|
|
<view class="ks-score"><icon class="phone-zongfen-icon"/>总分:<text>{{item.ksScore}}</text></view>
|
|
<view class="ks-okScore"><icon class="phone-jigefen-icon"/>及格分:<text>{{item.okScore}}</text></view>
|
|
<view class="ks-okScore"><icon class="phone-jigefen-icon"/>及格分:<text>{{item.okScore}}</text></view>
|
|
</view>
|
|
</view>
|
|
- <button type="primary" size="mini" @click="checkKsXz(item)" class="kaoshi-btn">查看内容</button>
|
|
|
|
|
|
+ <button type="primary" size="mini" @click="checkKsXz(item)" class="item-view-btn">查看内容</button>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
</uni-list-item>
|
|
</uni-list-item>
|
|
@@ -35,7 +34,6 @@
|
|
:contentText="data.contentText"></uni-load-more>
|
|
:contentText="data.contentText"></uni-load-more>
|
|
</uni-list>
|
|
</uni-list>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
- </view>
|
|
|
|
<!-- 页面底端 -->
|
|
<!-- 页面底端 -->
|
|
<customTabbarClientVue></customTabbarClientVue>
|
|
<customTabbarClientVue></customTabbarClientVue>
|
|
<!-- 考试须知 -->
|
|
<!-- 考试须知 -->
|