tanyanfei il y a 4 ans
Parent
commit
3781530fc0

+ 2 - 1
pages/conference/conference.wxml

@@ -5,7 +5,8 @@
   <text>发布单位:{{info.publish_unit}}</text>
   <text>主办方:{{info.hold_unit}}</text>
   <text>承办方:{{info.assist_unit}}</text>
-  <text>发表时间:{{info.begin_time}}</text>
+  <text>发表时间:{{info.uptime}}</text>
+  <text>活动时间:{{info.begin_time}}至{{info.end_time}}</text>
 </view>
 
 <view class="title">活动简介:</view>

+ 1 - 1
pages/eventDetail/eventDetail.wxml

@@ -54,7 +54,7 @@
 
 <view class="hotel" wx:if='{{info.hotel.name}}'>
     <view class="tt">酒店信息</view>
-    <swiper indicator-dots="{{true}}">
+    <swiper indicator-dots="{{true}}" indicator-active-color='#ffffff'>
                 <block wx:for="{{info.hotel.imgs}}" wx:key="*this">
                   <swiper-item style='height:200px;'>
                     <image style="width:100%;height:100%;"  src="{{item}}"></image>

+ 2 - 2
pages/hotel/hotel.wxml

@@ -1,5 +1,5 @@
 <!--pages/hotel/hotel.wxml-->
-<swiper indicator-dots="{{true}}">
+<swiper indicator-dots="{{true}}" indicator-active-color='#ffffff'>
         <block wx:for="{{info.imgs}}" wx:key="*this">
           <swiper-item>
             <image style="width:100%;height:100%;"  src="{{item}}"></image>
@@ -34,7 +34,7 @@
       <icon bindtap="close" class="icon-small" type="cancel" size="23"></icon>
       <text class="room_title">{{data.name}}</text>
       <!-- <image src="{{data.img}}"></image> -->
-      <swiper indicator-dots="{{true}}">
+      <swiper indicator-dots="{{true}}" indicator-active-color='#ffffff'>
                 <block wx:for="{{data.imgs}}" wx:key="*this">
                   <swiper-item>
                     <image style="width:100%;height:100%;"  src="{{item}}"></image>