fix:修改订阅id

main
阿怪 3 months ago
parent db46299b8c
commit c11064f87b

@ -42,6 +42,6 @@
<style scoped lang="scss">
.aikefuBox{
margin-top: 200rpx;
// margin-top: 200rpx;
}
</style>

@ -79,7 +79,7 @@
//
function subscribeFunc() {
uni.requestSubscribeMessage({
         tmplIds: ['PgxoZOOSDgBcmIGd_EVLDnYUmL3eu6NQTAZCsHQeuWY'],
         tmplIds: ['BKyIwkt7HHEQoQ9ByrHqnHaGO5jq8d-MCp9YYGK23TE'],
         success: (res) => {
             console.log(res);
        },

@ -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}}: &nbsp;{{todayTodoListShow.content}}</view>
<view class="tlb-content ">{{todayTodoListShow.remindTime}}: &nbsp;{{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}}: &nbsp;{{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;

Loading…
Cancel
Save