2019-12-24 14:47:52 +08:00
|
|
|
<import src="../../utils/wxParse/wxParse.wxml"/>
|
2019-12-23 10:04:09 +08:00
|
|
|
<view class="box">
|
|
|
|
<swiper indicator-dots="{{true}}" circular="{{true}}" autoplay="{{true}}" interval="{{2000}}" class="swiper">
|
|
|
|
<block wx:for="{{info.gallery}}">
|
|
|
|
<swiper-item>
|
|
|
|
<image class="image" src="{{item.image_url}}"> </image>
|
|
|
|
</swiper-item>
|
|
|
|
</block>
|
|
|
|
<!-- <block>
|
|
|
|
<swiper-item>
|
|
|
|
<image class="image"> </image>
|
|
|
|
</swiper-item>
|
|
|
|
</block>
|
|
|
|
<block>
|
|
|
|
<swiper-item>
|
|
|
|
<image class="image"> </image>
|
|
|
|
</swiper-item>
|
|
|
|
</block> -->
|
|
|
|
</swiper>
|
|
|
|
<text class="title">{{info.goods.goods_name}}</text>
|
2020-01-02 18:21:37 +08:00
|
|
|
<view class="menery"><text>€{{info.goods.shop_price_eur}}</text><text>¥{{info.goods.shop_price}}</text></view>
|
2019-12-24 14:47:52 +08:00
|
|
|
<template is="wxParse" data="{{wxParseData:article.nodes}}"/>
|
|
|
|
<picker bindchange="bindPickerChange" range="{{info.goods.goods_spec_list != null?info.goods.goods_spec_list[0]:specs}}" range-key="item">
|
2019-12-23 10:04:09 +08:00
|
|
|
<view class="add">加入购物车</view>
|
|
|
|
</picker>
|
2019-12-14 00:31:41 +08:00
|
|
|
</view>
|