视频相关修改

This commit is contained in:
GaoHao
2024-12-23 16:54:38 +08:00
parent 4b592b14ab
commit 2ff5ebfd71
4 changed files with 23 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
<text style="margin-right: 20rpx;">打卡提醒</text>
<u-switch v-model="checked" size="35" active-color="#EA9EA8 "></u-switch>
</view> -->
</view>
</view>
<view class="signInList flex justify-between">
<text class="line"></text>
<view class="signIn-Item"
@@ -125,10 +125,10 @@
}
})
} else {
uni.showToast({
title: res.msg,
icon: 'none'
})
// uni.showToast({
// title: res.msg,
// icon: 'none'
// })
}
})
},