修改
This commit is contained in:
parent
44febe95fc
commit
da3919eed9
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user