|
@@ -6,7 +6,8 @@
|
|
|
refresher-enabled="true">
|
|
|
<view class="scrollswiper">
|
|
|
<swiper class="swiper"
|
|
|
- indicator-dots circular=true
|
|
|
+ indicator-dots
|
|
|
+ circular=true
|
|
|
:autoplay="autoplay"
|
|
|
:interval="interval"
|
|
|
:duration="duration"
|
|
@@ -40,11 +41,10 @@
|
|
|
<van-icon name="star-o" @click="gocollect" v-if="has_collected == 1" size="22" color= "#D9332E" />
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view v-if="store_summary" style="padding: 0 32upx;">{{store_summary}}</view>
|
|
|
+ <view v-if="store_summary" style="color: #666;padding: 0 32upx 10upx 32upx;">{{store_summary}}</view>
|
|
|
<view>
|
|
|
<van-tabs v-model="activeindex" @click.stop="onChange">
|
|
|
- <van-tab :name="0" title="服务">
|
|
|
+ <van-tab :name="0" title="服务项目">
|
|
|
<view>
|
|
|
<view class="giveList">
|
|
|
<view class="giveItem" v-for="(item,index) in category_list" :key="index" @click.stop="godetail(item)">
|
|
@@ -131,11 +131,12 @@
|
|
|
</view>
|
|
|
</van-tab>
|
|
|
</van-tabs>
|
|
|
- <view v-if="activeindex == 2" class="bottomButton">
|
|
|
- <button type="warn" @click="gofeedback">您的入住意见反馈(反馈送圈币)</button>
|
|
|
- </view>
|
|
|
+
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
+ <view v-if="activeindex == 2" class="bottomButton">
|
|
|
+ <button type="warn" @click="gofeedback">您的入住意见反馈(反馈送圈币)</button>
|
|
|
+ </view>
|
|
|
<Gobacktop @getop="getop" v-if="isTop" />
|
|
|
</view>
|
|
|
</template>
|