|
|
@ -21,15 +21,61 @@ |
|
|
<view class="com-price two">¥{{ allowance_data.mini_price / 100 }}起</view> |
|
|
<view class="com-price two">¥{{ allowance_data.mini_price / 100 }}起</view> |
|
|
<view class="yellow">单品最高补贴{{ allowance_data.max_price / 100 }}元</view> |
|
|
<view class="yellow">单品最高补贴{{ allowance_data.max_price / 100 }}元</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="top-info" wx:if="{{info}}"> |
|
|
|
|
|
<view class="title">{{info.title}}</view> |
|
|
<view wx:if="{{info}}"> |
|
|
<view class="subtitle">{{info.subtitle}}</view> |
|
|
<!-- 酒景套餐 --> |
|
|
<view class="tags-box textOver"> |
|
|
<view class="top-info" style="padding: 0;" wx:if="{{info.is_package===1}}"> |
|
|
<view class="tag textOver" wx:for="{{info.display_tags}}">{{item}}<view class="line"></view> |
|
|
<div class="wineScene-price-container" > |
|
|
|
|
|
<div class="wineSecne-price">{{info.price/100}}<span class="wineSecne-money">¥{{info.market_price/100}}</span></div> |
|
|
|
|
|
<div>已售{{info.sales_number||0}}份</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<view style="padding: 26rpx 26rpx 0;"> |
|
|
|
|
|
<view class="title" style="font-weight: bold;">{{info.title}}</view> |
|
|
|
|
|
<view class="hotel-custom" style="padding:26rpx 0"> |
|
|
|
|
|
<view class="hotel-custom-detail" wx:for="{{info.product_data}}" wx:key="item"> |
|
|
|
|
|
<view class="tip-info"> |
|
|
|
|
|
<view class="tip">{{index}}</view> |
|
|
|
|
|
<view class="info"></view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="hotel-custom-right" style="padding-left: 8rpx;flex:1;width: 1rpx;" > |
|
|
|
|
|
<view style="display: flex;align-items: center;justify-content: space-between;" wx:for="{{item}}" wx:key="data" wx:for-item="str" wx:for-index="i"> |
|
|
|
|
|
<view class="textOver" style="flex:1;"> |
|
|
|
|
|
{{str.title}} |
|
|
|
|
|
</view> |
|
|
|
|
|
<view style="flex-shrink: 0;width: 60rpx;text-align: right;">{{str.unit}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view style="width: 100%;background:#f2f2f2;padding-top: 16rpx;margin-bottom: -8rpx;" bindtap="gotolocation"> |
|
|
|
|
|
<view class="map-container"> |
|
|
|
|
|
<view> |
|
|
|
|
|
<view class="textOver" style="font-weight: 500;font-size: 28rpx;color: #000000;width: 600rpx;">{{info.scene_name}}</view> |
|
|
|
|
|
<view style="padding-top: 17rpx;">{{info.scene_address}}</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
<view style="text-align: center;"> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/wineScene/navigation.png"></image> |
|
|
|
|
|
<view style="padding-top: 14rpx;">去这里</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="top-info" wx:else> |
|
|
|
|
|
<view class="title">{{info.title}}</view> |
|
|
|
|
|
<view class="subtitle">{{info.subtitle}}</view> |
|
|
|
|
|
<view class="tags-box textOver"> |
|
|
|
|
|
<view class="tag textOver" wx:for="{{info.display_tags}}">{{item}}<view class="line"></view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="tags-price"><text>¥</text><text>{{info.price/100}}</text><text>起</text></view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="tags-price"><text>¥</text><text>{{info.price/100}}</text><text>起</text></view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="scroll-all-box" id="menus" wx:if="{{info}}"> |
|
|
<view class="scroll-all-box" id="menus" wx:if="{{info}}"> |
|
|
<view class="scroll-menus{{fixed?' fixed-menus':''}}" style="top:{{top}}px"> |
|
|
<view class="scroll-menus{{fixed?' fixed-menus':''}}" style="top:{{top}}px"> |
|
|
<view class="scroll-menu-item{{type==1?' active':''}}" bindtap="changeMenu" data-index="1">产品特色</view> |
|
|
<view class="scroll-menu-item{{type==1?' active':''}}" bindtap="changeMenu" data-index="1">产品特色</view> |
|
|
|