Browse Source

提交

master
chenkainan 12 months ago
parent
commit
4f6cf02469
  1. 2
      subPackages/leyou/detail.vue

2
subPackages/leyou/detail.vue

@ -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>

Loading…
Cancel
Save