Browse Source

更新代码

7-plugin-time-hourglass
aBin 4 years ago
parent
commit
36e70e2879
  1. 14
      index.html

14
index.html

@ -25,20 +25,18 @@
<view data-pid="1420652719055839232" data-uid="1298194698783170560" data-rid="xxx" data-tid="xxx" data-did="xxx">
<!--时间沙漏-->
<div data-root="p1419895315833823232">
<!-- main -->
<div class="flex flex-col">
<div class="flex justify-between">
<div class="flex justify-start items-center">距发病<span class="text-xl ml-2"><span class="text-blue-500 morbidity">--</span></span></div>
<div class="flex justify-end items-center">DNT60"<span class="DNTText">剩余</span><span class="text-xl ml-2"><span class="text-blue-500 DNTTime">--</span></span></div>
<div class="flex justify-start items-center">距发病<span class="text-xl ml-2"><span class="text-blue-500 morbidity">--</span>''</span></div>
<div class="flex justify-end items-center">DNT60"<span class="DNTText">剩余</span><span class="text-xl ml-2"><span class="text-blue-500 DNTTime">--</span>''</span></div>
</div>
<div class="flex justify-end items-center">CT25"<span class="CTText">剩余</span><span class="text-xl ml-2"><span class="text-blue-500 CTTime">--</span></span></div>
<div class="flex justify-end items-center">CT25"<span class="CTText">剩余</span><span class="text-xl ml-2"><span class="text-blue-500 CTTime">--</span>''</span></div>
</div>
<!-- main end -->
</div>
</view>
<script id="p1419895315833823232">
const p1419895315833823232 = {
var p1419895315833823232 = {
token: '',
projectId: '',
dom: '',
@ -68,7 +66,7 @@
// 查询时间沙漏
that.getFirstAidRecord()
} else {
alert(msg || '获取失败')
console.log('msg: ', msg);
}
});
},
@ -125,7 +123,7 @@
}
}
} else {
alert(msg || '查询失败')
console.log('msg: ', msg);
}
})
},

Loading…
Cancel
Save