| | |
| | | |
| | | } |
| | | //重新排序,当前等级第一个 |
| | | console.log('会员列表v0',this.bannerList) |
| | | var newBannerSort = [] |
| | | for (var i = currentindex; i < 2 * j; i++) { |
| | | for (var i = currentindex; i <= 2 * j; i++) { |
| | | newBannerSort.push(this.bannerList[i % (j + 1)]) |
| | | if (newBannerSort.length >= this.bannerList.length) { |
| | | break |
| | | } |
| | | } |
| | | this.bannerList = newBannerSort |
| | | |
| | | console.log('会员列表',this.bannerList) |
| | | // if (this.currentInfo.customerDTO.userGrowthRecord.targetMemberInfos) { |
| | | // var t = -1 |
| | | // for (var tmp of this.bannerList) { |
| | |
| | | |
| | | .protocol { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | font-size: 28rpx; |
| | | color: #AD790F; |
| | | line-height: 34rpx; |
| | | text-align: center; |