Skip to content

Commit 92e3587

Browse files
committed
fix: 修正pull-request#857的条件编译
1 parent 008d62c commit 92e3587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: uni_modules/uni-popup/components/uni-popup/uni-popup.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@
232232
unmounted() {
233233
this.setH5Visible()
234234
},
235+
// #endif
235236
activated() {
236237
this.setH5Visible(!this.showPopup);
237238
},
238239
deactivated() {
239240
this.setH5Visible(true);
240241
},
241-
// #endif
242242
created() {
243243
// this.mkclick = this.isMaskClick || this.maskClick
244244
if (this.isMaskClick === null && this.maskClick === null) {

0 commit comments

Comments
 (0)