update @优化
This commit is contained in:
parent
281de33e4f
commit
65319e825e
|
@ -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 = {};
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue