更改订单

This commit is contained in:
魏啾
2024-06-05 17:15:28 +08:00
parent 5ea2ab4aa9
commit 1e9797f09a
5 changed files with 62 additions and 49 deletions

View File

@@ -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
// 以下没有多选处理