Commit a47adf29 by wangjian

1

parent 7ee2227a
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
<view class="goods"> <view class="goods">
<image class="img" :src="orderData.goodsPath" mode=""></image> <image class="img" :src="orderData.goodsPath" mode=""></image>
<view class="info"> <view class="info">
<view class="title">{{orderData.goodsName}}</view> <view class="title">{{orderData.attrValue}}</view>
<view class="spec">{{orderData.attrValue}}</view> <view class="spec">{{orderData.attrName}}:{{orderData.denomination}}</view>
<view class="price"> <view class="price">
<view class="left">{{orderData.goodsIntegral}}</view> <view class="left">{{orderData.goodsIntegral}}积分</view>
<view class="right">{{orderData.payNumber}}</view> <view class="right">x{{orderData.payNumber}}</view>
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment