two videos are returned without relying on the backend, and the frontend makes its own restrictions. How to determine the video playback length by whether to pay for it or not?
two videos are returned without relying on the backend, and the frontend makes its own restrictions. How to determine the video playback length by whether to pay for it or not?
get the context object through the wx.createVideoContext () method, then set a setTimeout, 5s after the video starts playing, pause the video through the context object, then overwrite a view above the video tag, or turn off the control
.Mini Program forwarded a page of Mini Program to a friend, and the friend clicked it and kept popping up to indicate that the development board Mini Program has expired. How is it that you have re-scanned the code in the development tool? it has been pac...
as shown in the figure, this causes me to pull down and bounce back very quickly. How can I solve this problem? < hr > request interface code: async getList() {...} onLoad() { let that = this; that.getList(); } drop-down refresh code: onPullD...
the drop-down refresh code of native Mini Program is as follows onPullDownRefresh: function () { this.onLoad(); this.onShow(); wx.stopPullDownRefresh() } if you paddle down, you won t be able to get up, and there is no animation loaded. ...
after you pull up the list and load more, you need to switch the tab bar. Print the data and find that the data is obtained quickly, but the jump and rendering are very slow. Try to clear the previous data when you click or before you request again, but...