fireflysg-wxapp/component/goodsList/index.wxml

36 lines
1019 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--component/goodsList/index.wxml-->
<view class="goods-wrap">
<view class="goods-list">
<view class="goods-img">
<image class="pic" src="/images/buy/pic.png"></image>
</view>
<view class="goods-intro">
前排出二手摄像机九成新Nikon/尼康型号co olpix
</view>
<view class="list-price">
¥<text>2580</text>积分
</view>
</view>
<view class="goods-list">
<view class="goods-img">
<image class="pic" src="/images/buy/pic.png"></image>
</view>
<view class="goods-intro">
前排出二手摄像机九成新Nikon/尼康型号co olpix
</view>
<view class="list-price">
¥<text class="price">2580</text>积分
</view>
</view>
<view class="goods-list">
<view class="goods-img">
<image class="pic" src="/images/buy/pic.png"></image>
</view>
<view class="goods-intro">
前排出二手摄像机九成新Nikon/尼康型号co olpix
</view>
<view class="list-price">
¥<text class="price">2580</text>积分
</view>
</view>
</view>