Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
29d448d1
authored
Dec 14, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
61390aa1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public/index.html
+1
-1
src/views/tempaltes/editMore.vue
+2
-2
No files found.
public/index.html
View file @
29d448d1
...
...
@@ -9,7 +9,7 @@
<link
rel=
"stylesheet"
href=
"https://unpkg.com/vue2-animate/dist/vue2-animate.min.css"
/>
<!-- <script type="text/javascript" src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script> -->
<script
type=
"text/javascript"
src=
"https://res.wx.qq.com/open/js/jweixin-1.3.2.js"
></script>
<title>
VISIDEAL
</title>
<title>
编辑作品
</title>
<script>
window
.
jsbridge
&&
window
.
jsbridge
.
init
();
...
...
src/views/tempaltes/editMore.vue
View file @
29d448d1
...
...
@@ -612,7 +612,7 @@ export default {
if
(
!
this
.
isIos
)
{
this
.
loaded
=
true
;
}
this
.
$toast
(
"数据加载完成"
);
//
this.$toast("数据加载完成");
setTimeout
(()
=>
{
window
.
frames
[
"tiframe"
].
location
.
reload
();
},
500
);
...
...
@@ -633,7 +633,7 @@ export default {
if
(
!
this
.
isIos
)
{
this
.
loaded
=
true
;
}
this
.
$toast
(
"数据加载完成"
);
//
this.$toast("数据加载完成");
setTimeout
(()
=>
{
window
.
frames
[
"tiframe"
].
location
.
reload
();
console
.
log
(
"reload"
);
...
...
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