【综合修复】改造拼团装修(仍需优化);处理无法发布到微信小程序的问题;
This commit is contained in:
@@ -70,8 +70,8 @@
|
||||
default() {},
|
||||
},
|
||||
});
|
||||
const { mode, goodsFields, mpliveIds } = props.data ?? {};
|
||||
const { marginLeft, marginRight } = props.styles ?? {};
|
||||
const { mode, goodsFields, mpliveIds } = props.data || {};
|
||||
const { marginLeft, marginRight } = props.styles || {};
|
||||
|
||||
async function getLiveListByIds(ids) {
|
||||
const { data } = await sheep.$api.app.mplive.getRoomList(ids);
|
||||
|
||||
Reference in New Issue
Block a user