|
@@ -1,7 +1,7 @@
|
|
<!--pages/details/details.wxml-->
|
|
<!--pages/details/details.wxml-->
|
|
<view class="bacfff">
|
|
<view class="bacfff">
|
|
<view class="pos_rel">
|
|
<view class="pos_rel">
|
|
- <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" style="height:750rpx">
|
|
|
|
|
|
+ <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" indicator-color="rgba(208, 205, 209, 1)" circular="true" indicator-active-color="#eb4e4f" style="height:750rpx">
|
|
<block wx:for="{{imgUrls}}" wx:key="*this">
|
|
<block wx:for="{{imgUrls}}" wx:key="*this">
|
|
<swiper-item>
|
|
<swiper-item>
|
|
<image src="{{item}}" class="slide-image" mode="widthFix" style="width: 100%;" />
|
|
<image src="{{item}}" class="slide-image" mode="widthFix" style="width: 100%;" />
|
|
@@ -79,7 +79,7 @@
|
|
<view class="f28 f_left">{{datas.comment.nickname}}</view>
|
|
<view class="f28 f_left">{{datas.comment.nickname}}</view>
|
|
<view class="scores f_right">
|
|
<view class="scores f_right">
|
|
<view class="flex-stars">
|
|
<view class="flex-stars">
|
|
- <image class="star" src="../../image/star.png" wx:for="{{datas.comment.scores}}" wx:key="*this"></image>
|
|
|
|
|
|
+ <image class="star" src="../../image/star.png" wx:for="{{datas.comment.scores}}" wx:index="starindex" wx:key="starindex"></image>
|
|
</view>
|
|
</view>
|
|
<view class="comment_time">{{datas.comment.comment_time}}</view>
|
|
<view class="comment_time">{{datas.comment.comment_time}}</view>
|
|
</view>
|
|
</view>
|
|
@@ -96,7 +96,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="vux-1px-b">
|
|
<view class="vux-1px-b">
|
|
- <view class="attr_list_item" wx:for="{{datas.common_info.attrs}}" wx:key="*this">
|
|
|
|
|
|
+ <view class="attr_list_item" wx:for="{{datas.common_info.attrs}}" wx:index="attrindex" wx:key="attrindex">
|
|
<text>{{item.name}}</text>
|
|
<text>{{item.name}}</text>
|
|
<text class="col333">{{item.value}}</text>
|
|
<text class="col333">{{item.value}}</text>
|
|
</view>
|
|
</view>
|
|
@@ -104,7 +104,6 @@
|
|
|
|
|
|
<view class="place-bac247"></view>
|
|
<view class="place-bac247"></view>
|
|
|
|
|
|
- <!-- <button style="width: 40%; margin: 160rpx auto;" type="primary" plain="true" bindtap="toWebView">查看更多详情</button> -->
|
|
|
|
<view class="see_more_details" bindtap="toWebView">查看更多详情</view>
|
|
<view class="see_more_details" bindtap="toWebView">查看更多详情</view>
|
|
<view class="place_details_tabbar"></view>
|
|
<view class="place_details_tabbar"></view>
|
|
|
|
|
|
@@ -133,6 +132,14 @@
|
|
<text class="goods_original_price">{{getOneSummary.goods_price}}</text>
|
|
<text class="goods_original_price">{{getOneSummary.goods_price}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="f24">已售{{getOneSummary.goods_salenum}}件/库存{{getOneSummary.goods_storage}}件</view>
|
|
<view class="f24">已售{{getOneSummary.goods_salenum}}件/库存{{getOneSummary.goods_storage}}件</view>
|
|
|
|
+ <block wx:if="{{getgift}}">
|
|
|
|
+ <navigator url="/pages/details/details?goods_id={{item.gifts.gift_goods_id}}" wx:for="{{getgift}}" wx:index="giftindex" wx:key="giftindex">
|
|
|
|
+ <view class="gifts_wrap one_line_hidden">
|
|
|
|
+ <text class="gift_tag">赠品</text>
|
|
|
|
+ <text class="gift_underline ml8">{{item.sum.goods_mobile_name}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ </navigator>
|
|
|
|
+ </block>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|