index.html 32.3 KB
Newer Older
D
v1.2.0  
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{{include file="public/header" /}}

<!-- header top nav -->
{{include file="public/header_top_nav" /}}

<!-- search -->
{{include file="public/nav_search" /}}

<!-- header nav -->
{{include file="public/header_nav" /}}

<!-- goods category -->
{{include file="public/goods_category" /}}

<div class="goods-detail" data-id="{{$goods.id}}" data-spec-detail-ajax-url="{{:MyUrl('index/goods/specdetail')}}" data-spec-type-ajax-url="{{:MyUrl('index/goods/spectype')}}">
    <!-- 轮播 -->
    <div class="scoll">
D
devil_gong 已提交
18 19 20 21 22 23 24 25 26 27 28 29
        <div class="slider-content">
            <div data-am-widget="slider" class="am-slider am-slider-a1" data-am-slider='{"directionNav":false}' >
                <ul class="am-slides">
                    {{if !empty($goods.photo)}}
                        {{foreach $goods.photo as $photo}}
                            <li>
                                <img src="{{$photo.images}}" title="{{$goods.title}}" />
                            </li>
                        {{/foreach}}
                    {{/if}}
                </ul>
            </div>
D
v1.2.0  
devil_gong 已提交
30

D
devil_gong 已提交
31 32 33 34 35 36 37 38
            <!-- 视频 -->
            {{if !empty($goods.video)}}
                <i class="am-icon-play-circle-o goods-video-submit-start"></i>
                <i class="goods-video-submit-close none">&times;</i>
                <video class="goods-video-container none" src="{{$goods.video}}" controls="controls" preload="auto">
                    your browser does not support the video tag
                </video>
            {{/if}}
