76 lines
4.7 KiB
Plaintext
76 lines
4.7 KiB
Plaintext
<view class="navigation {{isFixedTop > 0 ? 'active' : ''}}" style="padding-top:{{barHeight}}px;">
|
|
<image bindtap="returnGo" class="navigation-arrow" src="{{isFixedTop > 0 ? '/static/icons/arrowBlack.png' : '/static/icons/arrowWrite.png'}}"></image>
|
|
</view>
|
|
|
|
|
|
<image class="recruit-title" src="https://cdn.shuiganying.com/images/2023/07/21/9d9c0384330026a97c8b0ff35cc09d40.png" mode="widthFix"></image>
|
|
<view class="recruit">
|
|
<image class="recruit-back" src="https://cdn.shuiganying.com/images/2023/07/21/5409af95a4c54c9c9cf774921e792353.png" mode="widthFix"></image>
|
|
<view class="recruit-cont">
|
|
<view class="recruit-padding">
|
|
<view class="recruit-block">
|
|
<view class="recruit-border">
|
|
<view class="goodsCont-item">
|
|
<view class="goodsCont-item-cont">
|
|
<image src="{{dataShow.cover}}" mode="widthFix" class="goodsCont-item-photo"></image>
|
|
<view class="goodsCont-item-price">
|
|
<image src="https://cdn.shuiganying.com/images/2023/05/17/054f6658624c4b1ed78bb834a8d3c4d6.png" mode="widthFix" class="goodsCont-item-price-back"></image>
|
|
<view class="goodsCont-item-price-cont">
|
|
<view class="goodsCont-item-price-left">
|
|
{{dataShow.name}}
|
|
</view>
|
|
<view class="goodsCont-item-price-right goodsCont-item-price-white">
|
|
<view class="goodsCont-item-price-number">¥<text>{{dataShow.price.vip}}</text>/瓶</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 地址 -->
|
|
<view class="recruit-block">
|
|
<view class="recruit-border">
|
|
<navigator hover-class="none" url="/pages/site/index?type=goodsAddress" class="address-cont" wx:if="{{address != ''}}">
|
|
<view class="siteTop">
|
|
<image class="siteTop-img" src="https://cdn.shuiganying.com/images/2023/07/21/af4c2254c0eb79492966ca4a89d73e85.png" mode="widthFix"></image>
|
|
<view class="siteTop-name">
|
|
<text>{{address.name}}</text>{{address.mobile}}
|
|
</view>
|
|
</view>
|
|
<view class="siteText">
|
|
<text>{{address.full_address}}</text>
|
|
<image class="siteTop-arrow" src="https://cdn.shuiganying.com/images/2023/07/21/09cb0b91639fb0db1d304f60816f06c4.png" mode="widthFix"></image>
|
|
</view>
|
|
</navigator>
|
|
<view class="address-add" wx:else>
|
|
<image class="address-icon" src="/static/icons/address-icon.png" mode="widthFix"></image>
|
|
<navigator hover-class="none" url="/pages/site/index?type=goodsAddress" class="address-go">新增收货地址 ></navigator>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 按钮 -->
|
|
<view class="recruit-btn" bindtap="createGo">
|
|
<image class="recruit-btn-img" src="https://cdn.shuiganying.com/images/2023/07/21/76a01a5c46aa872e37c6af02ab2f6ace.png" mode="widthFix"></image>
|
|
<button class="recruit-btn-text recruit-btn-disabled" disabled="{{disabled}}">兑换水感应喷雾一瓶</button>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 底部 -->
|
|
<view class="recruit-bottom">
|
|
<image class="recruit-bottom-img" src="https://cdn.shuiganying.com/images/2023/07/07/99bbdab2c12d05bb267fb43886f6a5b6.png" mode="widthFix"></image>
|
|
<view class="recruit-bottom-text">水感应·好“雾”星球</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="refertoEject {{exchangesHide ? 'active' : ''}}" catchtouchmove='true'></view>
|
|
<view class="refertoCont {{exchangesHide ? 'active' : ''}}" catchtouchmove='true'>
|
|
<image class="refertoCont-img" src="https://cdn.shuiganying.com/images/2023/07/21/9c9f4fa4b00d825bf3eeb83df7a4b76e.png" mode="widthFix"></image>
|
|
<view class="refertoCont-name" hover-class="none" url="/pages/index/assess/assess?type=1" open-type="redirectTo" bindtap="refertoTap">
|
|
<text>收下啦 ~</text>
|
|
</view>
|
|
<image class="refertoCont-close" bindtap="refertoTap" src="https://cdn.shuiganying.com/images/2023/07/07/f9975891c1efa9b5fcd59fe33a75ed60.png" mode="widthFix"></image>
|
|
</view> |