diff --git a/src/components/grid-cell.wpy b/src/components/grid-cell.wpy new file mode 100644 index 0000000..b53a3ac --- /dev/null +++ b/src/components/grid-cell.wpy @@ -0,0 +1,76 @@ + + + + diff --git a/src/components/rating.wpy b/src/components/rating.wpy new file mode 100644 index 0000000..a40c3c5 --- /dev/null +++ b/src/components/rating.wpy @@ -0,0 +1,48 @@ + + + diff --git a/src/pages/index.wpy b/src/pages/index.wpy index 381b6b3..5c9e7fd 100644 --- a/src/pages/index.wpy +++ b/src/pages/index.wpy @@ -134,11 +134,11 @@ this.$toGameInfo(gid); }, async toSearch() { - // wepy.navigateTo({ - // url: '/pages/search' - // }) - let movie = 'http://iqiyi.kuyun-bofang.com/20190208/eebojrT3/index.m3u8' - this.$toMovie(movie, '流浪地球'); + wepy.navigateTo({ + url: '/pages/search' + }) + // let movie = 'http://iqiyi.kuyun-bofang.com/20190208/eebojrT3/index.m3u8' + // this.$toMovie(movie, '流浪地球'); }, async showInviteView() { await this.updateInviteViewData(); diff --git a/src/pages/search.wpy b/src/pages/search.wpy index 35d06d3..b9a68c4 100644 --- a/src/pages/search.wpy +++ b/src/pages/search.wpy @@ -4,6 +4,11 @@ .container { background-color:#FFFFFF; } + .grid-list { + display: flex; + flex-wrap: wrap; + padding: 5rpx; + }