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.
1 line
11 KiB
1 line
11 KiB
|
2 months ago
|
<view class="page1"><cmd-nav-bar vue-id="6a6fccac-1" iconOne="chevron-left" title="{{shopName}}" background-color="#fff" data-event-opts="{{[['^iconOne',[['goToInfo']]]]}}" bind:iconOne="__e" bind:__l="__l"></cmd-nav-bar><block wx:if="{{enDayShow}}"><view data-event-opts="{{[['tap',[['bigFWHPic',['$event']]]]]}}" style="width:100%;height:60rpx;margin-top:180rpx;" bindtap="__e"><u-notice-bar vue-id="6a6fccac-2" mode="horizontal" bgColor="#088FEB" color="#eee" text="{{textArr}}" bind:__l="__l"></u-notice-bar></view></block><view class="title" style="{{'margin-top:'+(enDayShow?'0':'180rpx')+';'}}"><swiper class="swiper-box" indicator-dots="{{true}}" circular="{{true}}" autoplay="{{true}}" current="{{swiperDotIndex}}" data-event-opts="{{[['change',[['lunbochange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{bigImg}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item><view class="swiper-item"><image style="width:100%;height:100%;border-radius:10px;" src="{{item.productPicture}}" alt></image></view></swiper-item></block></swiper></view><view style="padding-bottom:120rpx;"><view style="background:#fff;border-radius:10px;height:200rpx;padding:0 2%;"><view style="height:100rpx;line-height:100rpx;font-size:32rpx;"><text style="color:red;">¥</text><text style="color:red;font-weight:bold;font-size:42rpx;">{{shopList.discountAmount}}</text><text style="color:#777;font-size:26rpx;margin-left:20rpx;">售价</text></view><view style="height:100rpx;line-height:80rpx;font-size:32rpx;font-weight:bold;"><text>{{shopList.productName}}</text><text style="padding-left:20rpx;">{{shopList.productSn}}</text></view></view><view style="background:#fff;border-radius:10px;margin-top:20rpx;padding:20rpx;display:flex;flex-direction:column;"><view><view style="height:60rpx;line-height:60rpx;font-size:30rpx;font-weight:bold;"> 颜色: </view><block wx:for="{{shopList.attributeList[0].value}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="display:inline-block;float:left;"><view style="border-radius:5px;background:#F5F5F5;padding:5px 7px;margin-right:20rpx;">{{item.value}}</view></view></block></view><view><view style="height:60rpx;line-height:60rpx;font-size:30rpx;font-weight:bold;"> 尺码: </view><block wx:for="{{shopList.attributeList[1].value}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="display:inline-block;float:left;"><view style="border-radius:5px;background:#F5F5F5;padding:5px 7px;margin-right:20rpx;">{{item.value}}</view></view></block></view></view><view style="background:#fff;height:150rpx;border-radius:10px;display:flex;margin-top:15rpx;"><view><image style="margin:25rpx;width:100rpx;height:100rpx;border-radius:100rpx;" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/76970b689e86424a965089b2077b111b.jpg" alt></image></view><view style="line-height:150rpx;font-size:38rpx;font-weight:bold;width:55%;">{{shopName}}</view></view><view style="width:100%;"><block wx:for="{{bigImg}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="width:100%;"><image style="display:block;width:100%;" mode="aspectFit" src="{{item.productPicture}}" alt></image></view></block></view></view><view style="width:100%;height:120rpx;background:#fff;position:fixed;bottom:0;"><view data-event-opts="{{[['tap',[['toggle',['bottom','$0'],['shopList']]]]]}}" style="width:95%;height:80rpx;background:#FF4040;color:#fff;border-radius:80rpx;text-align:center;line-height:80rpx;font-size:32rpx;margin:20rpx auto;" bindtap="__e"> 下单 </view></view><uni-popup class="vue-ref" vue-id="6a6fccac-3" background-color="#fff" data-ref="popup" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-content"><view class="popup-title"><view class="popup-title-left"><block wx:if="{{goodsDetail.productPicture}}"><image class="img-radius _img" src="{{goodsDetail.productPicture}}" alt></image></block><block wx:else><view class="noPic">暂无图片</view></block></view><view class="popup-title-right"><view class="popup-title-right-box" style="color:#088FEB;">{{(goodsDetail.productName==null?'':goodsD
|