修改数小福id

This commit is contained in:
zyn
2023-08-29 14:41:32 +08:00
parent c1c332c6ee
commit 1057cb6788
+3 -2
View File
@@ -2,7 +2,7 @@
<!-- 数小福 -->
<span id="drag" draggable>
<iframe
src="https://iftappwelink.foton.com.cn/ke_fu_ui/?groupId=596843564600706080"
src="https://iftappwelink.foton.com.cn/ke_fu_ui/?groupId=598318137837933308"
style="position: absolute; bottom: 10px; right: 0%"
:height="height"
:width="width"
@@ -86,7 +86,7 @@ export default {
};
},
Method:{
methods:{
dragDiv(e) {
e.preventDefault(); //阻止发生自身事件
this.flag = true;
@@ -232,5 +232,6 @@ export default {
height: 117px;
bottom: 36px;
right: 14px;
z-index: 9999;
}
</style>