Commit d593a9cb authored by zhangjianguo's avatar zhangjianguo

1

parent 94baa4bc
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
x.GoodsName x.GoodsName
}}</view> }}</view>
<view class="good-attr"> <view class="good-attr">
<text>数量{{ x.Number }}</text> <text>数量:{{ x.Number }}</text>
<text <text
v-for="(y, yi) in x.SpecificationList" v-for="(y, yi) in x.SpecificationList"
:key="yi" :key="yi"
......
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