From 0fa280c6d02dbf694e36b1f352aea51132ec6dde Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 04 七月 2025 18:16:09 +0800 Subject: [PATCH] 我的浏览记录增加视频播放记录,TODO样式优化、播放历史视频 --- pages/mine/distribution/join.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/mine/distribution/join.vue b/pages/mine/distribution/join.vue index 4e6baa7..42cd17b 100644 --- a/pages/mine/distribution/join.vue +++ b/pages/mine/distribution/join.vue @@ -44,8 +44,9 @@ </view> </template> <script> +import '@/components/uview-components/uview-ui'; + export default { - components: {}, // 蹇呴』瑕佸湪onReady鐢熷懡鍛ㄦ湡锛屽洜涓簅nLoad鐢熷懡鍛ㄦ湡缁勪欢鍙兘灏氭湭鍒涘缓瀹屾瘯 onReady() { this.$refs.uForm.setRules(this.rules); -- Gitblit v1.8.0