瀏覽代碼

设置共享在客户检索不显示

cxmo 1 年之前
父節點
當前提交
0def84d3af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/custom_manage/customSearch.vue

+ 1 - 1
src/views/custom_manage/customSearch.vue

@@ -1564,7 +1564,7 @@ export default {
 		btnList(btnItem,part){
 			const allBtnList=[]
 			for (const key in btnItem) {
-				btnItem[key]&&key!=='BtnClose' && allBtnList.push(key)
+				btnItem[key]&&key!=='BtnClose'&&key!=='BtnShare' && allBtnList.push(key)
 			}
 			if(part==='front'){
 				// 返回前三个按钮