Commit 0576720a authored by Mac's avatar Mac

1

parent 6f05b11c
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<view class="good-info"> <view class="good-info">
<view class="good-name" @click="redirectGoods(x.GoodsId)">{{x.GoodsName}}</view> <view class="good-name" @click="redirectGoods(x.GoodsId)">{{x.GoodsName}}</view>
<view class="good-attr"> <view class="good-attr">
<text>报名人数:{{ x.Number }}</text> <text>报名人数:{{ x.Number }}</text>
<text v-for="(y, yi) in x.SpecificationList" :key="yi" style="margin-right: 5px;"> <text v-for="(y, yi) in x.SpecificationList" :key="yi" style="margin-right: 5px;">
{{y}} {{y}}
</text> </text>
......
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