how to configure wepy source map will not be generated in the JS file I don t want something in the red box as shown in the picture ...
Mini Program uses wepy+redux. The following error is found in the developer s tools. How to modify it ...
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...
the local picture Mini Program used at the beginning. later, in order to reduce the size of the package, you have to put the picture on cdn. Mini Program is packaged with webpack. If you want to change the path of webpack output publicPath directly, ...
after each modification, you need to manually click compile in the Wechat developer tool (you can compile automatically if you modify it directly in the Wechat developer tool). Is there a way for Wechat developer tool to automatically monitor my changes ...
after the data request of Mini Program is completed (there is no problem with loading in the request phase), the rendering will be blank for a period of time when the page is complicated. How to render the loading animation during this period? ...
Mini Program navigateTo jump has a 10-layer limit. scenario: Click from the article list to enter the article content page. The article has multiple tags. Clicking the tag will take you to the article list page under the tag, and you can click the ar...
problem description because the project needs to do a countdown, but the data output in console.log is output in seconds, but the data on the page is not updated. Instead, it is updated every 7 seconds and 8 seconds. For example, the countdown is 00:1...
problem description configure pug in the wepy project according to http: npm.taobao.org package., but as long as it is < or < =, it will report an error > > = No problem . the environmental background of the problems and what methods you have tri...
problem description I have been looking for it for a long time on the Internet, saying that it is the problem of ssl certificate. according to the following widely circulated method, it still doesn t work . the platform version of the problem and w...
I d like to ask Mini Program a question. The navigateTo, used for link redirection just started to jump normally, but it won t jump after a few more times, and you need to exit and re-enter. ...
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? ...
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...
wepy-redux triggers action, in methods but does not trigger reducer ...
modify the value in globalData in app.wepy, how to monitor the change of this value in globalData in real time through watch in index.wepy? ...
problem description there is a circular route between several pages, which is simplified here. For example, page An and page B can be redirected in a loop, A1-> B1-> A2-> B2, and the B1 B2 data is different. During fallback, the view displayed by B1Ma...
write the following code under the app.wepy file to report an error. How to solve it? config = { pages: [ pages index ], window: { backgroundTextStyle: light , navigationBarBackgroundColor: -sharpfff , navigationBarTit...
Mini Program based on wepy cannot clear the input in input when the input control loses focus <input bindblur="addTag" value="{{value}}" > ... data = { value: } ... methods = { addTag() { this.value =...