正在显示
6 个修改的文件
包含
6 行增加
和
22 行删除
@@ -415,33 +415,21 @@ | @@ -415,33 +415,21 @@ | ||
415 | "color": "#000000", | 415 | "color": "#000000", |
416 | "selectedColor": "#06B079", | 416 | "selectedColor": "#06B079", |
417 | "backgroundColor": "#FFFFFF", | 417 | "backgroundColor": "#FFFFFF", |
418 | - "borderStyle": "black", | 418 | + "borderStyle": "white", |
419 | "height": "100rpx", | 419 | "height": "100rpx", |
420 | "fontSize": "40rpx", | 420 | "fontSize": "40rpx", |
421 | "custom": true, | 421 | "custom": true, |
422 | "list": [{ | 422 | "list": [{ |
423 | - "pagePath": "pages/tabBar/home/home", | ||
424 | - "iconPath": "/static/img/icon/home.png", | ||
425 | - "selectedIconPath": "/static/img/icon/homeHL.png", | ||
426 | - "text": "首2页" | 423 | + "pagePath": "pages/tabBar/home/home" |
427 | }, | 424 | }, |
428 | { | 425 | { |
429 | - "pagePath": "pages/tabBar/internship/internship", | ||
430 | - "iconPath": "/static/img/icon/internship.png", | ||
431 | - "selectedIconPath": "/static/img/icon/internshipHL.png", | ||
432 | - "text": "实习生" | 426 | + "pagePath": "pages/tabBar/internship/internship" |
433 | }, | 427 | }, |
434 | { | 428 | { |
435 | - "pagePath": "pages/tabBar/message/message", | ||
436 | - "iconPath": "/static/img/icon/message.png", | ||
437 | - "selectedIconPath": "/static/img/icon/messageHL.png", | ||
438 | - "text": "消息" | 429 | + "pagePath": "pages/tabBar/message/message" |
439 | }, | 430 | }, |
440 | { | 431 | { |
441 | - "pagePath": "pages/tabBar/my/my", | ||
442 | - "iconPath": "/static/img/icon/my.png", | ||
443 | - "selectedIconPath": "/static/img/icon/myHL.png", | ||
444 | - "text": "我的" | 432 | + "pagePath": "pages/tabBar/my/my" |
445 | } | 433 | } |
446 | ] | 434 | ] |
447 | } | 435 | } |
@@ -346,10 +346,7 @@ | @@ -346,10 +346,7 @@ | ||
346 | <u-popup :show="show" mode="bottom" @close="close" @open="open" :round="22"> | 346 | <u-popup :show="show" mode="bottom" @close="close" @open="open" :round="22"> |
347 | <view | 347 | <view |
348 | class="new_popup_search" | 348 | class="new_popup_search" |
349 | - :style="{ | ||
350 | - backgroundImage: | ||
351 | - vuex_baseImgUrl && `url(${vuex_baseImgUrl}pop_bg.png) no-repeat`, | ||
352 | - }" | 349 | + :style="{backgroundImage: vuex_baseImgUrl && `url(${vuex_baseImgUrl}pop_bg.png) no-repeat`}" |
353 | > | 350 | > |
354 | <view | 351 | <view |
355 | style=" | 352 | style=" |
@@ -1078,7 +1075,6 @@ export default { | @@ -1078,7 +1075,6 @@ export default { | ||
1078 | .new_popup_search { | 1075 | .new_popup_search { |
1079 | padding: 23px 16px; | 1076 | padding: 23px 16px; |
1080 | height: 209px; | 1077 | height: 209px; |
1081 | - // background-image: url("https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/yxly-teacher/pop_bg.png"); | ||
1082 | background-size: 100% 90px; | 1078 | background-size: 100% 90px; |
1083 | background-repeat: no-repeat; | 1079 | background-repeat: no-repeat; |
1084 | 1080 |
static/img/icon/homeHL.png
已删除
100644 → 0
1.0 KB
static/img/icon/internshipHL.png
已删除
100644 → 0
1.1 KB
static/img/icon/messageHL.png
已删除
100644 → 0
1.9 KB
static/img/icon/myHL.png
已删除
100644 → 0
1.1 KB
请
注册
或
登录
后发表评论