| | |
| | | bg1: { |
| | | type: String, |
| | | default() { |
| | | return "/static/image/line.png"; |
| | | return "@/static/image/line.png"; |
| | | } |
| | | }, |
| | | idIndex: { |
| | |
| | | }); |
| | | } else if (index === "1") { |
| | | uni.navigateTo({ |
| | | url: "/pages/characterRelation/characterRelation?id=" + 1 |
| | | url: "/pages/character/index?id=" + 1 |
| | | }); |
| | | } else if (index === "2") { |
| | | uni.navigateTo({ |
| | |
| | | } |
| | | |
| | | .NavTop { |
| | | /* background: url(@/static/image/topBg.png); */ |
| | | |
| | | /* background-image: url("../../static/image/topBg.png"); */ |
| | | background-size: 100% 100%; |
| | | padding: 0.16rem 0.24rem; |
| | | color: #fff !important; |