detail.wxml
7.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<import src="./picker/picker.wxml"/>
<wxs src="../../../wxs/helper.wxs" module="helper"/>
<import src="../../../vendors/zanui/actionsheet/index.wxml"/>
<view class="detail-container">
<view class='topContainer'>
<product-banner image-list="{{productImages}}" product-name="{{productName}}"></product-banner>
</view>
<view class="price-separator"></view>
<view class="good-price">
<text class="real-price">{{salesPrice != '0' ? salesPrice : marketPrice}}</text>
<text class="price" wx:if="{{salesPrice != '0'}}">{{marketPrice}}</text>
<view class="good-share">
<image class="share-icon" src="../../../static/images/share-ic-dark@2x.png" bindtap="share"></image>
<button bindtap="share" class="share-button"></button>
</view>
</view>
<view class="gap"></view>
<!-- 支持的服务 -->
<view class="support-service"
style="display: {{productSupportServiceList.length>0?'block':'none'}} ;flex-direction: row; display: flex;">
<view class="support-service-item" wx:for="{{productSupportServiceList}}" wx:key="support-service">
<text wx:if="{{item.flag == 1}}" class="iconfont icon-duihao-fill"></text>
<text wx:else class="iconfont icon-warn-fill unsupport-icon"></text>
<text class="support-service-title">{{item.title}}</text>
</view>
</view>
<view class="gap"></view>
<!--店铺-->
<view class='row-shop-brief'>
<image class='shop-icon' src="{{helper.image(shopInfo.brand_ico, 120, 60)}}"></image>
<text class='shop-name'>{{shopInfo.brand_name}}</text>
<text class="shop-nav-arrow iconfont icon-right"></text>
<text class='shop-nav' bindtap="toShop">返回首页</text>
</view>
<view class="gap"></view>
<view class="goods-info" style="display:{{productDesc.length>0?'block':'none'}}">
<view class="module-title">
<text class="text">商品信息 <text class="sub-text">DESCRIPTION</text></text>
</view>
<view class="table">
<view class="tr" wx:for="{{productDesc.length/2}}" wx:key="unique">
<view class="td">{{productDesc[index*2]}}</view>
<view class="td">{{productDesc[index*2+1]}}</view>
</view>
</view>
<view wx:if="{{productPhrare}}" class="goods-info-phrare">
<text class="light-gray-font">{{productPhrare}}</text>
</view>
</view>
<view class="goods-info" style="display:{{productSizeContent.length>0?'block':'none'}}">
<view class="module-title">
<text class="text">尺码信息 <text class="sub-text">INFORMATION</text></text>
</view>
<scroll-view class="table">
<view class="tr">
<view class="td" wx:for="{{productSizeTitle}}" wx:key="unique">{{item}}</view>
</view>
<view class="tr" wx:for="{{productSizeContent}}" wx:key="unique">
<view class="td" wx:for="{{productSizeContent[index]}}" wx:key="unique">{{item}}</view>
</view>
</scroll-view>
</view>
<view class="goods-info" style="display:{{productMeasurementImage?'block':'none'}}">
<view class="module-title">
<text class="text">测量信息 <text class="sub-text">DESCRIPTION</text></text>
</view>
<image src="{{productMeasurementImage}}" mode="widthFix"></image>
</view>
<view class="goods-info" style="display:{{productMaterialList[0].remark?'block':'none'}}">
<view class="module-title">
<text class="text">商品材质 <text class="sub-text">DESCRIPTION</text></text>
</view>
<view class="info-description">
<text class="light-gray-font">{{productMaterialList[0].remark}}</text>
</view>
<view class="goods-texture" wx:for="{{productWashTipsBoList}}" wx:key="unique">
<view class="texture">
<image class="img" src= "{{item.img}}" mode="widthFix"/>
<view class="desc">
<text class="light-gray-font">{{item.caption}}</text>
</view>
</view>
</view>
</view>
<view class="goods-info img" style="display:{{productIntroImageList.length>0?'block':'none'}}">
<view class="module-title">
<text class="text">商品详情 <text class="sub-text">DESCRIPTION</text></text>
</view>
<view wx:for="{{productIntroImageList}}" wx:key="introImage" style="text-align:center">
<image class="intro-image" src="{{item}}" mode="widthFix"></image>
</view>
</view>
<block wx:if="{{shopRecList.length}}">
<view class="gap"></view>
<view class='title-container'>
<view class='title-line'></view>
<view class='title-desc'> 店铺推荐商品</view>
</view>
<view class="product-list shop-rec">
<product-list list="{{shopRecList}}"></product-list>
</view>
</block>
<block wx:if="{{preferList.length}}">
<view class="gap"></view>
<view class='title-container'>
<view class='title-line'></view>
<view class='title-desc'> 你可能喜欢</view>
</view>
<view class="product-list prefer">
<product-list list="{{preferList}}"></product-list>
</view>
</block>
<copyright></copyright>
</view>
<view class="fixed-bottom-actions">
<view class="invalid-tip" wx:if="{{storage_sum === 0}}">
<view class="tip-bg"></view>
<text class="tip-text" wx:if="{{storage_sum === 0}}">此商品已售罄,请等待后续备货!</text>
</view>
<view class="img-action" bindtap="goCart">
<view class="badge" hidden='{{countInCart===0}}'>{{countInCart}}</view>
<image class="image" src="../../../static/images/cart-btn.png" mode="widthFix"></image>
</view>
<view class="img-action" bindtap="toShop">
<image class="image" src="../../../static/images/store-btn-active.png" mode="widthFix"></image>
</view>
<block wx:if="{{true}}">
<view wx:if="{{login}}" class="txt-action add" bindtap="addToCart">加入购物车</view>
<view wx:else class="txt-action add" bindtap="addToCart">
<button class="add-btn" open-type="getUserInfo" bindgetuserinfo="getUserInfoLogin" plain="true">加入购物车</button>
</view>
<view wx:if="{{login}}" class="txt-action buy" bindtap="buyImmediate">立即购买</view>
<view wx:else class="txt-action buy" bindtap="buyImmediate">
<button class="buy-btn" open-type="getUserInfo" bindgetuserinfo="getUserInfoLogin" plain="true">立即购买</button>
</view>
</block>
<block wx:else>
<view class="txt-action disabled">加入购物车</view>
<view class="txt-action buy disabled">立即购买</view>
</block>
</view>
<quick-navigation show-menu="{{showMenu}}" show-back-top="{{showBackTop}}" show="{{true}}"
bindbacktop="backTop" margin-bottom="{{150}}"></quick-navigation>
<template is="Picker" data="{{pickerData, loadingForPayment}}"/>
<template is="zan-actionsheet" data="{{...actionSheet}}"/>