diff --git a/src/components/popup-picker/index.vue b/src/components/popup-picker/index.vue index e100d3a29..62113e152 100755 --- a/src/components/popup-picker/index.vue +++ b/src/components/popup-picker/index.vue @@ -27,7 +27,7 @@ @on-hide="onPopupHide" @on-show="onPopupShow">
-
+
{{ cancelText || $t('cancel_text') }} {{ confirmText || $t('confirm_text') }} diff --git a/src/components/popup-picker/metas.yml b/src/components/popup-picker/metas.yml index 0e94c67ac..c4444709e 100644 --- a/src/components/popup-picker/metas.yml +++ b/src/components/popup-picker/metas.yml @@ -71,6 +71,11 @@ events: en: emits when popup is closed zh-CN: 弹窗关闭时触发 changes: + next: + en: + - '[fix] popup-picker-header add touchmove.prevent event #1596' + zh-CN: + - '[fix] popup-picker头部区域屏蔽滑动事件 #1596' v2.3.8: en: - '[fix] Fix placeholder missing on iOS9 and iOS8 #1293'