This commit is contained in:
Lx 2025-04-16 17:41:03 +08:00
parent b741f1140a
commit 222dd08ee9
4 changed files with 407 additions and 422 deletions

View File

@ -195,6 +195,7 @@
flex-direction: column;
padding: 0 20rpx;
box-sizing: border-box;
}
}
.messageItem {

View File

@ -175,7 +175,9 @@ export default {
},
onShow() {
if (getToken()) {
// this.findSelfInfo()
this.selfInfoLocal = getLocalUserInfo()
this.getUserInfo()
this.systemInfo()
}
},

View File

@ -1,230 +1,212 @@
<template>
<view class="page flex-col">
<view class="top_">
<u-swiper class="lunbo_" :list="swiperList" keyName="swiperPicture" radius="10" height="300" indicator
indicatorMode="line"></u-swiper>
</view>
<view class="section_2 flex-col">
<view class="list_1 flex-row">
<view
class="image-text_1 flex-col align-items-center justify-content-center;"
v-for="(item, index) in loopData0"
:key="index"
@click="handleItemClick(item)"
>
<image
class="label_1"
referrerpolicy="no-referrer"
:src="item.url"
/>
<text class="text-group_1" v-text="item.text"></text>
</view>
</view>
<view class="box_4 flex-row justify-between">
<view class="page flex-col">
<view class="top_">
<u-swiper class="lunbo_" :list="swiperList" keyName="swiperPicture" radius="10" height="300" indicator
indicatorMode="line"></u-swiper>
</view>
<view class="section_2 flex-col">
<view class="list_1 flex-row">
<view class="image-text_1 flex-col align-items-center justify-content-center;"
v-for="(item, index) in loopData0" :key="index" @click="handleItemClick(item)">
<image class="label_1" referrerpolicy="no-referrer" :src="item.url" />
<text class="text-group_1" v-text="item.text"></text>
</view>
</view>
<view class="box_4 flex-row justify-between">
<view class="image-text_2 flex-row justify-between">
<!-- <u-notice-bar direction="column" duration="10000" bgColor="#e9f1ff" color="black" :text="textList.map(item => item.title)" @click="handleNoticeClick" icon="/static/lanhu_shouye2gai/FigmaDDSSlicePNGd2c17b5f24182e597acbfa50481040c1.png"></u-notice-bar> -->
<u-notice-bar
direction="column"
duration="10000"
bgColor="#e9f1ff"
color="black"
:text="textList"
@click="handleNoticeClick"
icon="/static/lanhu_shouye2gai/FigmaDDSSlicePNGd2c17b5f24182e597acbfa50481040c1.png"
/>
</view>
<view class="image-text_2 flex-row justify-between">
<!-- <u-notice-bar direction="column" duration="10000" bgColor="#e9f1ff" color="black" :text="textList.map(item => item.title)" @click="handleNoticeClick" icon="/static/lanhu_shouye2gai/FigmaDDSSlicePNGd2c17b5f24182e597acbfa50481040c1.png"></u-notice-bar> -->
<u-notice-bar direction="column" duration="10000" bgColor="#e9f1ff" color="black" :text="textList"
@click="handleNoticeClick"
icon="/static/lanhu_shouye2gai/FigmaDDSSlicePNGd2c17b5f24182e597acbfa50481040c1.png" />
</view>
<view class="group_3 flex-col justify-between">
<view class="block_5 flex-col"></view>
<view class="block_6 flex-col"></view>
<view class="block_7 flex-col"></view>
</view>
</view>
<view class="box_5 flex-row justify-between">
<text class="text_2">优质驾校</text>
<view class="image-text_3 flex-row justify-between">
<text class="text-group_3" @click="goSchoolList()">查看更多</text>
<image
class="thumbnail_2"
referrerpolicy="no-referrer"
src="/static/lanhu_shouye2gai/FigmaDDSSlicePNGc8586e4d9e76802e4b93ae8fb3654b38.png"
/>
</view>
</view>
<view class="itemContent">
<!-- 使用 scroll-view 包裹 SchoolInfo 组件 -->
<scroll-view class="school-scroll-view" scroll-y >
<SchoolInfo style="" v-for="(school, index) in schoolList" :key="index" :schoolInfo="school"
@click="goSchoolDetail(school)"/>
</scroll-view>
</view>
<view class="group_3 flex-col justify-between">
<view class="block_5 flex-col"></view>
<view class="block_6 flex-col"></view>
<view class="block_7 flex-col"></view>
</view>
</view>
<view class="box_5 flex-row justify-between">
<text class="text_2">优质驾校</text>
<view class="image-text_3 flex-row justify-between">
<text class="text-group_3" @click="goSchoolList()">查看更多</text>
<image class="thumbnail_2" referrerpolicy="no-referrer"
src="/static/lanhu_shouye2gai/FigmaDDSSlicePNGc8586e4d9e76802e4b93ae8fb3654b38.png" />
</view>
</view>
<view class="itemContent">
<!-- 使用 scroll-view 包裹 SchoolInfo 组件 -->
<scroll-view class="school-scroll-view" scroll-y>
<SchoolInfo style="" v-for="(school, index) in schoolList" :key="index" :schoolInfo="school"
@click="goSchoolDetail(school)" />
</scroll-view>
</view>
</view>
<!-- <tabbar :msg='msg'></tabbar> -->
</view>
</view>
<!-- <tabbar :msg='msg'></tabbar> -->
</view>
</template>
<script>
import SchoolInfo from './SchoolInfo.vue';
import request from "@/utils/request";
import {
getCoachId,
getInviteId,
getLocalUserInfo,
getToken,
removeCoachId,
removeInviteId,
removeTenantId,
setCoachId,
setInviteId,
setLocalUserInfo,
setStaffType,
setTenantId
} from '@/utils/auth'
export default {
components: {
SchoolInfo
},
data() {
return {
loopData0: [
{
url: '/static/lanhu_shouye2gai/xcbm.png',
text: '学车报名'
},
{
url: '/static/lanhu_shouye2gai/yyxl.png',
text: '预约训练'
},
{
url: '/static/lanhu_shouye2gai/kslr.png',
text: '考试结果录入'
},
{
url: '/static/lanhu_shouye2gai/pj.png',
text: '评价'
},
],
swiperList: [],
msg: "1",
constants: {},
schoolList: [],
//
isTriggered: false,
pageNo: 1,
pageSize: 10,
total: 0,
imageUrl: this.$imagesUrl,
textList:[],
noticeList: [],
qTenantId: null,
qCoachId: null,
};
},
onLoad(query) {
console.log('query',query)
// setInviteId('JLPXF1')
// this.getTenantIdByInviteId()
this.getSwiperList()
this.getTextList()
import SchoolInfo from './SchoolInfo.vue';
import request from "@/utils/request";
import {
getCoachId,
getInviteId,
getLocalUserInfo,
getToken,
removeCoachId,
removeInviteId,
removeTenantId,
setCoachId,
setInviteId,
setLocalUserInfo,
setStaffType,
setTenantId
} from '@/utils/auth'
export default {
components: {
SchoolInfo
},
data() {
return {
loopData0: [{
url: '/static/lanhu_shouye2gai/xcbm.png',
text: '学车报名'
},
{
url: '/static/lanhu_shouye2gai/yyxl.png',
text: '预约训练'
},
{
url: '/static/lanhu_shouye2gai/kslr.png',
text: '考试结果录入'
},
{
url: '/static/lanhu_shouye2gai/pj.png',
text: '评价'
},
],
swiperList: [],
msg: "1",
constants: {},
schoolList: [],
//
isTriggered: false,
pageNo: 1,
pageSize: 10,
total: 0,
imageUrl: this.$imagesUrl,
textList: [],
noticeList: [],
qTenantId: null,
qCoachId: null,
};
},
onLoad(query) {
console.log('query', query)
// setInviteId('JLPXF1')
// this.getTenantIdByInviteId()
this.getSwiperList()
this.getTextList()
const q = decodeURIComponent(query.q) //
let theRequest = this.getUrlValue(q)
if(theRequest.hasOwnProperty("inviteId")){
//code
setInviteId(theRequest['inviteId'])
this.getTenantIdByInviteId()
/* //先登录
uni.reLaunch({
url: '/pages/login/login'
}) */
}else{
removeInviteId()
removeCoachId()
removeTenantId()
this.getList()
/* uni.reLaunch({
url: '/pages-home/home/home'
}) */
}
},
methods: {
getTenantIdByInviteId(){
console.log('1122', getInviteId())
if(!getInviteId()){
console.log(1)
this.getList()
return
}
request({
url: '/app-api/dl-drive-school-coach-small/getCoachByUniqueCode',
method: 'GET',
params: {
uniqueCode: getInviteId()
}
}).then(res => {
console.log(123)
if(res.data != null){
this.qTenantId = res.data.tenantId
this.qCoachId = res.data.userId
setTenantId(res.data.tenantId)
const q = decodeURIComponent(query.q) //
let theRequest = this.getUrlValue(q)
if (theRequest.hasOwnProperty("inviteId")) {
//code
setInviteId(theRequest['inviteId'])
this.getTenantIdByInviteId()
/* //先登录
uni.reLaunch({
url: '/pages/login/login'
}) */
} else {
removeInviteId()
removeCoachId()
removeTenantId()
this.getList()
if(res.data.type == 'jl'){
setCoachId(res.data.userId)
setStaffType('02')
}
if(res.data.type == 'yg'){
setCoachId(res.data.userId)
setStaffType('01')
}
/* uni.reLaunch({
url: '/pages-home/home/home'
}) */
}
})
},
getList() {
console.log('getInviteId',getInviteId())
const params = {
pageNo: this.pageNo,
pageSize: this.pageSize,
serviceCodes: 'jiaxiao',
};
},
methods: {
getTenantIdByInviteId() {
console.log('1122', getInviteId())
if (!getInviteId()) {
console.log(1)
this.getList()
return
}
request({
url: '/app-api/dl-drive-school-coach-small/getCoachByUniqueCode',
method: 'GET',
params: {
uniqueCode: getInviteId()
}
}).then(res => {
console.log(123)
if (res.data != null) {
this.qTenantId = res.data.tenantId
this.qCoachId = res.data.userId
setTenantId(res.data.tenantId)
this.getList()
if (res.data.type == 'jl') {
setCoachId(res.data.userId)
setStaffType('02')
}
if (res.data.type == 'yg') {
setCoachId(res.data.userId)
setStaffType('01')
}
}
})
},
getList() {
console.log('getInviteId', getInviteId())
const params = {
pageNo: this.pageNo,
pageSize: this.pageSize,
serviceCodes: 'jiaxiao',
};
if (this.qTenantId) {
params.tenantId = this.qTenantId;
}
console.log('params', params)
request({
url: '/userClient/base/companySmallProgram/pageNoTenantId',
method: 'GET',
params: params,
tenantIdFlag: false
}).then(res => {
res.data.records.forEach(item => {
item.features = ['有接送', '规模大']
item.imageUrl = this.imageUrl + '/' + item.photo
})
this.schoolList = this.schoolList.concat(res.data.records)
this.isTriggered = false
this.total = res.data.total
console.log(res)
})
},
getUrlValue(url) {
var theRequest = new Object();
if (url.indexOf("?") != -1) {
//
var str = url.split("?")[1];
var strs = str.split("&");
for (var i = 0; i < strs.length; i++) {
theRequest[strs[i].split("=")[0]] = (strs[i].split("=")[1]);
}
}
return theRequest
},
/**
* 实时讯息
*/
/* async getTextList() {
if (this.qTenantId) {
params.tenantId = this.qTenantId;
}
console.log('params', params)
request({
url: '/userClient/base/companySmallProgram/pageNoTenantId',
method: 'GET',
params: params,
tenantIdFlag: false
}).then(res => {
res.data.records.forEach(item => {
item.features = ['有接送', '规模大']
item.imageUrl = this.imageUrl + '/' + item.photo
})
this.schoolList = this.schoolList.concat(res.data.records)
this.isTriggered = false
this.total = res.data.total
console.log(res)
})
},
getUrlValue(url) {
var theRequest = new Object();
if (url.indexOf("?") != -1) {
//
var str = url.split("?")[1];
var strs = str.split("&");
for (var i = 0; i < strs.length; i++) {
theRequest[strs[i].split("=")[0]] = (strs[i].split("=")[1]);
}
}
return theRequest
},
/**
* 实时讯息
*/
/* async getTextList() {
let res = await request({
url: '/app-api/base/notice/pageList',
method: 'get',
@ -240,189 +222,191 @@ export default {
this.textList.push(item.title)
})
}, */
async getTextList() {
let res = await request({
url: '/app-api/base/notice/pageList',
method: 'get',
params: {
pageNum: 1,
pageSize: 10000,
parentServer: 'jiaxiao',
server: 'wx'
}
})
this.noticeList = res.data.records //
this.textList = res.data.records.map(item => item.title) // title
},
handleNoticeClick(index) {
const currentNotice = this.noticeList[index]
if (currentNotice && currentNotice.id) {
uni.navigateTo({
url: `/pagesA/noticeContent/index?id=${currentNotice.id}`
})
}
},
getSwiperList() {
request({
url: '/app-api/drivingSchool/text/swiper/list',
method: 'GET'
}).then(res => {
res.data.forEach(item => {
item.swiperPicture = this.imageUrl + '/' + item.swiperPicture
})
this.swiperList = res.data
})
},
/**
* 上滑加载数据
*/
onReachBottomCus() {
// *
if (this.pageNo * this.pageSize >= this.total) {
uni.$u.toast('没有更多数据了')
return
}
//+1,
this.pageNo++
//
this.getList()
},
/**
* 下拉刷新数据
*/
onRefresherrefresh() {
this.isTriggered = true
this.pageNo = 1
this.total = 0
this.schoolList = []
this.getList()
},
goSchoolList() {
uni.navigateTo({
url: '/newPages/schoolList/index',
});
},
goSchoolDetail(data) {
uni.navigateTo({
url: `/newPages/schoolDetail/index?id=${data.id}&tenantId=${data.tenantId}&schoolName=${data.corpName}`,
// url: '/newPages/schoolDetail/index',
});
},
async getTextList() {
let res = await request({
url: '/app-api/base/notice/pageList',
method: 'get',
params: {
pageNum: 1,
pageSize: 10000,
parentServer: 'jiaxiao',
server: 'wx'
}
})
this.noticeList = res.data.records //
this.textList = res.data.records.map(item => item.title) // title
},
handleNoticeClick(index) {
const currentNotice = this.noticeList[index]
if (currentNotice && currentNotice.id) {
uni.navigateTo({
url: `/pagesA/noticeContent/index?id=${currentNotice.id}`
})
}
},
getSwiperList() {
request({
url: '/app-api/drivingSchool/text/swiper/list',
method: 'GET'
}).then(res => {
res.data.forEach(item => {
item.swiperPicture = this.imageUrl + '/' + item.swiperPicture
})
this.swiperList = res.data
})
},
/**
* 上滑加载数据
*/
onReachBottomCus() {
// *
if (this.pageNo * this.pageSize >= this.total) {
uni.$u.toast('没有更多数据了')
return
}
//+1,
this.pageNo++
//
this.getList()
},
/**
* 下拉刷新数据
*/
onRefresherrefresh() {
this.isTriggered = true
this.pageNo = 1
this.total = 0
this.schoolList = []
this.getList()
},
goSchoolList() {
uni.navigateTo({
url: '/newPages/schoolList/index',
});
},
goSchoolDetail(data) {
uni.navigateTo({
url: `/newPages/schoolDetail/index?id=${data.id}&tenantId=${data.tenantId}&schoolName=${data.corpName}`,
// url: '/newPages/schoolDetail/index',
});
},
handleItemClick(item) {
// item.text
switch (item.text) {
case '学车报名':
uni.navigateTo({
url: '/newPages/schoolList/index'
});
break;
case '预约训练':
if (!getToken()) {
/* uni.showToast({
handleItemClick(item) {
// item.text
switch (item.text) {
case '学车报名':
uni.navigateTo({
url: '/newPages/schoolList/index'
});
break;
case '预约训练':
if (!getToken()) {
/* uni.showToast({
title: '请先登录',
icon: 'none',
duration: 2000
}); */
uni.showModal({
title: '未登录',
content: '请先登录',
confirmText: '去登录',
success: (res) => {
if (res.confirm) {
uni.navigateTo({
url: '/pages/login/login'
});
uni.showModal({
title: '未登录',
content: '请先登录',
confirmText: '去登录',
success: (res) => {
if (res.confirm) {
uni.navigateTo({
url: '/pages/login/login'
});
}
}
});
return;
}
uni.navigateTo({
url: '/pagesA/appointment/index'
});
break;
case '考试结果录入':
if (!getToken()) {
uni.showModal({
title: '未登录',
content: '请先登录',
confirmText: '去登录',
success: (res) => {
if (res.confirm) {
uni.navigateTo({
url: '/pages/login/login'
});
}
}
});
return;
}
uni.navigateTo({
url: '/pagesA/examinationList/index'
});
break;
case '评价':
if (!getToken()) {
uni.showModal({
title: '未登录',
content: '请先登录',
confirmText: '去登录',
success: (res) => {
if (res.confirm) {
uni.navigateTo({
url: '/pages/login/login'
});
}
}
});
return;
}
uni.navigateTo({
url: '/pagesA/evaluate/index'
});
break;
default:
console.warn('未知的点击项:', item.text);
break;
}
}
});
return;
}
uni.navigateTo({
url: '/pagesA/appointment/index'
});
break;
case '考试结果录入':
if (!getToken()) {
uni.showModal({
title: '未登录',
content: '请先登录',
confirmText: '去登录',
success: (res) => {
if (res.confirm) {
uni.navigateTo({
url: '/pages/login/login'
});
}
}
});
return;
}
uni.navigateTo({
url: '/pagesA/examinationList/index'
});
break;
case '评价':
if (!getToken()) {
uni.showModal({
title: '未登录',
content: '请先登录',
confirmText: '去登录',
success: (res) => {
if (res.confirm) {
uni.navigateTo({
url: '/pages/login/login'
});
}
}
});
return;
}
uni.navigateTo({
url: '/pagesA/evaluate/index'
});
break;
default:
console.warn('未知的点击项:', item.text);
break;
}
}
}
}
};
}
};
</script>
<style lang='scss'>
@import '../common/common.scss';
@import './assets/style/index.rpx.scss';
// 使
.text-group_1 {
text-align: center;
}
@import '../common/common.scss';
@import './assets/style/index.rpx.scss';
// image-text_1 使
.image-text_1 {
display: flex;
flex-direction: column;
align-items: center; // 使
justify-content: center; // 使
}
// 使
.text-group_1 {
text-align: center;
}
// scroll-view
.school-scroll-view {
height: 500rpx; //
overflow-y: auto;
margin-left: 22rpx;
}
// image-text_1 使
.image-text_1 {
display: flex;
flex-direction: column;
align-items: center; // 使
justify-content: center; // 使
}
.itemContent {
padding: 30rpx 0;
display: flex;
flex-direction: column;
row-gap: 20rpx;
}
// scroll-view
.school-scroll-view {
height: 500rpx; //
overflow-y: auto;
margin-left: 22rpx;
}
.top_ {
//padding-top: 200rpx;
}
</style>
.itemContent {
padding: 30rpx 0;
display: flex;
flex-direction: column;
row-gap: 20rpx;
margin-bottom: 200rpx;
}
.top_ {
//padding-top: 200rpx;
}
</style>

View File

@ -32,7 +32,7 @@
"navigationStyle": "custom"
}
},
{
"path": "newPages/orderList/index",
"style": {
@ -41,8 +41,8 @@
"navigationStyle": "custom"
}
},
{
"path": "newPages/courseList/index",
"style": {
@ -51,7 +51,7 @@
"navigationStyle": "custom"
}
},
{
"path": "newPages/my/index",
"style": {
@ -60,7 +60,7 @@
"navigationStyle": "custom"
}
},
{
"path": "newPages/schoolDetail/index",
"style": {
@ -69,9 +69,9 @@
"navigationStyle": "custom"
}
},
{
"path": "newPages/schoolList/index",
"style": {
@ -80,7 +80,7 @@
"navigationStyle": "custom"
}
},
{
"path": "newPages/messageCenter/index",
"style": {
@ -99,11 +99,9 @@
}
],
"subPackages": [
{
"subPackages": [{
"root": "pagesA",
"pages": [
{
"pages": [{
"path": "appointmentAdd/index",
"style": {
"enablePullDownRefresh": true,
@ -194,28 +192,28 @@
]
},
{
"root": "uni_modules",
"name": "modules",
"pages": []
"root": "uni_modules",
"name": "modules",
"pages": []
}
],
"tabBar": {
"list": [
{
"pagePath": "newPages/newIndex/index",
"text": "首页",
"iconPath": "static/imgs/homeone.png",
"selectedIconPath": "static/imgs/hometwo.png"
},
{
"pagePath": "newPages/my/index",
"text": "我的",
"iconPath": "static/imgs/myone.png",
"selectedIconPath": "static/imgs/mytwo.png"
}
]
},
"color": "#999999", //
"selectedColor": "#2c78f5", //
"list": [{
"pagePath": "newPages/newIndex/index",
"text": "首页",
"iconPath": "static/imgs/homeone.png",
"selectedIconPath": "static/imgs/hometwo.png"
},
{
"pagePath": "newPages/my/index",
"text": "我的",
"iconPath": "static/imgs/myone.png",
"selectedIconPath": "static/imgs/mytwo.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
@ -223,4 +221,4 @@
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
}