This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/components/diy/notice/notice.wxml

4 lines
270 B
Plaintext
Raw Normal View History

2020-04-25 22:59:04 +08:00
<!-- 公告组 -->
<view class="diy-notice">
<zan-noticebar leftIcon="{{ params.icon }}" text="{{ params.text }}" color="{{ itemStyle.textColor }}" background-color="{{ itemStyle.background }}" paddingTop="{{ itemStyle.paddingTop }}" scrollable="{{ true }}" />
</view>