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