Files
sgy-web/pages/mall/index.wxml

75 lines
4.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 产品轮播 -->
<view class="mallBanner">
<view class="mallBanner-cont">
<swiper class="mallBanner-see" autoplay="true" circular duration="500" indicator-dots>
<swiper-item>
<navigator url="/pages/user/about/about">
<image src="https://cdn.shuiganying.com/images/2023/05/17/c79743b1de182fbc2dd39188a7c6938c.png" mode="aspectFill" class="mallBanner-img"></image>
</navigator>
</swiper-item>
<swiper-item>
<navigator url="/pages/user/about/about">
<image src="https://cdn.shuiganying.com/images/2023/05/23/1d021dfa811e809b92fe0c49f792560e.png" mode="aspectFill" class="mallBanner-img"></image>
</navigator>
</swiper-item>
</swiper>
</view>
</view>
<!-- 美肤教练 -->
<!-- <navigator hover-class="none" url="/pages/beautify/coach" class="nurse" style="padding-bottom: 0!important;">
<image class="nurse-img" mode="widthFix" src="https://cdn.shuiganying.com/images/2023/11/15/d7f1911c95307c29ea7904bde0f437a8.png"></image>
</navigator> -->
<!-- 使用场景 -->
<view class="scene">
<view class="sceneCont">
<view class="sceneCont-title">使用场景</view>
<image src="https://cdn.shuiganying.com/images/2023/05/17/7b5db9360b5de015c526471dda937495.png" mode="widthFix" class="sceneCont-img"></image>
<view class="sceneCont-title">使用方法</view>
<view class="sceneCont-item">
<view class="sceneCont-label">
<image src="https://cdn.shuiganying.com/images/2023/05/17/cf1bafbc092493f8c2b6d2e2a8ab2607.png" mode="aspectFill" class="sceneCont-label-img"></image>
<view class="sceneCont-label-text">1.手握瓶身距离肌肤15公分距离Z字型喷在脸上</view>
</view>
<view class="sceneCont-label">
<image src="https://cdn.shuiganying.com/images/2023/05/17/8c3c9abc0e3bc265195c52372ec82723.png" mode="aspectFill" class="sceneCont-label-img"></image>
<view class="sceneCont-label-text">2.等待自然风干或用面纸轻轻按压,吸走多余水分;</view>
</view>
</view>
</view>
</view>
<!-- 必Buy推荐 -->
<view class="goods">
<view class="goodsTilte">必Buy推荐</view>
<view class="goodsCont">
<navigator hover-class="none" class="goodsCont-item" url="./details/details?id={{item.goods_id}}" wx:for="{{goodsArr}}" wx:key="goodsArr">
<image src="https://cdn.shuiganying.com/images/2023/05/17/40e80f12b27a8dc25cfb730ffaf7063b.png" mode="aspectFill" class="goodsCont-item-back"></image>
<view class="goodsCont-item-cont">
<image src="{{item.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 goodsCont-item-price-black">
<view class="goodsCont-item-price-text">市场指导价</view>
<view class="goodsCont-item-price-number">¥<text>{{item.price.price}}</text>/{{item.number}}瓶</view>
</view>
<view class="goodsCont-item-price-right goodsCont-item-price-white">
<view class="goodsCont-item-price-text">VIP会员价</view>
<view class="goodsCont-item-price-number">¥<text>{{item.price.vip}}</text>/{{item.number}}瓶</view>
</view>
</view>
</view>
</view>
</navigator>
</view>
</view>
<!-- 单图 -->
<navigator hover-class="none" url="/pages/health/index" class="nurse">
<image class="nurse-img" mode="widthFix" src="https://cdn.shuiganying.com/images/2023/05/19/4c90b7e43fd9e25601f2dca442de34ba.jpg"></image>
</navigator>