This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
building-materials-shop-uniapp-241014
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix(QuickOrderEntry): 修改长按提示文字为拖动提示
将"长按查看更多"改为"此图标可随意拖动"以更准确地描述功能
master
前端-胡立永
3 weeks ago
parent
3c3efe4781
commit
dffdb5b7f7
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
components/QuickOrderEntry.vue
+ 1
- 1
components/QuickOrderEntry.vue
View File
@ -18,7 +18,7 @@
{
{
innerMessageCount
}
}
{
{
innerMessageCount
}
}
<
/
view
>
<
/
view
>
<
image
:src
="imageUrl"
mode
=
""
>
<
/
image
>
<
image
:src
="imageUrl"
mode
=
""
>
<
/
image
>
<
view
class
=
"long-press-hint"
>
长按查看更多
<
/
view
>
<
view
class
=
"long-press-hint"
>
此图标可随意拖动
<
/
view
>
<
/
view
>
<
/
view
>
<
/
view
>
<
/
view
>
<
/
m
o
v
a
b
l
e
-
v
i
e
w
>
<
/
m
o
v
a
b
l
e
-
v
i
e
w
>
Write
Preview
Loading…
Cancel
Save