1 |
- <block wx:if="{{loading}}"><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" style="{{'width:'+(windowWinth+'px')+';'+('height:'+(windowHeight+'px')+';')+('background-color:'+(bgColor)+';')+('position:'+('absolute')+';')+('left:'+(left+'px')+';')+('top:'+(top+'px')+';')+('z-index:'+(9998)+';')+('overflow:'+('hidden')+';')}}" catchtouchmove="__e" class="data-v-c4304e1e"><block wx:for="{{RectNodes}}" wx:for-item="item" wx:for-index="index" wx:key="g0"><view class="{{['data-v-c4304e1e',animation?'skeleton-fade':'']}}" style="{{'width:'+(item.width+'px')+';'+('height:'+(item.height+'px')+';')+('background-color:'+(elColor)+';')+('position:'+('absolute')+';')+('left:'+(item.left-left+'px')+';')+('top:'+(item.top-top+'px')+';')}}"></view></block><block wx:for="{{circleNodes}}" wx:for-item="item" wx:for-index="index" wx:key="g1"><view class="{{['data-v-c4304e1e',animation?'skeleton-fade':'']}}" style="{{'width:'+(item.width+'px')+';'+('height:'+(item.height+'px')+';')+('background-color:'+(elColor)+';')+('border-radius:'+(item.width/2+'px')+';')+('position:'+('absolute')+';')+('left:'+(item.left-left+'px')+';')+('top:'+(item.top-top+'px')+';')}}"></view></block><block wx:for="{{filletNodes}}" wx:for-item="item" wx:for-index="index" wx:key="g2"><view class="{{['data-v-c4304e1e',animation?'skeleton-fade':'']}}" style="{{'width:'+(item.width+'px')+';'+('height:'+(item.height+'px')+';')+('background-color:'+(elColor)+';')+('border-radius:'+(borderRadius+'rpx')+';')+('position:'+('absolute')+';')+('left:'+(item.left-left+'px')+';')+('top:'+(item.top-top+'px')+';')}}"></view></block></view></block>
|