update @优化

This commit is contained in:
huangzhen 2024-10-10 18:38:15 +08:00
parent 281de33e4f
commit 65319e825e
2 changed files with 3 additions and 1 deletions

View File

@ -322,7 +322,7 @@ export default {
async getData(dataType?: string) { async getData(dataType?: string) {
if (!this.groupId) return showToast('组合商品ID不能为空'); if (!this.groupId) return showToast('组合商品ID不能为空');
// - // -
let mapData: any = new Map([]); let mapData: any = new Map([]);
this.selectedPro = []; this.selectedPro = [];
this.selectedData = {}; this.selectedData = {};

View File

@ -2,6 +2,8 @@
width: 375px; width: 375px;
min-height: 100vh; // 需要配置 comWrapperPC模版不支持 vh min-height: 100vh; // 需要配置 comWrapperPC模版不支持 vh
background: rgb(241, 245, 247); background: rgb(241, 245, 247);
padding-bottom: 20px;
box-sizing: border-box;
.topBox { .topBox {
position: relative; position: relative;
} }