mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
f915fc2333
commit
fdfda6ba9a
@ -16,7 +16,7 @@ VantComponent({
|
|||||||
confirmButtonOpenType: String,
|
confirmButtonOpenType: String,
|
||||||
zIndex: {
|
zIndex: {
|
||||||
type: Number,
|
type: Number,
|
||||||
value: 100
|
value: 2000
|
||||||
},
|
},
|
||||||
confirmButtonText: {
|
confirmButtonText: {
|
||||||
type: String,
|
type: String,
|
||||||
@ -96,7 +96,7 @@ VantComponent({
|
|||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
this.$emit('close', action);
|
this.$emit('close', action);
|
||||||
|
|
||||||
//把 dialog 实例传递出去,可以通过 stopLoading() 在外部关闭按钮的 loading
|
//把 dialog 实例传递出去,可以通过 stopLoading() 在外部关闭按钮的 loading
|
||||||
this.$emit(action, { dialog: this });
|
this.$emit(action, { dialog: this });
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user