after modifying the data in this by direct assignment, it is found that there is no Synchronize display on the page.
Can the data ofproperties be modified? How should I modify it?
after modifying the data in this by direct assignment, it is found that there is no Synchronize display on the page.
Can the data ofproperties be modified? How should I modify it?
as far as I understand it, isn't this the communication between parent and child components?
A more normal method is a child component triggerEvent
a parent component bind:xx
and then a parent component setData
setData
official document-setData
recently, we are going to do a leave function. Student A submitted an application for leave, which was then reviewed by teacher B, but later I found that I needed a reminder function on Wechat s message end. It seems that Wechat can only use template me...
problem description the official PHP Demo, has been deployed successfully in the development environment. The official link ...
I wrote the login acquisition user information in app.js. After success, I assigned the content to the onLoad of globalData.xxxxx,Page and then assigned the globalData.xxxxx to data.xxxxx. I found that the assignment was not so bad. Many materials say...
use the downloaded file from downloadFile to add the path to the video src, but it can t be played on the phone. ...
Mini Program converts the date string in YYYY-MM-DD HH:MM:MM format into a timestamp, which is normal on Android, but not on ios. Do you have any solutions or experience ...
Click to get the corresponding array contents Array structure: { date: "2018-03-13", z_num: "450", m_num: "6", money: "3956.67", id: 13, line: [{ placeholder: "", ...
background Mini Program, who has been working as a picture editor recently, puts some small decorations (pictures) on a picture, and moves and zooms by monitoring gestures and using CSS s transform. question but there is a problem, that is, how t...
Picture Preview API execution is successful, but after canceling the preview, the console panel has such an error : ...
Mini Program backend requests Wechat server to return whether the openid, user s first login is based on openid to build the user data table. The client login successfully requests that the user data be sent to the server. The server receives the 3rd_se...
how to prevent users from clicking a single click, because each click, const recorderManager = wx.getRecorderManager () will register bind:touchstart= startRecord bind:touchend= stopRecord startRecord(e) { recorderManager.start(startObj)...
I use wx.openLocation to adjust the map directly. The green button in the lower right corner of the iPhone allows me to choose the route, but there is no route option on Android. Why? ...
is it true that calling wx.openLocation, directly won t pop up the authorization box? I tried three phones but didn t play. Why does the official document say that authorization is needed? ...
set the click event for a button to call wx.authorize,. If the user clicks the rejection of the authorization pop-up box for the first time, won t the authorization pop-up box be adjusted the next time the button is clicked? ...
I read the official document that this API has been adjusted, and there will be no authorization pop-up window using this API. Please use < button open-type= "getUserInfo " > < button > to guide the user to take the initiative to authorize the operati...
() wx.showModel: wx.showActionSheet: ...
what my Mini Program needs is to help the backend get the unionid to get through the official account and Mini Program. I get the login status and maintain the login. ...
according to the title, my Mini Program mainly has a form submission to get the user unionid to get through Mini Program and the official account. Do I need to maintain my login status? When it comes to the login state, it makes me feel dizzy. ...
when Mini Program sends template messages to obtain access_token, appsecret, needs to be passed in the API parameters, but what we are doing is a third-party platform for saas service. How can we get the merchant s appsecret? Can merchants get appsecret...
I bound the same click event to the button tags of some child pages, such as getFormID, so I put getFormID in app.js. Sub-page button binding click event when the direct bindtap= "getFormID " can not be executed, prompting that there is no getFormID met...
because I want to collect formid (multiple pushes of template messages), I put layers button and form around each navigator ...