mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 17:35:53 +08:00
最新楼层装修模块
This commit is contained in:
@@ -66,7 +66,6 @@ export default {
|
||||
}, []);
|
||||
this.wap.forEach((items,indexs) => {
|
||||
if(items.title == '活动'){
|
||||
console.log(32323232323232)
|
||||
this.wap.splice(indexs,1)
|
||||
}
|
||||
})
|
||||
|
||||
@@ -117,7 +117,6 @@ export default {
|
||||
if(urls.indexOf('/floorList/renovation') != -1){
|
||||
this.linkList.forEach((items,indexs)=>{
|
||||
if(items.title == '砍价'){
|
||||
console.log(12321322,indexs)
|
||||
this.linkList.splice(indexs,1)
|
||||
}
|
||||
})
|
||||
@@ -136,7 +135,7 @@ export default {
|
||||
this.linkVisible = false
|
||||
}
|
||||
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
handleLink(val, index) {
|
||||
val = { ...val, ___type: "other" };
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<div >
|
||||
<div>
|
||||
<div class="tables">
|
||||
<Table
|
||||
border
|
||||
@@ -22,7 +22,7 @@
|
||||
:current="params.pageNumber"
|
||||
:page-size="params.pageSize"
|
||||
class="mt_10"
|
||||
:total="Number(totals)"
|
||||
:total="Number(total)"
|
||||
size="small"
|
||||
show-elevator
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user