how do I disable pasting in input and textarea ? ...
if the order amount is RMB0.01, the process is normal, the payment pop-up window is adjusted, and the payment is successful. but if the order amount is 0.00 yuan, there is an order number, but the payment pop-up window will not pop up, and there is...
< H2 > demand < H2 > We want to develop a mobile website with Wechat H5 payment function. Now we want to embed this website into the app of the three companies. The pages opened in the app of the three parties will be paid to our Wechat merchants when...
for example, I have a checkbox group of Mini Program as follows: <checkbox-group bindchange="facilitiesChange"> <checkbox wx:for="{{facility_list}}" wx:key="*this" value="{{item}}" class="list-che...
doing a sub-class Mini Program, requesting api API data and then parsing and traversing it. Each data is wrapped in a view tag, including text and pictures. However, if some image request is 404404, you want not to display this view directly. I don t k...
the focus is on the navigation bar, which feels like a custom navigation bar? ...
< section class= "map " @ click= "getLocation () " > < section > getLocation () { wx.getLocation({ type: gcj02 , success: function (res) { wx.openLocation({ latitude: res.latitude, longitude: res.lo...
how do I load a finished monitor on rich text content? In order to obtain the height of the wxparser tag and so on. At present, images are the most used, but bindload is not found in the image tag, so how do you monitor the completion of image loading? ...
does WeChat Mini Programs have a date component like the one shown below? ...
topic description in the development of WeChat Mini Programs, we will inevitably encounter the need to render large high-definition images, but the loading is very slow, and there will be the effect of the printer coming out line by line, so the exper...
I have made a login by calling the official account of Wechat on the page inside Wechat, and scanning the code on Wechat outside the page of Wechat, but today I found when I was looking at the app project created by the open platform. Click on the d...
previously made Wechat official account payment, all obtained openid through user authorization and then called wx-jssdk to pay, but now there is a demand is Wechat web page, account password login, no openid, how to call WeChat Pay in this case? This is...
when I add open-type= "share " to the button, then print the result in the successful callback in the onShareAppMessage method as follows: return { title: , path: page show pages detail detail , imageUrl: img, success: function(res)...
can WeChat Mini Programs upload multiple videos at a time ...
app apply for WeChat Pay. Does app have to be online before you can apply? ...
use the api provided by Mini Program to copy and paste and use the bindfocus event to get the input value, The bindlongtap event implements copy and paste, but the keyboard has to be turned off every time. Is there a better way? ...
Product requirements: there is a custom sharing button on the h5 page. Click the custom sharing button to capture the current page, and then share it to moments difficult: is this not available in jssdk? click the custom share button to directly acces...
in some Android phones, the network request is very slow. At first, it was thought that the response of the server was too slow. As a result, it was found that the response of the server was basically 100-200ms. By comparison, under ios, it is very fast...
such as the title. I look at the official website of turn.js, which says that this js requires JQUERY, but WeChat Mini Programs does not seem to support JQuery. if it is not supported, is there any way to achieve this effect? ...
problem description I need to obtain user information through the access_token and openid of the official account. Because Wechat restricts the request token,token, I cache it and then request it regularly, and then request it within the cache time. W...