完成
This commit is contained in:
@@ -4,7 +4,8 @@ Component({
|
||||
title:String,
|
||||
id:String,
|
||||
price:String,
|
||||
shopid:String
|
||||
shopid:String,
|
||||
shoppriceeur:String
|
||||
},
|
||||
data: {},
|
||||
methods: {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<text class="towline">{{title}}</text>
|
||||
|
||||
<view>
|
||||
<view>${{price}}<text>(¥price)</text></view>
|
||||
<view>€{{shoppriceeur}}<text>(¥{{price}})</text></view>
|
||||
<view>加入购物车</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user