|
|
@ -47,9 +47,9 @@ |
|
|
|
<!-- 示例插件2 id=100--> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p100.show()">测试组建2</button> |
|
|
|
|
|
|
|
<div data-tname="入院评估" data-pid="1402932548627206144" data-uid="1323567842540523520" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:50px;width:100%"> |
|
|
|
<!-- 评估插件 --> |
|
|
|
<div data-root="p1419895741178191872" class="flex flex-row items-center" style="height:100%;width:100%;" onclick="p1419895741178191872.jumpDetails(this)"> |
|
|
|
<div data-tname="医技结论" data-pid="1402932548627206144" data-uid="1323567842540523520" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:50px;width:100%"> |
|
|
|
<!-- 医技插件 --> |
|
|
|
<div data-root="p1419895788024373248" class="flex flex-row items-center" style="height:100%;width:100%;" onclick="p1419895788024373248.jumpDetails(this)"> |
|
|
|
<div class="flex-1 title"></div> |
|
|
|
<div class="flex flex-nowrap startBtn mr-2"> |
|
|
|
<button class="bg-blue-500 text-xs rounded-full py-1 px-5 text-white">开始</button> |
|
|
@ -67,12 +67,12 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<script> |
|
|
|
const p1419895741178191872 = { |
|
|
|
const p1419895788024373248 = { |
|
|
|
token: '', |
|
|
|
dom: '', |
|
|
|
|
|
|
|
init() { |
|
|
|
this.dom = document.querySelector("div[data-root=p1419895741178191872]"); |
|
|
|
this.dom = document.querySelector("div[data-root=p1419895788024373248]"); |
|
|
|
var domBox = this.dom.parentNode; |
|
|
|
var title = this.dom.querySelector('.title'); |
|
|
|
title.innerHTML = domBox.getAttribute('data-tname') |
|
|
@ -162,7 +162,7 @@ |
|
|
|
location.href = 'https://www.baidu.com' |
|
|
|
} |
|
|
|
} |
|
|
|
p1419895741178191872.init() |
|
|
|
p1419895788024373248.init() |
|
|
|
</script> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|