Browse Source

更新代码

detailsPage
aBin 4 years ago
parent
commit
074254aa7d
  1. 4
      index.html

4
index.html

@ -61,7 +61,7 @@
<div class="flex flex-row-reverse items-center" onclick="p1419895941603008512.jumpDetails(this)">
<img style="height:16px" src="https://www.tall.wiki/staticrec/photos/right.png">
</div>
<div class="time-box w-screen h-screen fixed z-10" style="background: rgba(0,0,0,0.65);top:0;left:0;display:block">
<div class="time-box w-screen h-screen fixed z-10" style="background: rgba(0,0,0,0.65);top:0;left:0;display:none">
<div class="flex flex-col absolute w-full" style="background:#fff;bottom: 0;height:300px">
<div class="flex justify-between p-2 border-gray-200 border-b-2" style="height:44px;">
<div class="text-gray-500" onclick="p1419895941603008512.cancelTime()">取消</div>
@ -132,7 +132,6 @@
this.planStart = domBox.getAttribute('data-pstart')
this.realStart = domBox.getAttribute('data-rstart')
this.chooseTimeValue = +this.realStart
this.setTimeData()
// 获取父元素携带的参数
var userId = domBox.getAttribute("data-uid");
@ -162,6 +161,7 @@
async show(){
var timeBox = this.dom.querySelector('.time-box');
timeBox.style.display = 'block'
this.setTimeData()
},
/**

Loading…
Cancel
Save