This commit is contained in:
gyq
2025-01-13 15:52:05 +08:00
parent caa216fef0
commit 89b2b6cb36

View File

@@ -162,12 +162,11 @@ function toTask() {
});
}
onLoad(() => {
onLoad(() => {});
onShow(() => {
selectByUserIdAjax();
collectVideoSummaryAjax();
selectUserMoneyAjax();
});
onShow(() => {
userInfo.value = uni.getStorageSync('userInfo');
});
</script>