Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
57da2a42
Commit
57da2a42
authored
Sep 04, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改场景人群
parent
90d0cbd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
public.js
src/common/js/public.js
+15
-3
sync-crowd-dialog.vue
src/components/app/my-customer/sync-crowd-dialog.vue
+2
-2
No files found.
src/common/js/public.js
View file @
57da2a42
...
@@ -4,10 +4,16 @@
...
@@ -4,10 +4,16 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2019-12-05 09:56:10
* @Date: 2019-12-05 09:56:10
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-0
8-21 10:24:20
* @LastEditTime: 2020-0
9-04 17:28:42
*/
*/
// 防抖
/**
* @description: 防抖
* @param {Function} fn
* @param {Number} delays
* @returns {Function}
* @author: 无尘
*/
export
function
_debounce
(
fn
,
delays
)
{
export
function
_debounce
(
fn
,
delays
)
{
let
delay
=
delays
||
200
;
let
delay
=
delays
||
200
;
let
timer
;
let
timer
;
...
@@ -24,7 +30,13 @@ export function _debounce(fn, delays) {
...
@@ -24,7 +30,13 @@ export function _debounce(fn, delays) {
},
delay
);
},
delay
);
};
};
}
}
// 节流
/**
* @description: 节流
* @param {Function} fn
* @param {Number} intervals
* @returns {Function}
* @author: 无尘
*/
export
function
_throttle
(
fn
,
intervals
)
{
export
function
_throttle
(
fn
,
intervals
)
{
let
last
;
let
last
;
let
timer
;
let
timer
;
...
...
src/components/app/my-customer/sync-crowd-dialog.vue
View file @
57da2a42
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-28 10:31:09
* @Date: 2020-08-28 10:31:09
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-04 16:
04:50
* @LastEditTime: 2020-09-04 16:
18:44
-->
-->
<!--
<!--
<sync-crowd-dialog :brand-id="brandId" :total-num="totalNum" @refreshData="refreshData"></sync-crowd-dialog>
<sync-crowd-dialog :brand-id="brandId" :total-num="totalNum" @refreshData="refreshData"></sync-crowd-dialog>
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<
template
>
<
template
>
<el-dialog
title=
"同步场景人群"
:visible
.
sync=
"dialogVisible"
width=
"726px"
:before-close=
"handleClose"
>
<el-dialog
title=
"同步场景人群"
:visible
.
sync=
"dialogVisible"
width=
"726px"
:before-close=
"handleClose"
>
<div
class=
"sync-tip m-b-20"
>
<div
class=
"sync-tip m-b-20"
>
<common-alert-tip
:width=
"'
100%
'"
:tip-content=
"tipContent"
></common-alert-tip>
<common-alert-tip
:width=
"'
400px
'"
:tip-content=
"tipContent"
></common-alert-tip>
</div>
</div>
<div
class=
"sync-search"
>
<div
class=
"sync-search"
>
<div
class=
"flex flex-space-between"
>
<div
class=
"flex flex-space-between"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment