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

保存按钮问题

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