D
devil_gong 已提交
39 40 41 42 43 44 45 46 47 48 49 50 51 52

            <!-- 商品页面相册内部钩子 -->
            {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                <div class="plugins-tag">
                    <span>plugins_view_goods_detail_photo_within</span>
                </div>
            {{/if}}
            {{if !empty($plugins_view_goods_detail_photo_within_data) and is_array($plugins_view_goods_detail_photo_within_data)}}
                {{foreach $plugins_view_goods_detail_photo_within_data as $hook}}
                    {{if is_string($hook) or is_int($hook)}}
                        {{$hook|raw}}
                    {{/if}}
                {{/foreach}}
            {{/if}}
D
devil_gong 已提交
53
        </div>
D
goods  
devil_gong 已提交
54 55 56 57 58 59 60 61 62 63 64 65 66 67

        <!-- 商品页面相册底部钩子 -->
        {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
            <div class="plugins-tag">
                <span>plugins_view_goods_detail_photo_bottom</span>
            </div>
        {{/if}}
        {{if !empty($plugins_view_goods_detail_photo_bottom_data) and is_array($plugins_view_goods_detail_photo_bottom_data)}}
            {{foreach $plugins_view_goods_detail_photo_bottom_data as $hook}}
                {{if is_string($hook) or is_int($hook)}}
                    {{$hook|raw}}
                {{/if}}
            {{/foreach}}
        {{/if}}
D
v1.2.0  
devil_gong 已提交
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
    </div>

    <!-- 基础信息 -->
    <div class="item-inform am-container">
        <!-- pc放大镜 / 左侧 -->
        <div class="clearfix-left" id="clearcontent">
            <div class="box">
                <div class="tb-booth tb-pic tb-s310">
                    {{if !empty($goods['photo'][0])}}
                        <img src="{{$goods['photo'][0]['images']}}" alt="{{$goods.title}}" rel="{{$goods['photo'][0]['images']}}" class="jqzoom" />
                    {{/if}}
                </div>
                <ul class="tb-thumb" id="thumblist">
                    {{if !empty($goods.photo)}}
                        {{foreach $goods.photo as $photo_key=>$photo}}
                            <li class="{{if $photo_key eq 0}}tb-selected{{else /}} tb-pic{{/if}}">
                                <div class="tb-pic tb-s40">
                                    <a href="javascript:;">
                                        <img src="{{$photo.images}}" mid="{{$photo.images}}" big="{{$photo.images}}" class="tb-s40" />
                                    </a>
                                </div>
                            </li>
                        {{/foreach}}
                    {{/if}}
                </ul>

                <!-- 视频 -->
                {{if !empty($goods.video)}}
                    <i class="am-icon-play-circle-o goods-video-submit-start"></i>
                    <i class="goods-video-submit-close none">&times;</i>
                    <video class="goods-video-container none" src="{{$goods.video}}" controls="controls" preload="auto">
                        your browser does not support the video tag
                    </video>
                {{/if}}
D
devil_gong 已提交
102 103 104 105 106 107 108 109 110 111 112 113 114 115

                <!-- 商品页面相册内部钩子 -->
                {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                    <div class="plugins-tag">
                        <span>plugins_view_goods_detail_photo_within</span>
                    </div>
                {{/if}}
                {{if !empty($plugins_view_goods_detail_photo_within_data) and is_array($plugins_view_goods_detail_photo_within_data)}}
                    {{foreach $plugins_view_goods_detail_photo_within_data as $hook}}
                        {{if is_string($hook) or is_int($hook)}}
                            {{$hook|raw}}
                        {{/if}}
                    {{/foreach}}
                {{/if}}
D
v1.2.0  
devil_gong 已提交
116
            </div>
G
gongfuxiang 已提交
117 118 119 120 121 122 123 124 125 126 127 128 129 130

            <!-- 商品页面相册底部钩子 -->
            {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                <div class="plugins-tag">
                    <span>plugins_view_goods_detail_photo_bottom</span>
                </div>
            {{/if}}
            {{if !empty($plugins_view_goods_detail_photo_bottom_data) and is_array($plugins_view_goods_detail_photo_bottom_data)}}
                {{foreach $plugins_view_goods_detail_photo_bottom_data as $hook}}
                    {{if is_string($hook) or is_int($hook)}}
                        {{$hook|raw}}
                    {{/if}}
                {{/foreach}}
            {{/if}}
D
v1.2.0  
devil_gong 已提交
131 132 133 134 135 136 137
        </div>

        <!-- 右侧 -->
        <div class="clearfix-right">
            <!--规格-->
            <!--名称-->
            <div class="tb-detail-hd">
D
devil_gong 已提交
138
                <h1 class="detail-title am-margin-bottom-xs" {{if !empty($goods.title_color)}}style="color:{{$goods.title_color}};"{{/if}}>
D
devil_gong 已提交
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
                    {{$goods.title}}
                    <!-- 商品页面基础信息标题里面钩子 -->
                    {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                        <div class="plugins-tag">
                            <span>plugins_view_goods_detail_title</span>
                        </div>
                    {{/if}}
                    {{if !empty($plugins_view_goods_detail_title_data) and is_array($plugins_view_goods_detail_title_data)}}
                        {{foreach $plugins_view_goods_detail_title_data as $hook}}
                            {{if is_string($hook) or is_int($hook)}}
                                {{$hook|raw}}
                            {{/if}}
                        {{/foreach}}
                    {{/if}}
                </h1>
D
devil_gong 已提交
154 155 156
                {{if !empty($goods['simple_desc'])}}
                    <p class="simple-desc am-margin-bottom-xs">{{$goods.simple_desc}}</p>
                {{/if}}
D
v1.2.0  
devil_gong 已提交
157 158
            </div>
            <div class="tb-detail-list">
D
devil_gong 已提交
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
                <!-- 商品页面基础信息顶部钩子 -->
                {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                    <div class="plugins-tag">
                        <span>plugins_view_goods_detail_base_top</span>
                    </div>
                {{/if}}
                {{if !empty($plugins_view_goods_detail_base_top_data) and is_array($plugins_view_goods_detail_base_top_data)}}
                    {{foreach $plugins_view_goods_detail_base_top_data as $hook}}
                        {{if is_string($hook) or is_int($hook)}}
                            {{$hook|raw}}
                        {{/if}}
                    {{/foreach}}
                {{/if}}

                <!-- 基础面板 -->
D
v1.2.0  
devil_gong 已提交
174
                <div class="tb-detail-price">
D
devil_gong 已提交
175
                    {{if isset($goods['original_price']) and $goods['original_price'] gt 0 and !empty($goods['show_field_original_price_text'])}}
D
devil_gong 已提交
176 177
                        <!-- 原价 -->
                        <div class="items price">
D
devil_gong 已提交
178
                            <dt>{{$goods.show_field_original_price_text|raw}}</dt>
D
v1.2.0  
devil_gong 已提交
179
                            <dd>
D
devil_gong 已提交
180
                                <b class="goods-original-price original-price-value" data-original-price="{{$goods.original_price}}">¥{{$goods.original_price}}</b>
D
v1.2.0  
devil_gong 已提交
181 182 183
                            </dd>
                        </div>
                    {{/if}}
D
devil_gong 已提交
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199

                    <!-- 商品页面基础信息面板售价顶部钩子 -->
                    {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                        <div class="plugins-tag">
                            <span>plugins_view_goods_detail_panel_price_top</span>
                        </div>
                    {{/if}}
                    {{if !empty($plugins_view_goods_detail_panel_price_top_data) and is_array($plugins_view_goods_detail_panel_price_top_data)}}
                        {{foreach $plugins_view_goods_detail_panel_price_top_data as $hook}}
                            {{if is_string($hook) or is_int($hook)}}
                                {{$hook|raw}}
                            {{/if}}
                        {{/foreach}}
                    {{/if}}

                    <!-- 售价 -->
D
v1.2.0  
devil_gong 已提交
200
                    <div class="items price iteminfo_mktprice">
D
devil_gong 已提交
201
                        <dt>{{if empty($goods['show_field_price_text'])}}销售价{{else /}}{{$goods.show_field_price_text|raw}}{{/if}}</dt>
D
v1.2.0  
devil_gong 已提交
202
                        <dd>
D
devil_gong 已提交
203 204
                            <em></em>
                            <b class="goods-price" data-original-price="{{$goods.price}}">{{$goods.price}}</b>
D
v1.2.0  
devil_gong 已提交
205 206
                        </dd>                                 
                    </div>
D
devil_gong 已提交
207 208

                    <!-- 二维码 -->
D
v1.2.0  
devil_gong 已提交
209 210
                    <div class="goods-qrcode am-hide-sm-only">
                        <i class="am-icon-qrcode am-icon-sm"></i>
D
devil_gong 已提交
211
                        <img class="qrcode-images am-img-thumbnail" src="{{$qrcode_url}}" />
D
v1.2.0  
devil_gong 已提交
212
                    </div>
D
devil_gong 已提交
213 214 215 216 217 218 219 220 221 222 223 224 225 226

                    <!-- 商品页面基础信息面板底部钩子 -->
                    {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                        <div class="plugins-tag">
                            <span>plugins_view_goods_detail_panel_bottom</span>
                        </div>
                    {{/if}}
                    {{if !empty($plugins_view_goods_detail_panel_bottom_data) and is_array($plugins_view_goods_detail_panel_bottom_data)}}
                        {{foreach $plugins_view_goods_detail_panel_bottom_data as $hook}}
                            {{if is_string($hook) or is_int($hook)}}
                                {{$hook|raw}}
                            {{/if}}
                        {{/foreach}}
                    {{/if}}
D
v1.2.0  
devil_gong 已提交
227 228 229 230
                </div>

                <!--销量-->
                <ul class="tm-ind-panel">
D
devil_gong 已提交
231
                    <li class="tm-ind-item">
D
v1.2.0  
devil_gong 已提交
232 233
                        <div class="tm-indcon"><span class="tm-label">累计销量</span><span class="tm-count">{{$goods.sales_count}}</span></div>
                    </li>
D
devil_gong 已提交
234
                    <li class="tm-ind-item">
D
v1.2.0  
devil_gong 已提交
235 236
                        <div class="tm-indcon"><span class="tm-label">浏览次数</span><span class="tm-count">{{$goods.access_count}}</span></div>
                    </li>
G
gongfuxiang 已提交
237
                    <li class="tm-ind-item ind-panel-comment">
D
devil_gong 已提交
238
                        <div class="tm-indcon"><span class="tm-label">累计评论</span><span class="tm-count">{{$goods.comments_count}}</span></div>
D
v1.2.0  
devil_gong 已提交
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
                    </li>
                </ul>

                <!--各种规格-->
                {{if $goods['is_shelves'] == 1 and $goods['inventory'] gt 0}}
                    <dl class="iteminfo_parameter sys_item_specpara">
                        <dt class="buy-event login-event" data-type="buy">
                            <div class="cart-title">
                                <span class="specpara-title">可选规格</span>
                                <span class="am-icon-angle-right"></span>
                            </div>
                        </dt>
                        <dd>
                            <!--操作页面-->
                            <div class="theme-popover-mask"></div>
                            <div class="theme-popover">
                                <div class="theme-span"></div>
                                <div class="theme-poptit">
                                    <a href="javascript:;" title="关闭" class="close am-icon-close am-icon-sm"></a>
                                </div>
                                <div class="theme-popbod dform">
                                    <form class="theme-signin" name="loginform" action="javascript:;">
                                        <div class="theme-signin-left">
                                            {{if !empty($goods['specifications']['choose'])}}
                                                {{foreach $goods.specifications.choose as $key=>$spec}}
                                                    {{if !empty($spec['value'])}}
                                                        <div class="theme-options sku-items">
                                                            <div class="cart-title">{{$spec.name}}</div>
                                                            <ul>
                                                                {{foreach $spec.value as $keys=>$specs}}
D
devil_gong 已提交
269
                                                                    <li class="sku-line {{if !empty($specs['images'])}} sku-line-images{{/if}} {{if $key gt 0}} sku-dont-choose{{/if}} {{if isset($specs['is_only_level_one']) and isset($specs['inventory']) and $specs['inventory'] elt 0}} sku-items-disabled{{/if}}" data-type-value="{{$spec.name}}" data-value="{{$specs.name}}" {{if !empty($specs['images'])}} data-type-images="{{$specs.images}}"{{/if}}>
D
v1.2.0  
devil_gong 已提交
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
                                                                        {{if !empty($specs['images'])}}
                                                                            <img src="{{$specs.images}}" />
                                                                        {{/if}}
                                                                        {{$specs.name}}<i></i>
                                                                    </li>
                                                                {{/foreach}}
                                                            </ul>
                                                        </div>
                                                    {{/if}}
                                                {{/foreach}}
                                            {{/if}}
                                            <div class="theme-options">
                                                <div class="cart-title number">数量</div>
                                                <dd>
                                                    <div class="am-input-group am-input-group-sm number-tag">
                                                        <button class="am-input-group-label" id="min" type="button">-</button>
D
devil_gong 已提交
286
                                                        <input type="number" class="am-form-field" value="{{$goods.buy_min_number}}" id="text_box" min="{{$goods.buy_min_number}}" max="{{if empty($goods['buy_max_number'])}}{{$goods.inventory}}{{else /}}{{$goods.buy_max_number}}{{/if}}" data-original-max="{{$goods.inventory}}" />
D
v1.2.0  
devil_gong 已提交
287 288
                                                        <button class="am-input-group-label" id="add" type="button">+</button>
                                                    </div>
D
devil_gong 已提交
289
                                                    <span class="tb-hidden stock-tips">库存<span class="stock" data-original-stock="{{$goods.inventory}}" data-min-limit="{{$goods.buy_min_number}}" data-max-limit="{{$goods.buy_max_number}}" data-unit="{{$goods.inventory_unit}}">{{$goods.inventory}}</span>{{$goods.inventory_unit}}</span>
D
v1.2.0  
devil_gong 已提交
290 291 292 293 294 295 296 297 298 299 300 301 302
                                                </dd>
                                            </div>

                                            <div class="btn-op">
                                                <span class="btn am-btn am-btn-default confirm login-event" data-type="cart" data-ajax-url="{{:MyUrl('index/Cart/Save')}}">确认</span>
                                                <span class="btn close am-btn am-btn-danger cancel">取消</span>
                                            </div>
                                        </div>
                                        <div class="theme-signin-right">
                                            <div class="img-info">
                                                <img src="{{$goods.images}}" />
                                            </div>
                                            <div class="text-info">
D
devil_gong 已提交
303
                                                <span class="price-now" data-original-price="{{$goods.price}}">¥{{$goods.price}}</span>
D
v1.2.0  
devil_gong 已提交
304 305 306 307 308 309 310 311 312 313 314
                                            </div>
                                        </div>
                                    </form>
                                </div>
                            </div>
                        </dd>
                    </dl>
                {{/if}}
            </div>

            <!-- 购买导航 -->
D
devil_gong 已提交
315
            <div class="buy-nav {{if $common_site_type eq 1}}exhibition-nav{{/if}}">
D
v1.2.0  
devil_gong 已提交
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332
                {{if !empty($goods.is_shelves)}}
                    {{if $goods['inventory'] gt 0}}
                        <div class="buy-nav-opt">
                            <a href="{{$Think.__MY_URL__}}">
                                <span class="am-icon-home am-icon-fw"> 首页</span>
                            </a>
                            {{if isset($goods['is_favor']) and $goods['is_favor'] eq 1}}
                                <span class="am-icon-heart am-icon-fw login-event favor-submit text-active" data-ajax-url="{{:MyUrl('index/goods/favor')}}">
                                    <em class="goods-favor-text">已收藏</em>
                                    <em class="goods-favor-count">({{$goods.favor_count}})</em>
                                </span>
                            {{else /}}
                                <span class="am-icon-heart am-icon-fw favor-submit login-event" data-ajax-url="{{:MyUrl('index/goods/favor')}}">    <em class="goods-favor-text">收藏</em>
                                    <em class="goods-favor-count">({{$goods.favor_count}})</em>
                                </span>
                            {{/if}}
                        </div>
D
devil_gong 已提交
333 334 335 336 337 338 339 340 341

                        <!-- 站点模式 1 展示型 -->
                        {{if $common_site_type eq 1}}
                            <div class="submit">
                                <div class="clearfix tb-btn tb-btn-basket" data-type="cart"  data-ajax-url="{{:MyUrl('index/Cart/Save')}}">
                                    <a href="{{if empty($common_customer_store_tel)}}javascript:;{{else /}}tel:{{$common_customer_store_tel}}{{/if}}">
                                        <button title="{{$common_is_exhibition_mode_btn_text}}" href="javascript:;" type="button"><i class="am-icon-phone"></i> {{$common_is_exhibition_mode_btn_text}}</button>
                                    </a>
                                </div>
D
v1.2.0  
devil_gong 已提交
342
                            </div>
D
devil_gong 已提交
343 344 345 346 347 348 349 350 351 352 353 354

                        <!-- 销售型,自提点,虚拟销售 -->
                        {{else /}}
                            <div class="submit">
                                <div class="clearfix tb-btn tb-btn-buy buy-event login-event buy-submit" data-type="buy">
                                    <button title="点此按钮到下一步确认购买信息" href="javascript:;" type="button">立即购买</button>
                                </div>
                            </div>
                            <div class="submit">
                                <div class="clearfix tb-btn tb-btn-basket buy-event login-event cart-submit" data-type="cart"  data-ajax-url="{{:MyUrl('index/Cart/Save')}}">
                                    <button title="加入购物车" href="javascript:;" type="button"><i></i>加入购物车</button>
                                </div>
D
v1.2.0  
devil_gong 已提交
355 356
                            </div>

D
devil_gong 已提交
357 358 359 360 361 362 363 364 365
                            <!-- 购买表单 -->
                            <form action="{{:MyUrl('index/buy/index')}}" method="post" class="buy-form">
                                <input type="hidden" name="goods_id" value="{{$goods.id}}" />
                                <input type="hidden" name="buy_type" value="goods" />
                                <input type="hidden" name="stock" value="1" />
                                <input type="hidden" name="spec" value="" />
                                <button type="submit"></button>
                            </form>
                        {{/if}}
D
v1.2.0  
devil_gong 已提交
366 367 368 369 370 371 372 373
                    {{else /}}
                        <p class="goods-not-buy-tips">商品卖光了</p>
                    {{/if}}
                {{/if}}
                {{if $goods.is_shelves neq 1}}
                    <p class="goods-not-buy-tips">商品已下架</p>
                {{/if}}
            </div>
D
devil_gong 已提交
374 375 376 377 378 379 380 381 382 383 384 385 386 387

            <!-- 商品页面基础信息底部钩子 -->
            {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                <div class="plugins-tag">
                    <span>plugins_view_goods_detail_base_bottom</span>
                </div>
            {{/if}}
            {{if !empty($plugins_view_goods_detail_base_bottom_data) and is_array($plugins_view_goods_detail_base_bottom_data)}}
                {{foreach $plugins_view_goods_detail_base_bottom_data as $hook}}
                    {{if is_string($hook) or is_int($hook)}}
                        {{$hook|raw}}
                    {{/if}}
                {{/foreach}}
            {{/if}}
D
v1.2.0  
devil_gong 已提交
388 389 390
        </div>
    </div>

D
devil_gong 已提交
391
    <!-- 左侧-->
D
v1.2.0  
devil_gong 已提交
392 393
    <div class="introduce am-container">
        <div class="browse">
D
devil_gong 已提交
394 395 396 397 398 399 400 401 402 403 404 405 406 407 408
            <!-- 商品页面左侧顶部钩子 -->
            {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                <div class="plugins-tag">
                    <span>plugins_view_goods_detail_left_top</span>
                </div>
            {{/if}}
            {{if !empty($plugins_view_goods_detail_left_top_data) and is_array($plugins_view_goods_detail_left_top_data)}}
                {{foreach $plugins_view_goods_detail_left_top_data as $hook}}
                    {{if is_string($hook) or is_int($hook)}}
                        {{$hook|raw}}
                    {{/if}}
                {{/foreach}}
            {{/if}}

            <!-- 详情/推荐商品-->
D
v1.2.0  
devil_gong 已提交
409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431
            <div class="mc"> 
                 <ul>                       
                    <div class="mt">            
                        <h2>看了又看</h2>        
                    </div>
                    {{if !empty($left_goods)}}
                        {{foreach $left_goods as $key=>$v}}
                            <li {{if $key eq 0}}class="first"{{/if}}>
                                <div class="p-img">                    
                                    <a href="{{:$v['goods_url']}}">
                                        <img alt="{{$v.title}}" src="{{$v.images}}">
                                    </a>               
                                </div>
                                <div class="p-name">
                                    <a href="{{:$v['goods_url']}}" {{if !empty($v.title_color)}}style="color:{{$v.title_color}};"{{/if}}>{{$v.title}}</a>
                                </div>
                                <div class="p-price"><strong>¥{{$v.price}}</strong></div>
                            </li>
                          {{/foreach}}
                      {{/if}}
                 </ul>
            </div>
        </div>
D
devil_gong 已提交
432 433

        <!-- 右侧内容 -->
D
v1.2.0  
devil_gong 已提交
434
        <div class="introduce-main">
D
devil_gong 已提交
435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
            <!-- 商品页面tabs顶部钩子 -->
            {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                <div class="plugins-tag">
                    <span>plugins_view_goods_detail_tabs_top</span>
                </div>
            {{/if}}
            {{if !empty($plugins_view_goods_detail_tabs_top_data) and is_array($plugins_view_goods_detail_tabs_top_data)}}
                {{foreach $plugins_view_goods_detail_tabs_top_data as $hook}}
                    {{if is_string($hook) or is_int($hook)}}
                        {{$hook|raw}}
                    {{/if}}
                {{/foreach}}
            {{/if}}

            <!-- tab -->
D
devil_gong 已提交
450
            <div class="am-tabs" data-am-tabs="{noSwipe: 1}">
D
devil_gong 已提交
451
                <ul class="am-avg-sm-3 am-tabs-nav am-nav am-nav-tabs" data-am-sticky="{animation: 'slide-top'}">
D
v1.2.0  
devil_gong 已提交
452 453
                    <li class="am-active">
                        <a href="javascript:;">
D
devil_gong 已提交
454 455 456
                            <span class="index-needs-dt-txt">详情</span>
                        </a>
                    </li>
G
gongfuxiang 已提交
457
                    <li class="tabs-comment">
D
devil_gong 已提交
458
                        <a href="javascript:;">
D
devil_gong 已提交
459
                            <span class="index-needs-dt-txt">评论({{$goods.comments_count}})</span>
D
v1.2.0  
devil_gong 已提交
460 461 462 463 464 465 466 467 468
                        </a>
                    </li>
                    <li>
                        <a href="javascript:;">
                            <span class="index-needs-dt-txt">猜你喜欢</span>
                        </a>
                    </li>
                </ul>

G
gongfuxiang 已提交
469
                <!-- 详情 -->
D
v1.2.0  
devil_gong 已提交
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496
                <div class="am-tabs-bd">
                    <div class="am-tab-panel am-fade am-in am-active">
                        {{if !empty($goods['attribute'])}}
                            <div class="specifications">
                                <div class="spacing-nav-title">
                                    <span class="line"></span>
                                    <span class="text-wrapper">产品参数</span>
                                </div>
                                <ul class="detail-attr">
                                    {{if !empty($goods['attribute'])}}
                                        {{foreach $goods.attribute as $key=>$attribute}}
                                            <li>{{$attribute.name}}:&nbsp;{{:implode(',', array_column($attribute['find'], 'name'))}}</li>
                                        {{/foreach}}
                                    {{/if}}
                                </ul>
                            </div>
                        {{/if}}

                        <div class="details">
                            <div class="spacing-nav-title">
                                <span class="line"></span>
                                <span class="text-wrapper">商品细节</span>
                            </div>
                            <div class="detail-content">{{$goods.content_web|raw}}</div>
                        </div>
                    </div>

D
devil_gong 已提交
497
                    <!-- 评论 -->
D
devil_gong 已提交
498
                    <div class="am-tab-panel am-fade goods-comment" data-goods-id="{{$goods.id}}" data-url="{{:MyUrl('index/goods/comments')}}">
D
devil_gong 已提交
499 500 501 502 503 504 505 506
                        <div class="am-cf score-container">
                            <div class="score am-fl">
                                <p class="name">动态评分</p>
                                <p class="value">{{$goods_score.avg}}</p>
                            </div>
                            <div class="am-progress am-fr">
                                {{if isset($goods_score['avg']) and $goods_score['avg'] gt 0 and !empty($goods_score['rating'])}}
                                    {{foreach $goods_score.rating as $score}}
D
devil_gong 已提交
507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
                                        {{if $score.portion gt 0}}
                                            <div class="am-progress-bar 
                                                {{switch score.rating}}
                                                    {{case 1}}
                                                        am-progress-bar-danger
                                                    {{/case}}
                                                    {{case 2}}
                                                        am-progress-bar-warning
                                                    {{/case}}
                                                    {{case 3}}
                                                        am-progress-bar-secondary
                                                    {{/case}}
                                                    {{case 5}}
                                                        am-progress-bar-success
                                                    {{/case}}
                                                {{/switch}}"
                                                style="width: {{$score.portion}}%">{{$score.name}}({{$score.portion}}%)</div>
                                            {{/if}}
D
devil_gong 已提交
525 526 527 528 529 530
                                    {{/foreach}}
                                {{else /}}
                                    没有评分数据
                                {{/if}}
                            </div>
                        </div>
G
gongfuxiang 已提交
531 532 533 534 535 536
                        <div class="goods-comment-content"></div>
                        <div class="goods-page-container"></div>
                        <div class="table-no goods-page-no-data none">
                            <i class="am-icon-warning"></i>
                            <span>没有评论数据</span>
                        </div>
D
devil_gong 已提交
537 538
                    </div>

D
v1.2.0  
devil_gong 已提交
539 540 541 542 543 544 545 546 547 548 549
                    <!-- 猜你喜欢 -->
                    <div class="am-tab-panel am-fade">
                        <div class="like">
                            <ul class="am-avg-sm-2 am-avg-md-3 am-avg-lg-4 boxes">
                                {{if !empty($detail_like_goods)}}
                                    {{foreach $detail_like_goods as $key=>$v}}
                                        <li>
                                            <div class="i-pic limit">
                                                <a href="{{:$v['goods_url']}}">
                                                    <img alt="{{$v.title}}" src="{{$v.home_recommended_images}}" />
                                                </a>
G
gongfuxiang 已提交
550 551 552
                                                <a href="{{:$v['goods_url']}}">
                                                    <p class="am-text-truncate" {{if !empty($v.title_color)}}style="color:{{$v.title_color}};"{{/if}}>{{$v.title}}</p>
                                                </a>
D
v1.2.0  
devil_gong 已提交
553
                                                <p class="price fl">
D
devil_gong 已提交
554
                                                    <strong>¥{{$v.price}}</strong>
D
v1.2.0  
devil_gong 已提交
555 556 557 558 559 560 561 562 563 564
                                                </p>
                                            </div>
                                        </li>
                                    {{/foreach}}
                                {{/if}}
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
D
devil_gong 已提交
565 566 567 568 569 570 571 572 573 574 575 576 577 578

            <!-- 商品页面tabs底部钩子 -->
            {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
                <div class="plugins-tag">
                    <span>plugins_view_goods_detail_tabs_bottom</span>
                </div>
            {{/if}}
            {{if !empty($plugins_view_goods_detail_tabs_bottom_data) and is_array($plugins_view_goods_detail_tabs_bottom_data)}}
                {{foreach $plugins_view_goods_detail_tabs_bottom_data as $hook}}
                    {{if is_string($hook) or is_int($hook)}}
                        {{$hook|raw}}
                    {{/if}}
                {{/foreach}}
            {{/if}}
D
v1.2.0  
devil_gong 已提交
579 580 581 582 583
        </div>
    </div>
</div>

{{include file="public/footer" /}}