fix:修改订阅id
This commit is contained in:
parent
db46299b8c
commit
c11064f87b
@ -42,6 +42,6 @@
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.aikefuBox{
|
.aikefuBox{
|
||||||
margin-top: 200rpx;
|
// margin-top: 200rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -79,7 +79,7 @@
|
|||||||
// 函数
|
// 函数
|
||||||
function subscribeFunc() {
|
function subscribeFunc() {
|
||||||
uni.requestSubscribeMessage({
|
uni.requestSubscribeMessage({
|
||||||
tmplIds: ['PgxoZOOSDgBcmIGd_EVLDnYUmL3eu6NQTAZCsHQeuWY'],
|
tmplIds: ['BKyIwkt7HHEQoQ9ByrHqnHaGO5jq8d-MCp9YYGK23TE'],
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
},
|
},
|
||||||
|
@ -70,7 +70,9 @@
|
|||||||
// {
|
// {
|
||||||
// remindTime: '2024.1.1',
|
// remindTime: '2024.1.1',
|
||||||
// content: '快去测试343232423快去测试快去测试快去测试快去测试快去测试'
|
// content: '快去测试343232423快去测试快去测试快去测试快去测试快去测试'
|
||||||
// }]
|
// },
|
||||||
|
// ]
|
||||||
|
// console.log(o)
|
||||||
// todayTodoList.value.push(...o)
|
// todayTodoList.value.push(...o)
|
||||||
// 测试结束
|
// 测试结束
|
||||||
if(todayTodoList.value.length > 0) {
|
if(todayTodoList.value.length > 0) {
|
||||||
@ -251,14 +253,14 @@
|
|||||||
</view>
|
</view>
|
||||||
</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>
|
<uni-icons type="sound-filled" color="#fc9467" size="30"></uni-icons>
|
||||||
<view class="tlb-item-box">
|
<view class="tlb-item-box">
|
||||||
<view class="tlb-item" @tap="todoFunc(1)">
|
<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>
|
</view> -->
|
||||||
<view class="attention-card">
|
<view class="attention-card">
|
||||||
<!-- <view class="part-title">
|
<!-- <view class="part-title">
|
||||||
测试记录
|
测试记录
|
||||||
@ -314,6 +316,16 @@
|
|||||||
<view class="test-text">视力自测小助手</view>
|
<view class="test-text">视力自测小助手</view>
|
||||||
<image class="test-img" src="../../static/style/test.png" mode=""></image>
|
<image class="test-img" src="../../static/style/test.png" mode=""></image>
|
||||||
</view>
|
</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'>
|
<uni-popup ref="inputDialog" @tap="toBlur" :is-mask-click='false'>
|
||||||
<view class="pop-box">
|
<view class="pop-box">
|
||||||
<view class="pb-title">您好, 请先登录</view>
|
<view class="pb-title">您好, 请先登录</view>
|
||||||
@ -350,18 +362,20 @@
|
|||||||
关闭
|
关闭
|
||||||
</view> -->
|
</view> -->
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
<aikefu />
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.todayTodoListBox{
|
.todayTodoListBox{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
// align-items: center;
|
||||||
margin-top: 1vh;
|
margin-top: 1vh;
|
||||||
.tlb-item-box{
|
.tlb-item-box{
|
||||||
color: #f97a44;
|
color: #f97a44;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-size: 4.2vw;
|
font-size: 4.2vw;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
.tlb-item{
|
.tlb-item{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user