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...
questions such as No complete examples of code scanning can be found on the Internet, who has WeChat end and embedded page code. related codes JSSDK < script type= "text javascript " src= " https: res.wx.qq.com open js.;>< script> is intr...
how do you view the data and properties in the components used in Mini Program on the developer s tools? AppData only has page. ...
The description of the document is: "triggered when you click tab when you are currently a tab page, " but I used onTabItemTap on several tab pages and then the switch didn t trigger. The basic library is 2.0.8, which is solved. ...
Mini Program comes with a rich-text component, but what s the difference between seeing that some people introduce wxparse to parse rich text? Isn t it more convenient to bring your own rich-text? Or does rich-text have many shortcomings? ...
the classified page needs to scroll up and down, and occasionally the whole page moves together in the scrolling process. If you use catchtouchmove= true , the whole page will fail to slide. Is there any good solution ...
the company has a need to monitor the page height of all its Mini Program, so in fact, the View in the page is ever-changing, and there may be tens of thousands of customized by merchants, which leads to the inapplicability of wx.createSelectorQuery ()....
1. 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, such as click all to call, click to withdraw and call once, but this will waste the interface. What I want to do now is to...
how does WeChat Mini Programs monitor when he clicks the jump button in the upper left corner of the page? What I want to achieve is to click back to show the wx.showModal () pop-up box, click OK to jump, and click cancel to keep it on the current page. ...
how to use onPageScroll, in WeChat Mini Programs Custom component I set the value in properties in the component when I need onPageScroll. ...
WeChat Mini Programs image keep the aspect ratio to zoom the picture, only ensure that the short edge of the picture can be fully displayed. In other words, the picture is usually complete only in the horizontal or vertical direction, and the oth...
recently, when I was working on the WeChat Mini Programs project, I used the flex layout. The code is as follows: <view class= parent > <view class= child1 >< view> <view class= child2 >< view> <view c...
my layout implementation here is handwritten tab navigation (all, essence line). The drop-down refresh provided by WeChat Mini Programs must pull the entire Page page, which will pull down the navigation bar, so it uses the scrolltoupper event of < scro...
ask seniors, now you can use xxxx.com:8889 api to use api service normally, but I have already done the https, certificate to be used for Mini Program s domain name, and the domain name can also be accessed with https. Next, I should go to Mini Program ...
I would like to ask Mini Program to request normally in the developer tool, but what is the reason for reporting 404 after the release of the online version? ...
Mini Program reported an error Expected updated data but get first rendering data;Expected updated data but get first rendering data Error: Expected updated data but get first rendering data it will be rendered twice on the development tool, but n...
Mobile phone: both Apple and Huawei phones have the same error. Take Apple phone as an example. Wechat developer tool: v7.0 debug Wechat official account debugging steps are as follows: Open Wechat developer tool, and select Mobile debugging ...
The question is how to trigger onreachBottom? My own result is that can only trigger onReachBottom, in the case of a scroll bar, so I can only set the height of this page to 110vh so that I can have a scroll bar. Obviously there is a flaw in this place...
error prompt Expected updated data but get first rendering data;Expected updated data but get first rendering data Error: Expected updated data but get first rendering data reporting an error in local development does not affect the use of Mini Prog...
crux of the problem: WeChat Mini Programs template message implements the form submitted by A user, but the message is pushed to B user it is no problem to submit the form to An according to the official document An and send the message to A. I just w...
every time the vue project modifies the file, the building modules, code will be too much and the page will refresh slowly ...
the picture captured with html2canvas is missing part of the content than the original web page. Does have anything to do with setting up position:absolute and z-index on the original page? the effect is shown in the figure table and img ar...
how do I use a laravel package such as l5-repository ( https: packagist.org package.) when developing a laravel package myself? We can use composer require to come in, but how do we register ServiceProvider in the package? ...
** * output: * click {page: 2} * click {page: 3} * @memberof index * ...
I have been using GOLANG ES6 for the last two years, and I have written PHP for a few years before. I have studied C-sharp, C, but seldom; am I hesitant to learn CPP now? CPP has read CPP PRIME, so that s what it feels like. After reading the rookie...