[添加单商品]
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!-- 双节弹出 -->
|
||||
<view class="haveBack" wx:if="{{haveimg}}" catchtouchmove></view>
|
||||
<!-- <view class="haveBack" wx:if="{{haveimg}}" catchtouchmove></view>
|
||||
<view class="haveCont" wx:if="{{haveimg}}" catchtouchmove>
|
||||
<image class="haveCont-img" src="https://api.siyuankunlun.com/storage/images/2023/09/26/0a0d13f2ef6abe6275cc06eed53771d8.png" mode="widthFix"></image>
|
||||
<image class="haveCont-close" src="/static/icons/closeBig.png" mode="widthFix" bindtap="haveHIde"></image>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<view class="page-section">
|
||||
<image class="videoCover" wx:if="{{videoState}}" src="http://cdn.siyuankunlun.com/materials/2022/10/13/cover.png"></image>
|
||||
@@ -45,7 +45,7 @@
|
||||
</view>
|
||||
<view class="otherText">古海冰泉造就不凡</view>
|
||||
<view class="othertitle">{{item.name}}</view>
|
||||
<!-- <view class="name">{{item.price.show}}元/箱</view> -->
|
||||
<view class="name">{{item.price.show}}元/箱</view>
|
||||
</swiper-item>
|
||||
</navigator>
|
||||
</swiper>
|
||||
|
||||
@@ -221,8 +221,8 @@ page {
|
||||
|
||||
.other-swiper swiper {
|
||||
background: #fff;
|
||||
height: 400rpx;
|
||||
/* height: 450rpx; */
|
||||
/* height: 400rpx; */
|
||||
height: 500rpx;
|
||||
}
|
||||
|
||||
.other-swiper .slide-image image {
|
||||
@@ -246,7 +246,7 @@ page {
|
||||
.other-swiper .box {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding-top: 50%;
|
||||
padding-top: 60%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@@ -39,11 +39,11 @@
|
||||
<view class="goodsInfo-name">
|
||||
{{mallData.name}}
|
||||
</view>
|
||||
<!-- <view class="goodsInfo-info">
|
||||
<view class="goodsInfo-info">
|
||||
<view class="goodsInfo-price">
|
||||
<view class="goodsInfo-price-symbol">¥</view>{{mallData.price.show}}
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 产品详情 -->
|
||||
@@ -63,8 +63,8 @@
|
||||
<view class="goods-info-footer {{barHeight > 30 ? 'iphoneX':''}}">已经到底拉,在往上逛一逛吧</view>
|
||||
</view>
|
||||
|
||||
<!-- <view class="footer">
|
||||
<view class="number">需<text>{{mallData.price.show}}</text>水滴</view> 之前就是隐藏的
|
||||
<view class="footer">
|
||||
<!-- <view class="number">需<text>{{mallData.price.show}}</text>水滴</view> 之前就是隐藏的 -->
|
||||
<view class="number">¥<text>{{mallData.price.show}}</text></view>
|
||||
<view bindtap="buyTap" class="btn">立即购买</view>
|
||||
</view> -->
|
||||
</view>
|
||||
@@ -12,7 +12,7 @@
|
||||
<view class="nowrap itemCont-text">{{item.description}}</view>
|
||||
<view class="itemCont-price">
|
||||
<!-- <image src="/static/icons/newIcon_03.png"></image> -->
|
||||
<!-- ¥{{item.price.price_max}} -->
|
||||
¥{{item.price.price_max}}
|
||||
</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
@@ -47,14 +47,14 @@
|
||||
<view class="label-name">重量</view>
|
||||
<view class="label-text">{{weight}}</view>
|
||||
</view>
|
||||
<view class="label-item">
|
||||
<!-- <view class="label-item">
|
||||
<view class="label-name">水滴兑换</view>
|
||||
<view class="label-integral">需{{amount}}水滴</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<!-- 购买方式 -->
|
||||
<view class="label payWay" wx:if="{{surplus > 0}}">
|
||||
<!-- <view class="label payWay" wx:if="{{surplus > 0}}">
|
||||
<view class="label-name">购买方式</view>
|
||||
<view class="cashierCont-pay-way">
|
||||
<radio-group bindchange="radioChange" style="width: 100%; display: block; height: 270rpx;">
|
||||
@@ -74,7 +74,7 @@
|
||||
</view>
|
||||
</radio-group>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<!-- 底部 -->
|
||||
|
||||
@@ -71,14 +71,14 @@
|
||||
<image class="payContList-label-arrow" src="{{ payType == 'wechat' ? '/static/icons/check_icon.png' : '/static/icons/userLogin_icon.png'}}"></image>
|
||||
<radio class="radio" value="wechat"></radio>
|
||||
</view>
|
||||
<view class="payCont-label {{ payType == 'water' ? 'active' : ''}}" wx:if="{{surplus > 0}}">
|
||||
<!-- <view class="payCont-label {{ payType == 'water' ? 'active' : ''}}" wx:if="{{surplus > 0}}">
|
||||
<view class="payContList-label-name">
|
||||
<image class="payCont-label-img" src="/static/imgs/wqb.jpg"></image>
|
||||
<text>水滴兑换</text>
|
||||
</view>
|
||||
<image class="payContList-label-arrow" src="{{ payType == 'water' ? '/static/icons/check_icon.png' : '/static/icons/userLogin_icon.png'}}"></image>
|
||||
<radio class="radio" value="water"></radio>
|
||||
</view>
|
||||
</view> -->
|
||||
</radio-group>
|
||||
<view class="payCont-btn" bindtap="paySubmit">{{ payType == 'wechat' ? '立即支付' : '立即兑换'}}</view>
|
||||
</view>
|
||||
@@ -1,9 +1,9 @@
|
||||
<view class="Usetop">
|
||||
<!-- 双节 -->
|
||||
<image class="Usetop-back" mode="aspectFill" src="https://api.siyuankunlun.com/storage/images/2023/09/22/786a12e4d61acb22bcbb2e90cb7ce023.png"></image>
|
||||
<!-- <image class="Usetop-back" mode="aspectFill" src="https://api.siyuankunlun.com/storage/images/2023/09/22/786a12e4d61acb22bcbb2e90cb7ce023.png"></image> -->
|
||||
|
||||
<!-- 默认 -->
|
||||
<!-- <image class="Usetop-back" mode="aspectFill" src="http://cdn.siyuankunlun.com/materials/2022/10/14/uaer_back.jpg"></image> -->
|
||||
<image class="Usetop-back" mode="aspectFill" src="http://cdn.siyuankunlun.com/materials/2022/10/14/uaer_back.jpg"></image>
|
||||
|
||||
<view class="Usetop-range" style="padding-top:{{barHeight + jiaonangheight}}px;">
|
||||
<view class="Usetop-cont" wx:if="{{userLogin}}">
|
||||
@@ -11,11 +11,11 @@
|
||||
<image class="Usetop-head-avatar" src="{{avatar ? avatar : '../../static/imgs/default_myHead.png'}}" mode="aspectFill"></image>
|
||||
|
||||
<!-- 双节 -->
|
||||
<image class="userTop-head-frame" src="https://api.siyuankunlun.com/storage/images/2023/09/22/e4e9b20fe4192e5617fa2eaa630afae8.png" mode=""></image>
|
||||
<!-- <image class="userTop-head-frame" src="https://api.siyuankunlun.com/storage/images/2023/09/22/e4e9b20fe4192e5617fa2eaa630afae8.png" mode=""></image> -->
|
||||
|
||||
<!-- 默认 -->
|
||||
<!-- <image wx:if="{{identity.order == '1'}}" class="Usetop-head-ancrown" src="http://api.siyuankunlun.com/materials/2022/09/19/ancrown_pt.png" mode=""></image>
|
||||
<image wx:else class="Usetop-head-ancrown" src="http://api.siyuankunlun.com/materials/2022/09/14/ancrown.png" mode=""></image> -->
|
||||
<image wx:if="{{identity.order == '1'}}" class="Usetop-head-ancrown" src="http://api.siyuankunlun.com/materials/2022/09/19/ancrown_pt.png" mode=""></image>
|
||||
<image wx:else class="Usetop-head-ancrown" src="http://api.siyuankunlun.com/materials/2022/09/14/ancrown.png" mode=""></image>
|
||||
</view>
|
||||
<view class="Usetop-text">
|
||||
{{nickName}}
|
||||
|
||||
Reference in New Issue
Block a user