|
|
@ -7,7 +7,7 @@ |
|
|
|
<view class="content"> |
|
|
|
<view class="title">{{detail.title}}</view> |
|
|
|
<view class="subtitle">{{detail.subtitle}}</view> |
|
|
|
<view class="notice"> |
|
|
|
<view class="notice" v-if="detail.open_description"> |
|
|
|
<uni-notice-bar showIcon scrollable single :text="detail.open_description" color="#fff" |
|
|
|
background-color="rgba(255, 255, 255, .26)" speed="50"></uni-notice-bar> |
|
|
|
</view> |
|
|
|