xuxueyang
2024-09-27 a82b34f3dad88a826b459660aecc0af77e353080
sub_pages/customer/self/member-center.vue
@@ -182,15 +182,16 @@
               }
               //重新排序,当前等级第一个
               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) {
@@ -368,7 +369,7 @@
      .protocol {
         font-weight: 400;
         font-size: 24rpx;
         font-size: 28rpx;
         color: #AD790F;
         line-height: 34rpx;
         text-align: center;