Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
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
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
e9933bd5
Commit
e9933bd5
authored
Jan 08, 2021
by
rencs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!35
parents
0c3e3d48
79c3a7c3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
loadBMap.js
src/utils/loadBMap.js
+1
-3
index.vue
src/views/orderManagement/orderList/index.vue
+1
-1
index.vue
src/views/webSiteManagement/aboutUs/index.vue
+0
-1
No files found.
src/utils/loadBMap.js
View file @
e9933bd5
...
@@ -21,10 +21,8 @@ export default function loadBMap(ak) {
...
@@ -21,10 +21,8 @@ export default function loadBMap(ak) {
}
}
let
script
=
document
.
createElement
(
'script'
)
let
script
=
document
.
createElement
(
'script'
)
script
.
type
=
'text/javascript'
script
.
type
=
'text/javascript'
script
.
src
=
script
.
src
=
document
.
location
.
protocol
+
'//api.map.baidu.com/api?v=3.0&ak='
+
ak
+
'&callback=onBMapCallback'
'http://api.map.baidu.com/api?v=3.0&ak='
+
ak
+
'&callback=onBMapCallback'
script
.
onerror
=
reject
script
.
onerror
=
reject
document
.
head
.
appendChild
(
script
)
document
.
head
.
appendChild
(
script
)
})
})
}
}
\ No newline at end of file
src/views/orderManagement/orderList/index.vue
View file @
e9933bd5
...
@@ -443,7 +443,7 @@
...
@@ -443,7 +443,7 @@
getList
()
{
getList
()
{
let
_this
=
this
let
_this
=
this
this
.
listLoading
=
true
;
this
.
listLoading
=
true
;
if
(
this
.
times
.
length
>
0
){
if
(
this
.
times
&&
this
.
times
.
length
>
0
){
this
.
listQuery
.
startTime
=
this
.
times
[
0
]
this
.
listQuery
.
startTime
=
this
.
times
[
0
]
this
.
listQuery
.
endTime
=
this
.
times
[
1
]
this
.
listQuery
.
endTime
=
this
.
times
[
1
]
}
}
...
...
src/views/webSiteManagement/aboutUs/index.vue
View file @
e9933bd5
...
@@ -142,7 +142,6 @@
...
@@ -142,7 +142,6 @@
</div>
</div>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
确定
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
确定
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
...
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