fix:修改订阅id
This commit is contained in:
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}}: {{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;
|
||||
|
Loading…
Reference in New Issue
Block a user