Skip to content

Commit 68e5dba

Browse files
committed
build: Travis CI automatic compilation
1 parent 7f5bac2 commit 68e5dba

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

dist/notice-bar/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dist/notice-bar/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,16 @@ Component({
146146
show: false
147147
});
148148
},
149+
150+
151+
// ============ 开放函数 =============
152+
153+
/**
154+
* 动态设置通告栏内容后刷新动画
155+
*/
156+
linFlush(){
157+
this.destroyTimer();
158+
this.initAnimation();
159+
},
149160
}
150161
});

0 commit comments

Comments
 (0)