This commit is contained in:
shidongli 2023-10-26 15:08:24 +08:00
parent 44febe95fc
commit da3919eed9

View File

@ -12,7 +12,7 @@
background="#18CBB3">
</tabs>
<view class="imageitem">
<image src="../../static/jiantou.png" mode="" @tap="timecurrent++"></image>
<image src="../../static/jiantou.png" mode="" @tap="timedata"></image>
</view>
</view>
<view class="time">
@ -358,6 +358,13 @@
this.timeindex = null
this.Soonerorlater = null
},
timedata(){
this.timecurrent++
this.timeindexafter = null
this.timeindex = null
this.Soonerorlater = null
},
}
}
</script>
@ -373,7 +380,7 @@
display: flex;
position: absolute;
right: 2%;
top: 21%;
top: 20%;
flex-wrap: wrap;
width: 400rpx;