2025-01-15 18:39:05 +08:00

1 line
1.7 KiB
Plaintext

<view class="rate-card _div data-v-62783f94"><view class="rate-card-top _div data-v-62783f94"><image class="rate-user-photo data-v-62783f94" mode="aspectFit" lazy-load="true" src="{{item.ISANONYMOUS==1||!item.HEADIMAGEURL?'https://eshangtech.com/ShopICO/noName.png':item.HEADIMAGEURL}}"></image><view class="top-card-center _div data-v-62783f94"><block wx:if="{{item.ISANONYMOUS==0}}"><view class="rate-text _div data-v-62783f94">{{''+item.MEMBERSHIP_NAME+''}}<block wx:if="{{item.MEMBERSHIP_LEVEL>100}}"><label class="vip-level _span data-v-62783f94">{{item.MEMBERSHIP_LEVEL_TEXT}}</label></block></view></block><block wx:else><view class="rate-text _div data-v-62783f94">匿名用户</view></block><view style="display:flex;align-items:center;" class="_div data-v-62783f94"><van-rate vue-id="09b8a790-1" value="{{item.MALLCOMMENT_SCORE}}" size="12" allow-half="true" color="{{starColor}}" void-color="#eee" void-icon="star" readonly="{{true}}" class="data-v-62783f94" bind:__l="__l"></van-rate><label style="{{'font-size:24rpx;'+('color:'+(starColor)+';')}}" class="_span data-v-62783f94">{{rateText}}</label></view></view><view class="rate-date _div data-v-62783f94">{{item.CREATE_DATE}}</view></view><view class="rate-content _div data-v-62783f94"><view class="_div data-v-62783f94">{{item.MALLCOMMENT_CONTENT}}</view><block wx:if="{{$root.g0>0}}"><view class="rate-photo _div data-v-62783f94"><block wx:for="{{item.IMAGELIST}}" wx:for-item="img" wx:for-index="i" wx:key="i"><image mode="aspectFit" lazy-load="true" src="{{img.IMAGE_URL}}" data-event-opts="{{[['tap',[['seePhoto',['$0','$1'],[[['item.IMAGELIST','',i,'IMAGE_URL']],'item.IMAGELIST']]]]]}}" bindtap="__e" class="data-v-62783f94"></image></block></view></block></view></view>