Commit 13a813e3 authored by Xuguangxing's avatar Xuguangxing

feat: 处理猜你喜欢商品行数选择的问题

parent c4ccf00a
......@@ -10,7 +10,10 @@
<div v-if="item.title">
<h3>{{ item.title }}</h3>
<FormItem :label="child.name" :key="curElement.id + child.key" v-for="child in item.children">
<component :is="getComponent(child.type)" :options="child.options" :formControl="child.formControl" :limit-name="child.type === 'FormList' && curElement.name === 'cs-goods-tabs' ? 'cs-goods' : ''" v-model="form[child.key]" />
<!-- {{curElement.name}}
{{child.key}} -->
<InputNumber v-if="curElement.name == 'cs-guess-you-like' && child.key == 'rowNumber'" :max="10" :min="1" v-model="form[child.key]"></InputNumber>
<component v-else :is="getComponent(child.type)" :options="child.options" :formControl="child.formControl" :limit-name="child.type === 'FormList' && curElement.name === 'cs-goods-tabs' ? 'cs-goods' : ''" v-model="form[child.key]" />
</FormItem>
</div>
<FormItem class="Df-component-formitem" v-else :label="item.name" :title="item.desc || ''">
......
......@@ -2176,9 +2176,9 @@
}
},
"@qg/citrus-ui": {
"version": "0.3.56-beta1",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.3.56-beta1.tgz",
"integrity": "sha512-c5j8zLTKPVDlcGJ0iCq+R6fYFb0y3TYv4wUU6I0Srej5WXnWmW1+fo0XH1ZyshhU6UvS5rOEgmZHhgwARJApFA==",
"version": "0.3.56-beta2",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.3.56-beta2.tgz",
"integrity": "sha512-e2OyXvfdFPeOqmIPpoCkKgL9BrGxndk/l3G5hJn0S+Yuact7xgthxXyOJ4HzH70BpgeqCF4Tp24TM9EwVxLAEQ==",
"requires": {
"@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.23.9",
......
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