demo the effect I copied ...
to do H5 development, you need to adapt bangs. There is no bottom occlusion problem in Wechat development tool. Now Android also has a lot of bangs. How does Mini Program adapt to different bangs? ...
index.wxml <!-- --> <dialog id="dialog" bind:cancelEvent="cancelEvent" bind:okEvent="okEvent">< dialog> index.js Code onReady: function () { dialog this.dialog = this.selectComponent( ...
could you tell me how to deal with this problem? tried to modify biuld webpack.base.conf.js, but it didn t work { test: .js$ , include: [resolve( src ), resolve( test ), resolve( static iview message index.js )], ...
now Mini Program has a page A that is transferred to the problem scenario. After the other pages jump to A, the A page does some business processing, and then jumps to the target page. The problem is that there is a return button in the upper left corne...
Does the filePath in uploadFile have to be the address of the photo selected by chooseImage? It doesn t seem to work if I want to upload Wechat s profile picture (userInfo.avatarUrl) to the background. error report: what do I do if I want to uplo...
using the Mini Program development tool provided by Wechat officially, I encountered a problem: every time I save a page, the preview interface on the left always jumps to the home page. Then I click on the column link again and again to see the page th...
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? ...
websocket persistent connection, because the feature of giving small red packets is added to the game, how to verify that the request from the client to the server is sent from WeChat Mini Programs instead of the tool used by the user to intercept token...
how does WeChat Mini Programs integrate redux? so that the state layer does not rely on WeChat Mini Programs, then web app and WeChat Mini Programs can almost use the same set of state layer programs? ...
what is the reason, please? Wed Sep 19 2018 11:01:21 GMT+0800 () VM693:2 Expect FLOW_CREATE_NODE but get another (anonymous) @ VM693:2 VM695:1 Wed Sep 19 2018 11:01:21 GMT+0800 () VM695:2 webviewScriptError Expect FLOW_CREATE_NODE but get another Err...
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. ...
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...
Util in WeChat Mini Programs has a function that takes a value in storage and returns it, which can be printed. However, the value returned is empty . Util.js function get_user_info(){ wx.getStorage({ key : user_info , s...
I want to make a data length limit, for example, if the length of a collection in a database exceeds 1000, sort by time, delete the old data, and then add new data. now is the length limit and sorting I am more clear, but after sorting why remove did no...
components bgImage bgImage pages index index this is an error. I really don t understand where I didn t write correctly. usingComponents I also configured ...
I have been watching WeChat Mini Programs recently. About the usage of definitionFilter function, I don t understand for example . behavior.js module.exports = Behavior({ definitionFilter(defFields) { defFields.data.from = behavior }, }...
problem description there is a video playback problem with WeChat Mini Programs s embedded h5 page. After playing, there is a sound after clicking the dot in the upper right corner to exit, indicating that Mini Program H5 video playback is not turned...
how to convert images in the temporary path of wx.chooseImage into binary content in WeChat Mini Programs because you want to adjust Tencent Cloud s universal printed OCR character recognition interface, there is such a demand The address returned a...
problem description the effect of WeChat Mini Programs development and css-animation animation on the simulator is not consistent with that of the real machine. the environmental background of the problems and what methods you have tried try the ...
there is a problem with learning ajax. You need to set up before sending ajax in post mode. ajax.setRequestHeader("content-type","application x-www-form- urlencoded"); but I heard that the second parameter also has "multipart fo...
html2canvas screenshot missing some elements of the selected area this is the element I need to intercept ...] which Taoist friend has encountered similar problems? related codes let targetDom = $( -sharpouterLayoutPC ); let copyDom = ...
How do I get back to the drive letter operation if the command fails? ...
react passes parameters and values to the function of the parent component props through the child component, and modifies the parent component state, parent component to report an error this.setState is not a function Sub-component: fetch(`${host} ...
it was normal two days ago, but there was an error when I used npm run build again yesterday. The message is as follows: function fromPath(obj, path) { return path.split( . ).reduce((o, i) => o === Object(o) ? o[i] : o, obj); } searched for som...