You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.9 KiB

3 years ago
<!--pages/goodsDetail/index.wxml-->
<view class="detail-page">
<view class="swiper-box">
<swiper>
<block>
<swiper-item>
<view class="swiper-item">
<image src="../../images/jixiang.png" mode="widthFix"></image>
</view>
</swiper-item>
</block>
</swiper>
</view>
<view class="goods-info-box acea-row row-between">
<view class="info-l-box">
<view class="name line1">瑞梦思·布胡斯智能床垫</view>
<view class="price"><text class="fz20">¥</text>129000-289000</view>
<view class="old-price">原价:¥<text class="row-line">99999</text></view>
</view>
<view class="info-r-box">
<view>销量:999+</view>
<button open-type="share" class="share-btn acea-row row-center-wrapper">
<image src="../../images/share.png"></image>
<text>分享</text>
</button>
</view>
</view>
<view class="title-box acea-row row-center row-middle">
<view class="row-line"></view>
<view class="title">产商品情</view>
<view class="row-line"></view>
</view>
<view class="produce-detail">
<image src="../../images/jixiang.png" mode="widthFix"></image>
<image src="../../images/jixiang.png" mode="widthFix"></image>
<image src="../../images/chongsu.png" mode="widthFix"></image>
<image src="../../images/chongsu.png" mode="widthFix"></image>
</view>
<view class="footer-box acea-row row-between-wrapper">
<view class="icons-box acea-row">
<view class="home" bindtap="toHome">
<image src="../../images/home.png"></image>
<text>首页</text>
</view>
<view class="home" bindtap="toList">
<image src="../../images/list.png"></image>
<text>商品列表</text>
</view>
</view>
<view class="submit-btn">立即咨询</view>
</view>
<view class="mask-box">
</view>
</view>