Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uview-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李晖
uview-ui
Commits
81791a34
Commit
81791a34
authored
Aug 26, 2020
by
wlxuqu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复根元素无法写@touchmove.stop.prevent的问题
parent
3927aa9a
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
u-car-keyboard.vue
uview-ui/components/u-car-keyboard/u-car-keyboard.vue
+1
-1
u-dropdown-item.vue
uview-ui/components/u-dropdown-item/u-dropdown-item.vue
+1
-1
u-mask.vue
uview-ui/components/u-mask/u-mask.vue
+1
-1
u-no-network.vue
uview-ui/components/u-no-network/u-no-network.vue
+1
-1
u-number-keyboard.vue
uview-ui/components/u-number-keyboard/u-number-keyboard.vue
+1
-1
u-tabbar.vue
uview-ui/components/u-tabbar/u-tabbar.vue
+1
-1
No files found.
uview-ui/components/u-car-keyboard/u-car-keyboard.vue
View file @
81791a34
<
template
>
<
template
>
<view
class=
"u-keyboard"
@
touchmove
.
stop
.
prevent
>
<view
class=
"u-keyboard"
@
touchmove.stop.prevent
=
"() =>
{}"
>
<view
class=
"u-keyboard-grids"
>
<view
class=
"u-keyboard-grids"
>
<block>
<block>
<view
class=
"u-keyboard-grids-item"
v-for=
"(group, i) in abc ? EngKeyBoardList : areaList"
:key=
"i"
>
<view
class=
"u-keyboard-grids-item"
v-for=
"(group, i) in abc ? EngKeyBoardList : areaList"
:key=
"i"
>
...
...
uview-ui/components/u-dropdown-item/u-dropdown-item.vue
View file @
81791a34
<
template
>
<
template
>
<view
class=
"u-dropdown-item"
v-if=
"active"
@
touchmove
.
stop
.
prevent
@
tap
.
stop
.
prevent
>
<view
class=
"u-dropdown-item"
v-if=
"active"
@
touchmove.stop.prevent
=
"() =>
{}" @tap.stop.prevent="() => {}"
>
<view
class=
"u-dropdown-item__options"
v-if=
"!$slots.default"
>
<view
class=
"u-dropdown-item__options"
v-if=
"!$slots.default"
>
<u-cell-group>
<u-cell-group>
<u-cell-item
@
click=
"cellClick(item.value)"
:arrow=
"false"
:title=
"item.label"
v-for=
"(item, index) in options"
:key=
"index"
:title-style=
"
{
<u-cell-item
@
click=
"cellClick(item.value)"
:arrow=
"false"
:title=
"item.label"
v-for=
"(item, index) in options"
:key=
"index"
:title-style=
"
{
...
...
uview-ui/components/u-mask/u-mask.vue
View file @
81791a34
<
template
>
<
template
>
<view
class=
"u-mask"
hover-stop-propagation
:style=
"[maskStyle, zoomStyle]"
@
tap=
"click"
@
touchmove
.
stop
.
prevent
:class=
"
{
<view
class=
"u-mask"
hover-stop-propagation
:style=
"[maskStyle, zoomStyle]"
@
tap=
"click"
@
touchmove.stop.prevent
=
"() =>
{}"
:class="{
'u-mask-zoom': zoom,
'u-mask-zoom': zoom,
'u-mask-show': show
'u-mask-show': show
}">
}">
...
...
uview-ui/components/u-no-network/u-no-network.vue
View file @
81791a34
<
template
>
<
template
>
<view
class=
"u-no-network"
v-if=
"!isConnected"
:style=
"
{'z-index': uZIndex}" @touchmove.stop.prevent="">
<view
class=
"u-no-network"
v-if=
"!isConnected"
:style=
"
{'z-index': uZIndex}" @touchmove.stop.prevent="
() => {}
">
<view
class=
"u-inner"
>
<view
class=
"u-inner"
>
<image
class=
"u-error-icon"
:src=
"image"
mode=
"widthFix"
></image>
<image
class=
"u-error-icon"
:src=
"image"
mode=
"widthFix"
></image>
<view
class=
"u-tips"
>
<view
class=
"u-tips"
>
...
...
uview-ui/components/u-number-keyboard/u-number-keyboard.vue
View file @
81791a34
<
template
>
<
template
>
<view
class=
"u-keyboard"
@
touchmove
.
stop
.
prevent
>
<view
class=
"u-keyboard"
@
touchmove.stop.prevent
=
"() =>
{}"
>
<view
class=
"u-keyboard-grids"
>
<view
class=
"u-keyboard-grids"
>
<view
<view
class=
"u-keyboard-grids-item"
class=
"u-keyboard-grids-item"
...
...
uview-ui/components/u-tabbar/u-tabbar.vue
View file @
81791a34
<
template
>
<
template
>
<view
v-if=
"show"
class=
"u-tabbar"
@
touchmove
.
stop
.
prevent
>
<view
v-if=
"show"
class=
"u-tabbar"
@
touchmove.stop.prevent
=
"() =>
{}"
>
<view
class=
"u-tabbar__content safe-area-inset-bottom"
:style=
"
{
<view
class=
"u-tabbar__content safe-area-inset-bottom"
:style=
"
{
height: $u.addUnit(height),
height: $u.addUnit(height),
backgroundColor: bgColor,
backgroundColor: bgColor,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment