优化
This commit is contained in:
@@ -162,12 +162,11 @@ function toTask() {
|
||||
});
|
||||
}
|
||||
|
||||
onLoad(() => {
|
||||
onLoad(() => {});
|
||||
onShow(() => {
|
||||
selectByUserIdAjax();
|
||||
collectVideoSummaryAjax();
|
||||
selectUserMoneyAjax();
|
||||
});
|
||||
onShow(() => {
|
||||
userInfo.value = uni.getStorageSync('userInfo');
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user