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?
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?
I want to implement Mini Program s pull-up and load , but after using scroll-view, one line becomes one. Whether to set this or need to css, for a great solution ...
I used the Wechat simultaneous interpretation plug-in in the project. fundebug.0.5.0.min.js overrides wx, App and Page. this error will not occur when I comment out Wechat s simultaneous interpretation. In addition, this would not be a problem ...
using wepy to develop Mini Program, why can t you always find the js file when setting the pages path? export default class extends wepy.app { config = { pages: [ pages authorize , pages home , ], ...
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 =...
wepy-redux triggers action, in methods but does not trigger reducer ...
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...
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...
Mini Program uses wepy+redux. The following error is found in the developer s tools. How to modify it ...