|
|
|
@ -70,7 +70,9 @@
|
|
|
|
|
// {
|
|
|
|
|
// remindTime: '2024.1.1',
|
|
|
|
|
// content: '快去测试343232423快去测试快去测试快去测试快去测试快去测试'
|
|
|
|
|
// }]
|
|
|
|
|
// },
|
|
|
|
|
// ]
|
|
|
|
|
// console.log(o)
|
|
|
|
|
// todayTodoList.value.push(...o)
|
|
|
|
|
// 测试结束
|
|
|
|
|
if(todayTodoList.value.length > 0) {
|
|
|
|
@ -251,14 +253,14 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
<!-- 提示弹幕 -->
|
|
|
|
|
<view class="todayTodoListBox" v-if="todayTodoList.length>0">
|
|
|
|
|
<!-- <view class="todayTodoListBox" v-if="todayTodoList.length>0">
|
|
|
|
|
<uni-icons type="sound-filled" color="#fc9467" size="30"></uni-icons>
|
|
|
|
|
<view class="tlb-item-box">
|
|
|
|
|
<view class="tlb-item" @tap="todoFunc(1)">
|
|
|
|
|
<view class="tlb-content text-ellipsis-1">{{todayTodoListShow.remindTime}}: {{todayTodoListShow.content}}</view>
|
|
|
|
|
<view class="tlb-content ">{{todayTodoListShow.remindTime}}: {{todayTodoListShow.content}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
<view class="attention-card">
|
|
|
|
|
<!-- <view class="part-title">
|
|
|
|
|
测试记录
|
|
|
|
@ -314,6 +316,16 @@
|
|
|
|
|
<view class="test-text">视力自测小助手</view>
|
|
|
|
|
<image class="test-img" src="../../static/style/test.png" mode=""></image>
|
|
|
|
|
</view>
|
|
|
|
|
<aikefu />
|
|
|
|
|
<!-- 提示弹幕 -->
|
|
|
|
|
<view class="todayTodoListBox" v-if="todayTodoList.length>0">
|
|
|
|
|
<uni-icons type="sound-filled" color="#fc9467" size="30" style="margin-right: 5px;"></uni-icons>
|
|
|
|
|
<view class="tlb-item-box">
|
|
|
|
|
<view class="tlb-item" @tap="todoFunc(1)">
|
|
|
|
|
<view class="tlb-content ">{{todayTodoListShow.remindTime}}: {{todayTodoListShow.content}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<uni-popup ref="inputDialog" @tap="toBlur" :is-mask-click='false'>
|
|
|
|
|
<view class="pop-box">
|
|
|
|
|
<view class="pb-title">您好, 请先登录</view>
|
|
|
|
@ -350,18 +362,20 @@
|
|
|
|
|
关闭
|
|
|
|
|
</view> -->
|
|
|
|
|
</uni-popup>
|
|
|
|
|
<aikefu />
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
.todayTodoListBox{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
// align-items: center;
|
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
.tlb-item-box{
|
|
|
|
|
color: #f97a44;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
font-size: 4.2vw;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.tlb-item{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|