File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
template/swiper-list-nvue Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11191119 },
11201120 // #endif
11211121 // #ifdef APP-PLUS
1122- // {
1123- // "path": "swiper-list-nvue/swiper-list-nvue",
1124- // "style": {
1125- // "navigationBarTitleText": "swiper-list"
1126- // }
1127- // },
1122+ {
1123+ "path" : " swiper-list-nvue/swiper-list-nvue" ,
1124+ "style" : {
1125+ "navigationBarTitleText" : " swiper-list"
1126+ }
1127+ },
11281128 // #endif
11291129 {
11301130 "path" : " scheme/scheme" ,
Original file line number Diff line number Diff line change 9292 },
9393 // #endif
9494 // #ifdef APP-NVUE
95- // {
96- // name: 'swiper-list',
97- // url: 'swiper-list-nvue'
98- // },
95+ {
96+ name: 'swiper-list',
97+ url: 'swiper-list-nvue'
98+ },
9999 // #endif
100100 {
101101 name: 'GlobalData和vuex',
Original file line number Diff line number Diff line change 6767 }
6868 },
6969 onLoad() {
70- this.pageHeight = uni.getSystemInfoSync().windowHeight;
7170 for (var i = 0; i < 6; i++) {
7271 this.tabList.push({
7372 id: "tab" + i,
7776 }
7877 },
7978 onReady() {
79+ this.pageHeight = uni.getSystemInfoSync().windowHeight;
8080 this._lastTabIndex = 0;
8181 this.swiperWidth = 0;
8282 this.tabbarWidth = 0;
You can’t perform that action at this time.
0 commit comments