Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-annual-summary
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-annual-summary
提交
31c8b5eb
提交
31c8b5eb
编写于
2月 04, 2021
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
代码优化
上级
c4cf02ff
变更
1
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
9 行增加
和
22 行删除
+9
-22
index.vue
src/views/annual-summary/index.vue
+9
-22
未找到文件。
src/views/annual-summary/index.vue
浏览文件 @
31c8b5eb
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
</p>
</p>
</section>
</section>
</div>
</div>
<!--
<button
@
click=
"savePage2Picture"
>
保存图片
</button>
-->
<section
class=
"bottom"
>
<section
class=
"bottom"
>
<div
class=
"prot-wrapper"
@
click=
"selectProt"
>
<div
class=
"prot-wrapper"
@
click=
"selectProt"
>
<div
class=
"img-w"
>
<div
class=
"img-w"
>
...
@@ -69,6 +68,11 @@ export default {
...
@@ -69,6 +68,11 @@ export default {
_this
=
this
;
_this
=
this
;
const
{
from
}
=
this
.
$route
.
query
;
const
{
from
}
=
this
.
$route
.
query
;
this
.
from
=
from
||
'app'
;
this
.
from
=
from
||
'app'
;
window
.
__refresh
=
function
()
{
_this
.
isSelect
=
false
;
};
// 截屏时通知前端
// 截屏时通知前端
window
.
__screenCaptureEvent
=
function
()
{
window
.
__screenCaptureEvent
=
function
()
{
console
.
log
(
'in screenCaptureEvent'
);
console
.
log
(
'in screenCaptureEvent'
);
...
@@ -78,12 +82,6 @@ export default {
...
@@ -78,12 +82,6 @@ export default {
});
});
}
}
// 保存图片的回调
window
.
__savePage2Picture
=
function
(
param
)
{
this
.
isHide
=
true
;
console
.
log
(
"__savePage2Picture"
,
param
);
}
// 先调用存储权限(只有安卓手机需要)
// 先调用存储权限(只有安卓手机需要)
this
.
isAndroid
&&
rocNative
.
openExternalStoragePermission
();
this
.
isAndroid
&&
rocNative
.
openExternalStoragePermission
();
...
@@ -100,17 +98,6 @@ export default {
...
@@ -100,17 +98,6 @@ export default {
this
.
isSelect
=
!
this
.
isSelect
;
this
.
isSelect
=
!
this
.
isSelect
;
},
},
// 保存图片
savePage2Picture
()
{
this
.
isHide
=
false
;
this
.
$forceUpdate
()
this
.
$nextTick
(
()
=>
{
rocNative
.
savePage2Picture
({
__funcName
:
"__savePage2Picture"
});
})
},
// 跳转到详情页面
// 跳转到详情页面
gotoDetail
()
{
gotoDetail
()
{
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录