|
@@ -9,13 +9,13 @@
|
|
|
<!-- 图片区域 -->
|
|
<!-- 图片区域 -->
|
|
|
<view class="image-view">
|
|
<view class="image-view">
|
|
|
<!-- 空白处 -->
|
|
<!-- 空白处 -->
|
|
|
- <view style="width: 80px;"></view>
|
|
|
|
|
|
|
+ <view style="width: 80px;" />
|
|
|
|
|
|
|
|
<view class="item-image-view" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">
|
|
<view class="item-image-view" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">
|
|
|
<!-- 图片 -->
|
|
<!-- 图片 -->
|
|
|
- <van-image src="https://img.yzcdn.cn/vant/cat.jpeg" width="50" height="50"></van-image>
|
|
|
|
|
|
|
+ <van-image src="https://img.yzcdn.cn/vant/cat.jpeg" width="50" height="50" />
|
|
|
<!-- 商品编号 -->
|
|
<!-- 商品编号 -->
|
|
|
- <text class="goodsno">{{itm.goodsno}}</text>
|
|
|
|
|
|
|
+ <text class="goodsno">{{ itm.goodsno }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -25,84 +25,84 @@
|
|
|
<!-- 重量 -->
|
|
<!-- 重量 -->
|
|
|
<view class="item weight">
|
|
<view class="item weight">
|
|
|
<text class="title">重量</text>
|
|
<text class="title">重量</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.weight}}ct</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.weight }}ct</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 价格 -->
|
|
<!-- 价格 -->
|
|
|
<view class="item price">
|
|
<view class="item price">
|
|
|
<text class="title">价格</text>
|
|
<text class="title">价格</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">¥{{itm.price}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">¥{{ itm.price }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 克拉单价 -->
|
|
<!-- 克拉单价 -->
|
|
|
<view class="item priceper">
|
|
<view class="item priceper">
|
|
|
<text class="title">克拉单价</text>
|
|
<text class="title">克拉单价</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">¥{{itm.priceper}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">¥{{ itm.priceper }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 市场价 -->
|
|
<!-- 市场价 -->
|
|
|
<view class="item marketprice">
|
|
<view class="item marketprice">
|
|
|
<text class="title">市场价</text>
|
|
<text class="title">市场价</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">¥{{itm.marketprice}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">¥{{ itm.marketprice }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 仓库 -->
|
|
<!-- 仓库 -->
|
|
|
<view class="item warehousenamedisplay">
|
|
<view class="item warehousenamedisplay">
|
|
|
<text class="title">仓库</text>
|
|
<text class="title">仓库</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.warehousenamedisplay}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.warehousenamedisplay }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 卖家 -->
|
|
<!-- 卖家 -->
|
|
|
<view class="item sellusername">
|
|
<view class="item sellusername">
|
|
|
<text class="title">卖家</text>
|
|
<text class="title">卖家</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.sellusername}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.sellusername }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 形状 -->
|
|
<!-- 形状 -->
|
|
|
<view class="item zsshapetypedisplay">
|
|
<view class="item zsshapetypedisplay">
|
|
|
<text class="title">形状</text>
|
|
<text class="title">形状</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.zsshapetypedisplay}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.zsshapetypedisplay }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 颜色 -->
|
|
<!-- 颜色 -->
|
|
|
<view class="item zscolortype1display">
|
|
<view class="item zscolortype1display">
|
|
|
<text class="title">颜色</text>
|
|
<text class="title">颜色</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.zscolortype1display}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.zscolortype1display }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 净度 -->
|
|
<!-- 净度 -->
|
|
|
<view class="item zsclaritytype1display">
|
|
<view class="item zsclaritytype1display">
|
|
|
<text class="title">净度</text>
|
|
<text class="title">净度</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.zsclaritytype1display}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.zsclaritytype1display }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 切工 -->
|
|
<!-- 切工 -->
|
|
|
<view class="item zscuttype1display">
|
|
<view class="item zscuttype1display">
|
|
|
<text class="title">切工</text>
|
|
<text class="title">切工</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.zscuttype1display}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.zscuttype1display }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 对称 -->
|
|
<!-- 对称 -->
|
|
|
<view class="item zsfluorescencetype1display">
|
|
<view class="item zsfluorescencetype1display">
|
|
|
<text class="title">对称</text>
|
|
<text class="title">对称</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.zsfluorescencetype1display}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.zsfluorescencetype1display }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 荧光 -->
|
|
<!-- 荧光 -->
|
|
|
<view class="item zspolishtype1display">
|
|
<view class="item zspolishtype1display">
|
|
|
<text class="title">荧光</text>
|
|
<text class="title">荧光</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.zspolishtype1display}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.zspolishtype1display }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 尺寸 -->
|
|
<!-- 尺寸 -->
|
|
|
<view class="item sizedisplay">
|
|
<view class="item sizedisplay">
|
|
|
<text class="title">尺寸</text>
|
|
<text class="title">尺寸</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.sizedisplay}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.sizedisplay }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 证书 -->
|
|
<!-- 证书 -->
|
|
|
<view class="item zscerttypedisplay">
|
|
<view class="item zscerttypedisplay">
|
|
|
<text class="title">证书</text>
|
|
<text class="title">证书</text>
|
|
|
- <text class="value" wx:for="{{values}}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{itm.zscerttypedisplay}}</text>
|
|
|
|
|
|
|
+ <text class="value" wx:for="{{ values }}" wx:for-index="idx" wx:for-item="itm" wx:key="idx">{{ itm.zscerttypedisplay }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|