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; flex-direction: column;
padding: 0 20rpx; padding: 0 20rpx;
box-sizing: border-box; box-sizing: border-box;
} }
} }
.messageItem { .messageItem {

View File

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

View File

@ -6,17 +6,9 @@
</view> </view>
<view class="section_2 flex-col"> <view class="section_2 flex-col">
<view class="list_1 flex-row"> <view class="list_1 flex-row">
<view <view class="image-text_1 flex-col align-items-center justify-content-center;"
class="image-text_1 flex-col align-items-center justify-content-center;" v-for="(item, index) in loopData0" :key="index" @click="handleItemClick(item)">
v-for="(item, index) in loopData0" <image class="label_1" referrerpolicy="no-referrer" :src="item.url" />
: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> <text class="text-group_1" v-text="item.text"></text>
</view> </view>
</view> </view>
@ -24,15 +16,9 @@
<view class="image-text_2 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.map(item => item.title)" @click="handleNoticeClick" icon="/static/lanhu_shouye2gai/FigmaDDSSlicePNGd2c17b5f24182e597acbfa50481040c1.png"></u-notice-bar> -->
<u-notice-bar <u-notice-bar direction="column" duration="10000" bgColor="#e9f1ff" color="black" :text="textList"
direction="column"
duration="10000"
bgColor="#e9f1ff"
color="black"
:text="textList"
@click="handleNoticeClick" @click="handleNoticeClick"
icon="/static/lanhu_shouye2gai/FigmaDDSSlicePNGd2c17b5f24182e597acbfa50481040c1.png" icon="/static/lanhu_shouye2gai/FigmaDDSSlicePNGd2c17b5f24182e597acbfa50481040c1.png" />
/>
</view> </view>
<view class="group_3 flex-col justify-between"> <view class="group_3 flex-col justify-between">
@ -45,11 +31,8 @@
<text class="text_2">优质驾校</text> <text class="text_2">优质驾校</text>
<view class="image-text_3 flex-row justify-between"> <view class="image-text_3 flex-row justify-between">
<text class="text-group_3" @click="goSchoolList()">查看更多</text> <text class="text-group_3" @click="goSchoolList()">查看更多</text>
<image <image class="thumbnail_2" referrerpolicy="no-referrer"
class="thumbnail_2" src="/static/lanhu_shouye2gai/FigmaDDSSlicePNGc8586e4d9e76802e4b93ae8fb3654b38.png" />
referrerpolicy="no-referrer"
src="/static/lanhu_shouye2gai/FigmaDDSSlicePNGc8586e4d9e76802e4b93ae8fb3654b38.png"
/>
</view> </view>
</view> </view>
<view class="itemContent"> <view class="itemContent">
@ -88,8 +71,7 @@ export default {
}, },
data() { data() {
return { return {
loopData0: [ loopData0: [{
{
url: '/static/lanhu_shouye2gai/xcbm.png', url: '/static/lanhu_shouye2gai/xcbm.png',
text: '学车报名' text: '学车报名'
}, },
@ -395,6 +377,7 @@ export default {
<style lang='scss'> <style lang='scss'>
@import '../common/common.scss'; @import '../common/common.scss';
@import './assets/style/index.rpx.scss'; @import './assets/style/index.rpx.scss';
// 使 // 使
.text-group_1 { .text-group_1 {
text-align: center; text-align: center;
@ -420,6 +403,7 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
row-gap: 20rpx; row-gap: 20rpx;
margin-bottom: 200rpx;
} }
.top_ { .top_ {

View File

@ -99,11 +99,9 @@
} }
], ],
"subPackages": [ "subPackages": [{
{
"root": "pagesA", "root": "pagesA",
"pages": [ "pages": [{
{
"path": "appointmentAdd/index", "path": "appointmentAdd/index",
"style": { "style": {
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
@ -200,8 +198,9 @@
} }
], ],
"tabBar": { "tabBar": {
"list": [ "color": "#999999", //
{ "selectedColor": "#2c78f5", //
"list": [{
"pagePath": "newPages/newIndex/index", "pagePath": "newPages/newIndex/index",
"text": "首页", "text": "首页",
"iconPath": "static/imgs/homeone.png", "iconPath": "static/imgs/homeone.png",
@ -215,7 +214,6 @@
} }
] ]
}, },
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app", "navigationBarTitleText": "uni-app",