|
@@ -1,5 +1,5 @@
|
|
|
<nav type="title" background-color="#ffffff" frontColor="#000000" title="云上望仙" />
|
|
|
-<scroll-view class="all" id="scroller" bind:scroll="onScroll" scroll-y="true" bindscrolltolower="loadMoreData" style="height: {{contentHeight}}rpx;">
|
|
|
+<scroll-view class="all" id="scroller" bindscroll="onScroll" scroll-y="true" bindscrolltolower="loadMoreData" style="height: {{contentHeight}}rpx;">
|
|
|
<view class="picturebox">
|
|
|
<view class="img">
|
|
|
<image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
|
|
@@ -7,26 +7,23 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 日期 -->
|
|
|
- <view class="infobox">
|
|
|
- <view class="seach">
|
|
|
- <!-- <van-search input-class='a' shape="round" model:value="{{ value }}" placeholder="请输入地点/门店名称/关键词" bind:search="search" bind:change="change" bind:clear='clear' /> -->
|
|
|
- <van-icon name="search" size='40rpx' />
|
|
|
- <input class="input" bindinput='change' bindconfirm='search' model:value='{{value}}' type="text" placeholder="搜索地点/门店名称/关键词" placeholder-style="font-size: 26rpx;" />
|
|
|
- </view>
|
|
|
- <view class="datebox" bindtap="onDisplay">
|
|
|
- <view class="start">{{date_start}}</view>
|
|
|
- <view class="today" wx:if="{{istoday}}">今天</view>
|
|
|
- <view class="day">共{{daysBetween}}晚</view>
|
|
|
- <view class="end">{{date_end}}</view>
|
|
|
- <view class="today" wx:if="{{istoday}}">明天</view>
|
|
|
+ <view class="Inforbox" style="{{scrollTop > 162 ? 'position: fixed; top: ' + topheight + 'rpx;margin-top: 0rpx;' : ''}}">
|
|
|
+ <view class="infobox" >
|
|
|
+ <view class="seach">
|
|
|
+ <!-- <van-search input-class='a' shape="round" model:value="{{ value }}" placeholder="请输入地点/门店名称/关键词" bind:search="search" bind:change="change" bind:clear='clear' /> -->
|
|
|
+ <van-icon name="search" size='40rpx' />
|
|
|
+ <input class="input" bindinput='change' bindconfirm='search' model:value='{{value}}' type="text" placeholder="搜索地点/门店名称/关键词" placeholder-style="font-size: 26rpx;" />
|
|
|
+ </view>
|
|
|
+ <view class="datebox" bindtap="onDisplay">
|
|
|
+ <view class="start">{{date_start}}</view>
|
|
|
+ <view class="today" wx:if="{{istoday}}">今天</view>
|
|
|
+ <view class="day">共{{daysBetween}}晚</view>
|
|
|
+ <view class="end">{{date_end}}</view>
|
|
|
+ <view class="today" wx:if="{{istoday}}">明天</view>
|
|
|
+ </view>
|
|
|
+ <van-calendar show="{{ show }}" show-confirm="{{ true }}" confirm-text="完成" confirm-disabled-text='完成' type="range" bind:close="onClose" bind:confirm="onConfirm" color='#46a9a4' position='top' />
|
|
|
</view>
|
|
|
- <van-calendar show="{{ show }}" show-confirm="{{ true }}" confirm-text="完成" confirm-disabled-text='完成' type="range" bind:close="onClose" bind:confirm="onConfirm" color='#46a9a4' position='top' />
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<!-- 卡片 -->
|
|
|
<view class="Legendary-Information" wx:if="{{storeList.length!=0}}">
|
|
|
<block>
|