一半
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
Component({
|
||||
properties: {},
|
||||
properties: {
|
||||
num:String,
|
||||
cprice:String,
|
||||
freight:String,
|
||||
goods:Array
|
||||
},
|
||||
data: {},
|
||||
methods: {
|
||||
todetail() {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<view class="commodity" bindtap="todetail">
|
||||
<message></message>
|
||||
<message wx:for="{{goods}}" title="{{item.goods_name}}" spec="{{item.spec_key_name}}" price="{{item.goods_price}}" num="{{goods_num}}" image="{{item.image}}"></message>
|
||||
<view class="aggregate">
|
||||
共计1件商品 合计:
|
||||
<text>¥29.80</text>
|
||||
(含运费¥0.00)
|
||||
共计{{num}}件商品 合计:
|
||||
<text>¥{{cprice}}</text>
|
||||
(含运费¥{{freight}})
|
||||
</view>
|
||||
<view class="operation">
|
||||
<view class="button">评价</view>
|
||||
|
||||
Reference in New Issue
Block a user