@@ -125,6 +125,11 @@
}
.show-qrcode{
overflow: hidden;
+ display: flex;
+ justify-content: center;
+ /deep/ .box-qrcode{
+ margin-left: 25px!important;
+ }
&:before,&:after{
content: '';
@@ -150,7 +150,7 @@
this.mescroll.resetUpScroll();
},
getTypeList(){
- this.$u.api.goodsTypeList({parentId:0}).then(res=>{
+ this.$u.api.goodsTypeList({parentId:0,pageNum:1,pageSize:200}).then(res=>{
// console.log('getTypeList',res.data.rows);
this.hasTypeId = true;
this.tabsList = res.data.rows;
// console.log('search',e)
getclassify(){
- this.$u.api.getclassify().then(res=>{
+ this.$u.api.getclassify({pageNum:1,pageSize:200}).then(res=>{
this.tabsList = res.data.rows.map(item=>{
return {name:item.classifyName,id:item.id}
});