<view class="loading {{ full ? 'full' : '' }} {{ vertical ? 'column' : 'row' }}" style="display: {{ loading ? 'flex' : 'none' }}">
      <view class="loading-item" style="width: {{ size }}rpx;height: {{ size }}rpx;margin-bottom: {{ vertical ? 10 : 0 }}rpx;margin-right: {{ vertical ? 0 : 8 }}rpx"></view>
      <view class="loading-text" style="color: {{ textColor }};font-size: {{ textSize }}">{{ text }}</view>
</view>