From 5d4a0926f4e8fbbc15ba15d4054001cacf630b73 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Tue, 05 Jan 2021 18:21:56 +0800
Subject: [PATCH] 盘点,修改个人信息,跟进记录图片预览
---
hive-app/components/uni-popup/uni-popup.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/hive-app/components/uni-popup/uni-popup.vue b/hive-app/components/uni-popup/uni-popup.vue
index ae40d03..2d15d5f 100644
--- a/hive-app/components/uni-popup/uni-popup.vue
+++ b/hive-app/components/uni-popup/uni-popup.vue
@@ -1,6 +1,6 @@
<template>
<view v-if="showPopup" class="uni-popup" :class="[popupstyle]" @touchmove.stop.prevent="clear">
- <uni-transition v-if="maskShow" class="uni-mask--hook" :mode-class="['fade']" :styles="maskClass" :duration="duration" :show="showTrans"
+ <uni-transition v-if="maskShow" :mode-class="['fade']" :styles="maskClass" :duration="duration" :show="showTrans"
@click="onTap" />
<uni-transition :mode-class="ani" :styles="transClass" :duration="duration" :show="showTrans" @click="onTap">
<view class="uni-popup__wrapper-box" @click.stop="clear">
@@ -72,11 +72,8 @@
* 监听遮罩是否可点击
* @param {Object} val
*/
- maskClick: {
- handler: function(val) {
- this.mkclick = val
- },
- immediate: true
+ maskClick(val) {
+ this.mkclick = val
}
},
data() {
--
Gitblit v1.9.1