mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
build: compile 1.11.0
This commit is contained in:
parent
bc649cff58
commit
be99bd3bd3
2
dist/calendar/index.js
vendored
2
dist/calendar/index.js
vendored
@ -140,7 +140,7 @@ VantComponent({
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
reset() {
|
reset() {
|
||||||
this.setData({ currentDate: this.getInitialDate() });
|
this.setData({ currentDate: this.getInitialDate(this.data.defaultDate) });
|
||||||
this.scrollIntoView();
|
this.scrollIntoView();
|
||||||
},
|
},
|
||||||
initRect() {
|
initRect() {
|
||||||
|
2
dist/icon/index.wxss
vendored
2
dist/icon/index.wxss
vendored
File diff suppressed because one or more lines are too long
2
dist/notice-bar/index.js
vendored
2
dist/notice-bar/index.js
vendored
@ -103,7 +103,7 @@ VantComponent({
|
|||||||
});
|
});
|
||||||
this.timer = setTimeout(() => {
|
this.timer = setTimeout(() => {
|
||||||
this.scroll();
|
this.scroll();
|
||||||
}, this.duration);
|
}, this.duration + this.data.delay);
|
||||||
},
|
},
|
||||||
onClickIcon(event) {
|
onClickIcon(event) {
|
||||||
if (this.data.mode === 'closeable') {
|
if (this.data.mode === 'closeable') {
|
||||||
|
@ -156,7 +156,7 @@ var getTime = function (date) {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
reset: function () {
|
reset: function () {
|
||||||
this.setData({ currentDate: this.getInitialDate() });
|
this.setData({ currentDate: this.getInitialDate(this.data.defaultDate) });
|
||||||
this.scrollIntoView();
|
this.scrollIntoView();
|
||||||
},
|
},
|
||||||
initRect: function () {
|
initRect: function () {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -108,7 +108,7 @@ var utils_1 = require("../common/utils");
|
|||||||
});
|
});
|
||||||
this.timer = setTimeout(function () {
|
this.timer = setTimeout(function () {
|
||||||
_this.scroll();
|
_this.scroll();
|
||||||
}, this.duration);
|
}, this.duration + this.data.delay);
|
||||||
},
|
},
|
||||||
onClickIcon: function (event) {
|
onClickIcon: function (event) {
|
||||||
if (this.data.mode === 'closeable') {
|
if (this.data.mode === 'closeable') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user