Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xgdlapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李苏
xgdlapp
Commits
a4eee81e
Commit
a4eee81e
authored
May 20, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除假数据
parent
89d92328
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
appUpdate.js
common/util/appUpdate.js
+1
-1
manifest.json
manifest.json
+1
-1
index.vue
pages/dl_cmaterial/index.vue
+0
-1
index.vue
pages/dl_tray_adjust/index.vue
+2
-2
No files found.
common/util/appUpdate.js
View file @
a4eee81e
...
...
@@ -11,7 +11,7 @@ export default function appUpdate() {
imei: plus.device.imei, */
apptype
:
"0"
,
// appid: plus.runtime.appid,
appid
:
"__UNI__
5BC4E2F
"
appid
:
"__UNI__
79C58F0
"
}).
then
((
res
)
=>
{
if
(
res
){
plus
.
runtime
.
getProperty
(
plus
.
runtime
.
appid
,
function
(
wgtinfo
)
{
...
...
manifest.json
View file @
a4eee81e
{
"name"
:
"wcs"
,
"appid"
:
"__UNI__
B0C55
F0"
,
"appid"
:
"__UNI__
79C58
F0"
,
"description"
:
"徐工道路系统功能"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
100
,
...
...
pages/dl_cmaterial/index.vue
View file @
a4eee81e
...
...
@@ -618,7 +618,6 @@
this
.
gwObj
=
this
.
gwinfor
[
0
]
})
eventBus
.
$on
(
'addressInfo'
,
function
(
data
){
console
.
log
(
data
)
}.
bind
(
this
));
if
(
!
e
.
query
){
return
...
...
pages/dl_tray_adjust/index.vue
View file @
a4eee81e
...
...
@@ -50,10 +50,10 @@
data
()
{
return
{
selected
:
""
,
ystpcode
:
"
1
"
,
ystpcode
:
""
,
modalName
:
""
,
tpcode
:
""
,
wlinfor
:
[
{},{}
],
wlinfor
:
[],
}
},
methods
:
{
...
...
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