营销:装修页面适配
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
<template>
|
||||
<view class="ss-flex ss-col-center notice-wrap">
|
||||
<image class="icon-img" :src="sheep.$url.cdn(data.src)" mode="heightFix"></image>
|
||||
<image class="icon-img" :src="sheep.$url.cdn(data.iconUrl)" mode="heightFix"></image>
|
||||
<!-- todo:@owen 暂时只支持一个公告 -->
|
||||
<su-notice-bar
|
||||
style="flex: 1"
|
||||
:showIcon="false"
|
||||
scrollable
|
||||
single
|
||||
:text="data.title.text"
|
||||
:text="data.contents[0].text"
|
||||
:speed="50"
|
||||
:color="data.title.color"
|
||||
@tap="sheep.$router.go(data.url)"
|
||||
:color="data.textColor"
|
||||
@tap="sheep.$router.go(data.contents[0].url)"
|
||||
></su-notice-bar>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user