提交 577f61ba02e085e95ef53389c6575f843bf8f681

作者 guomingshu
1 个父辈 677eeccc

feat: tabbar默认配置优化

... ... @@ -415,33 +415,21 @@
415 415 "color": "#000000",
416 416 "selectedColor": "#06B079",
417 417 "backgroundColor": "#FFFFFF",
418   - "borderStyle": "black",
  418 + "borderStyle": "white",
419 419 "height": "100rpx",
420 420 "fontSize": "40rpx",
421 421 "custom": true,
422 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 346 <u-popup :show="show" mode="bottom" @close="close" @open="open" :round="22">
347 347 <view
348 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 351 <view
355 352 style="
... ... @@ -1078,7 +1075,6 @@ export default {
1078 1075 .new_popup_search {
1079 1076 padding: 23px 16px;
1080 1077 height: 209px;
1081   - // background-image: url("https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/yxly-teacher/pop_bg.png");
1082 1078 background-size: 100% 90px;
1083 1079 background-repeat: no-repeat;
1084 1080
... ...
注册登录 后发表评论