提交 a3a67622 编写于 作者: guangjun.yang's avatar guangjun.yang

保存按钮问题

上级 3868df15
......@@ -152,7 +152,7 @@ export default {
position: absolute;
top: 420px;
left: 0;
z-index: 1;
z-index: 10;
text-align: center;
img {
margin-top: 70px;
......
......@@ -347,17 +347,18 @@ export default {
// 保存图片
savePage2Picture() {
this.isHide = false;
this.$sendBuriedData({
component_tag: '560#560002'
});
this.isHide = false;
this.$forceUpdate();
this.$nextTick(() => {
rocNative.savePage2Picture({
__funcName: "__savePage2Picture"
});
});
setTimeout(() => {
this.$nextTick(() => {
rocNative.savePage2Picture({
__funcName: "__savePage2Picture"
});
});
}, 100);
},
// 调用原生分享(弹框)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册