2023 Summer "Mobile Software Development" Experiment Report 3

2023 Summer "Mobile Software Development" Experiment Report

Which course does this experiment belong to? Ocean University of China 23rd Summer "Mobile Software Development"
Experiment name? Experiment 3: Oral school history
blog address? XXXXXX
Github warehouse address? XXXXXX

(Note: Publishing the experiment report on the blog and publishing the code to github is a bonus but not mandatory)

1. Experimental goals

1. Master the switching method of video list;

2. Master the method of automatic video playback;

3. Master the video random color barrage effect.

2. Experimental steps

Insert image description here

js code

Insert image description here

wxml code

Insert image description here

wxss code

List the key steps of the experiment, code analysis, and screenshots.

3. Program running results

Insert image description here

List the final running results of the program and screenshots.

4. Problem summary and experience

  1. The code has been written, but it has been unable to play the video. The result is a small error:videoThe component requiressrc
  2. occursUncaught (in promise) error; solution: add after the method.catch((e) => {})

Describe the problems encountered during the experiment and how they were solved. What are your gains and experiences, and what suggestions do you have for course arrangements?

Guess you like

Origin blog.csdn.net/qq_61786525/article/details/132537582