更改订单
This commit is contained in:
@@ -93,7 +93,8 @@
|
||||
</view>
|
||||
<view class="fivecontent_item_box">
|
||||
<view class="fivecontent_item_boxitem flex-between">
|
||||
<image :src="`${item.image}?x-oss-process=image/resize,m_lfit,w_192,h_192`" mode="aspectFill"></image>
|
||||
<image :src="`${item.image}?x-oss-process=image/resize,m_lfit,w_192,h_192`"
|
||||
mode="aspectFill"></image>
|
||||
<view class="fivecontent_item_boxitemleft flex-colum-start">
|
||||
<view class="fivecontent_item_boxitemleftone flex-between"
|
||||
style="display: flex;justify-content: space-between;align-items: center;">
|
||||
@@ -509,7 +510,9 @@
|
||||
|
||||
if (item.isChild) {
|
||||
this.form.type = '' //先清空后赋值
|
||||
this.showproductlist = true
|
||||
setTimeout(()=> {
|
||||
this.showproductlist = true
|
||||
}, 500);
|
||||
} else {
|
||||
this.showproductlist = false
|
||||
// 以下没有多选处理
|
||||
|
||||
Reference in New Issue
Block a user