Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
418b1f18
Commit
418b1f18
authored
Aug 11, 2020
by
郭志伟
Committed by
郝聪敏
Aug 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: pdfjs维护
parent
ede2d66f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
detail.zhongan.yiwai.js
src/api/detail.zhongan.yiwai.js
+1
-1
PopupWithIframe.vue
src/components/PopupWithIframe.vue
+3
-2
AIDetail.vue
src/views/Goods/Detail/AIDetail.vue
+2
-2
No files found.
src/api/detail.zhongan.yiwai.js
View file @
418b1f18
...
...
@@ -4,7 +4,7 @@
* @Description:众安50万意外险
* @Date: 2020-07-27 15:46:37
* @LastEditors: gzw
* @LastEditTime: 2020-08-11 1
7:05:56
* @LastEditTime: 2020-08-11 1
8:41:35
*/
import
goodsBg
from
"
@/assets/images/goods/detail/yiwaixian/bg.png
"
;
...
...
src/components/PopupWithIframe.vue
View file @
418b1f18
...
...
@@ -70,9 +70,9 @@ export default {
popupShow
(
val
)
{
this
.
$emit
(
CHANGE_EVENT
,
val
);
if
(
!
val
)
{
this
.
pdfNumPages
=
null
;
this
.
pdfUrl
.
destroyed
=
true
;
setTimeout
(()
=>
{
this
.
pdfNumPages
=
null
;
this
.
pdfUrl
=
null
;
this
.
scrollRefresh
=
false
;
},
300
);
}
...
...
@@ -99,6 +99,7 @@ export default {
this
.
pdfUrl
.
promise
.
then
(
pdf
=>
{
this
.
pdfNumPages
=
pdf
.
numPages
;
console
.
error
(
pdf
);
})
.
catch
(
err
=>
{
console
.
error
(
err
);
...
...
src/views/Goods/Detail/AIDetail.vue
View file @
418b1f18
...
...
@@ -165,8 +165,8 @@ export default {
},
computed
:
{
pupopData
()
{
const
{
popupArray
,
currentPupopIndex
}
=
this
;
return
popup
Array
[
currentPupopIndex
]
||
{};
const
{
popupArray
,
currentPupopIndex
,
popupShow
}
=
this
;
return
popup
Show
?
popupArray
[
currentPupopIndex
]
||
{}
:
{};
},
planCellData
()
{
const
{
planCellInfo
}
=
this
;
...
...
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