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
refactor(QuickOrderEntry): 移除初始化拖拽位置的代码
不再需要初始化拖拽位置功能,因此注释掉相关代码
master
前端-胡立永
2 days ago
parent
2a7b68b688
commit
bb8b4a49d8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
components/QuickOrderEntry.vue
+ 1
- 1
components/QuickOrderEntry.vue
View File
@ -59,7 +59,7 @@ export default {
}
,
mounted
(
)
{
/
/
初
始
化
拖
拽
位
置
this
.
initDragPosition
(
)
/
/
t
h
i
s
.
i
n
i
t
D
r
a
g
P
o
s
i
t
i
o
n
(
)
this
.
getQuickOrderInfo
(
)
/
/
开
启
定
时
器
,
每
3
0
秒
更
新
一
次
数
据
this
.
startTimer
(
)
Write
Preview
Loading…
Cancel
Save