|
1 | 1 | <template> |
2 | 2 | <view> |
3 | 3 | <view class="example-title">基本用法</view> |
4 | | - <uni-notice-bar single="true" text="[单行] uni-app 1.6发布,开发一次、7端覆盖!"></uni-notice-bar> |
| 4 | + <uni-notice-bar :single="true" text="[单行] uni-app 1.6发布,开发一次、7端覆盖!"></uni-notice-bar> |
5 | 5 | <uni-notice-bar text="[多行] uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
6 | 6 | <view class="example-title">加图标</view> |
7 | | - <uni-notice-bar single="true" show-icon="true" text="uni-app行业峰会频频亮相,开发者反响热烈!"></uni-notice-bar> |
8 | | - <uni-notice-bar show-icon="true" text="8月12日DCloud受邀参加iWEB峰会后,9月19日DCloud CEO 王安在千人小程序峰会——见实大会,做了主题为《App和小程序,鱼与熊掌如何兼得?》的分享。"></uni-notice-bar> |
| 7 | + <uni-notice-bar :single="true" :show-icon="true" text="uni-app行业峰会频频亮相,开发者反响热烈!"></uni-notice-bar> |
| 8 | + <uni-notice-bar :show-icon="true" text="8月12日DCloud受邀参加iWEB峰会后,9月19日DCloud CEO 王安在千人小程序峰会——见实大会,做了主题为《App和小程序,鱼与熊掌如何兼得?》的分享。"></uni-notice-bar> |
9 | 9 | <!-- #ifndef H5 --> |
10 | 10 | <view class="example-title">文字滚动</view> |
11 | | - <uni-notice-bar scrollable="true" single="true" text="uni-app行业峰会频频亮相,开发者反响热烈!"></uni-notice-bar> |
12 | | - <uni-notice-bar show-icon="true" scrollable="true" single="true" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
13 | | - <uni-notice-bar scrollable="true" text="8月12日DCloud受邀参加iWEB峰会后,9月19日DCloud CEO 王安在千人小程序峰会——见实大会,做了主题为《App和小程序,鱼与熊掌如何兼得?》的分享。"></uni-notice-bar> |
| 11 | + <uni-notice-bar :scrollable="true" :single="true" text="uni-app行业峰会频频亮相,开发者反响热烈!"></uni-notice-bar> |
| 12 | + <uni-notice-bar :show-icon="true" :scrollable="true" :single="true" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
| 13 | + <uni-notice-bar :scrollable="true" text="8月12日DCloud受邀参加iWEB峰会后,9月19日DCloud CEO 王安在千人小程序峰会——见实大会,做了主题为《App和小程序,鱼与熊掌如何兼得?》的分享。"></uni-notice-bar> |
14 | 14 | <!-- #endif --> |
15 | 15 | <view class="example-title">查看更多</view> |
16 | | - <uni-notice-bar @getmore="getMore" :show-get-more="true" single="true" text="年末大礼:uni-app1.4 新增百度、支付宝小程序。插件市场重磅上线!"></uni-notice-bar> |
17 | | - <uni-notice-bar @getmore="getMore" :show-get-more="true" more-text="查看更多" show-icon="true" single="true" text="年末大礼:uni-app1.4 新增百度、支付宝小程序。插件市场重磅上线!"></uni-notice-bar> |
| 16 | + <uni-notice-bar @getmore="getMore" :show-get-more="true" :single="true" text="年末大礼:uni-app1.4 新增百度、支付宝小程序。插件市场重磅上线!"></uni-notice-bar> |
| 17 | + <uni-notice-bar @getmore="getMore" :show-get-more="true" more-text="查看更多" :show-icon="true" :single="true" text="年末大礼:uni-app1.4 新增百度、支付宝小程序。插件市场重磅上线!"></uni-notice-bar> |
18 | 18 | <view class="example-title">修改颜色</view> |
19 | | - <uni-notice-bar more-text="查看更多" color="red" background-color="#eee" single="true" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
20 | | - <uni-notice-bar show-icon="true" color="blue" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
| 19 | + <uni-notice-bar more-text="查看更多" color="red" background-color="#eee" :single="true" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
| 20 | + <uni-notice-bar :show-icon="true" color="blue" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
21 | 21 | <view class="example-title">关闭按钮</view> |
22 | | - <uni-notice-bar show-close="true" single="true" text="HBuilderX 1.0正式发布!uni-app实现里程碑突破!"></uni-notice-bar> |
23 | | - <uni-notice-bar show-close="true" show-icon="true" more-text="查看更多" text="HBuilderX 1.0正式发布!uni-app实现里程碑突破!"></uni-notice-bar> |
24 | | - <uni-notice-bar show-close="true" show-icon="true" text="uni-app 1.6发布,开发一次、7端覆盖!"></uni-notice-bar> |
25 | | - <uni-notice-bar show-close="true" show-icon="true" single="true" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
| 22 | + <uni-notice-bar :show-close="true" :single="true" text="HBuilderX 1.0正式发布!uni-app实现里程碑突破!"></uni-notice-bar> |
| 23 | + <uni-notice-bar :show-close="true" :show-icon="true" more-text="查看更多" text="HBuilderX 1.0正式发布!uni-app实现里程碑突破!"></uni-notice-bar> |
| 24 | + <uni-notice-bar :show-close="true" :show-icon="true" text="uni-app 1.6发布,开发一次、7端覆盖!"></uni-notice-bar> |
| 25 | + <uni-notice-bar :show-close="true" :show-icon="true" :single="true" text="uni-app 1.6版正式发布,开发一次,同时发布iOS、Android、H5、微信小程序、支付宝小程序、百度小程序、头条小程序等7大平台。"></uni-notice-bar> |
26 | 26 | </view> |
27 | 27 | </template> |
28 | 28 |
|
|
0 commit comments