The test gives back an anti-human BUG; that I can t solve right now! Turn to the gods for advice! shows how to wrap lines automatically with continuous punctuation in a fixed-width box. <view class="text"> < view> .text{ ...
using stripe payment in WeChat Mini Programs, what are the implementation steps or ideas? because there is no dom operation, it is impossible to follow the document ....
the official document says: the picture is loaded lazily. It is only valid for image under page and scroll-view. Then I only wrote a few image tags on the page, set lazy-load, and then scrolling the page didn t feel effective. What should be the effect ...
similar to the function of non-members of major video websites to watch for 6 minutes for free, how to implement the code at the front end? ...
formSubmit formSubmit e { this.triggerEvent( formSubmit ) } <son-form bindsubmit="formSubmit">< son-form> formSubmit formSubmit e { console.log(1) } ...
as the title: how to customize the menu as shown below? ...
there is no problem with the request code on other people s computers, but this error is reported on my computer? I don t know why var databody = ""; var token = null; wx.request({ url: , data: databody, ...
for example, when my md5 encryption js is placed in the utils folder, and the js of the page needs to be introduced into md5, what is the difference between using require introduction and import introduction? I think the official document says to use req...
1. Prompt Mini Program to have a ssl error and cannot establish a connection with the server. 2, the server has installed ssl certificate domain name can also be opened with https. 3, https: myssl.com ats test results ...
how to securely implement RSA encryption and decryption in Mini Program? forget where to see an article, through the simulator and root permissions to get WeChat Mini Programs s source file. If you want to complete the RSA encryption and decryption i...
Mini Program is developed by Wechat developer tool. Sending an API request token to the backend will return "Token creation requests cannot be accessed from a browser. ", which cannot be obtained on the browser. You can only upload a preview of the code...
for example, the jump button on a page looks like this: <navigator class= rb-tab-item url= .. webview webview?url="https: www.irongbei.com MCommon about?navCurr=1" > < navigator> b page print parameters in onload: onLoa...
I want to use WeChat Mini Programs to achieve a slide with a similar effect to the home page of Douyin. When I release my finger, I use scroll-into-view to automatically align the page to the next view or the previous view, but when scrollview executes t...
onLoad: function () { wx.getSetting({ success: function (res) { if (res.authSetting[ scope.userInfo ]) { wx.getUserInfo({ success: function (res) { console.log( ) ...
I now use Mini Program touch start events bindtouchstart and bind:touchend as press and release events, but to make certain restrictions, if a single point is not implemented, how to limit ah? startRecord: function(e) { console.log( ) ...
problem description recently I was contacting and writing Mini Program, and I encountered a problem. I don t know why, that is, I render the data to the foreground page in the developer s tool, which is normal in the developer s tool, but it s not...
such as question: Mini Program custom title bar height calculation, how to calculate the height so that Android and ios title text are aligned with the capsule? Business scenario: ui students think that the original is ugly, so we need to write our ow...
for example, in the tab switching page like the following, the method I use now is to click the current option to call the API, for example, click all to call, click to withdraw and call once, but this will waste the interface. What I want to do now is ...
such as the question: "are there any alternatives to weapp s wxss selector > and *? " ...
1 use the wx.playBackgroundAudio (OBJECT) method on the page (switching to background) onhide () to play background music can report an error in the real machine in the development tool? Code both methods are the same onHide: function () { cons...
as shown in the picture, enter that I am Chinese, and as a result, the words "I " and "yes " are gone. As a result, the data could not be queried when typing "I ". saw that the program did not set the stop word. ...
above picture the picture here, the status is from memory cache when the data is requested for the first time. I can be sure that my computer has not visited this page at all before. Why is this happening? ...
"external network IP+ port " does port mapping to the internal target server. When using Thrift request, an error occurs: Connection Reset. what is certain is that there is no problem for the Http protocol to request this address. how to solve this...
is like this, every page needs to call some api,. If you write request, on each page, it will feel cumbersome. Is there a good way to write it as a common module, and then introduce a module? ...
ask everyone if iView supports mobile? ...