From f00658abfedd76b864ad941f4a31e05dd21ba76b Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Thu, 12 Dec 2024 17:43:12 +0800 Subject: [PATCH] 1 --- subPackages/user/infoFilling.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/subPackages/user/infoFilling.vue b/subPackages/user/infoFilling.vue index a5d2fc5..6f30fe7 100644 --- a/subPackages/user/infoFilling.vue +++ b/subPackages/user/infoFilling.vue @@ -60,7 +60,8 @@ - @@ -233,6 +234,12 @@ methods: { + startVideo (id) { + let videoContext = uni.createVideoContext(id) + videoContext.play() + videoContext.pause() + }, + initData (options) { uni.setNavigationBarTitle({title: ''}); this.valueType = ''