|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view class="phone-list-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>
|
|
<!-- 考试列表 -->
|
|
<!-- 考试列表 -->
|
|
@@ -80,19 +80,9 @@
|
|
})
|
|
})
|
|
|
|
|
|
function goUpPage() {
|
|
function goUpPage() {
|
|
- if ( data.from == 'shouye') {
|
|
|
|
- uni.redirectTo({
|
|
|
|
- url: '/pages/client/ShouYe/shouye'
|
|
|
|
- })
|
|
|
|
- } else if (data.from = 'my'){
|
|
|
|
- uni.redirectTo({
|
|
|
|
- url: '/pages/client/my/index'
|
|
|
|
- })
|
|
|
|
- } else {
|
|
|
|
- uni.redirectTo({
|
|
|
|
- url: '/pages/client/ShouYe/shouye'
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
|
|
+ uni.redirectTo({
|
|
|
|
+ url: '/pages/client/ShouYe/shouye'
|
|
|
|
+ })
|
|
}
|
|
}
|
|
// 修改身份
|
|
// 修改身份
|
|
function handleChangeIdentification() {
|
|
function handleChangeIdentification() {
|