- <view class="hotdotbar" bindtap = "goNovaURL" data-url="{{options.data.notice}}"
 
- style="color:{{options.style.textColor}};font-size:{{options.style.fontSize * 2 }}rpx;margin:{{options.style.margin.top* 2 }}rpx {{options.style.margin.right* 2 }}rpx {{options.style.margin.bottom* 2 }}rpx {{options.style.margin.left* 2 }}rpx;background:{{options.style.backgroundColor}};height:{{options.style.height* 2 }}rpx;width:{{options.style.width}}%; border-radius:{{options.style.borderRadius *2}}rpx ">
 
-   <van-icon name="volume" color="{{options.style.iconColor}}"  size="{{options.style.iconSize}}" />
 
-   <view class="text">
 
-     {{options.data.notice}}
 
-   </view>
 
- </view>
 
 
  |