current location:Home > Technical Articles > WeChat Applet > Mini Program Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to jump to h5 in a small program
- How to jump from the mini program to h5: first quote the "web-view" of the mini program, the code is "<view class="page-body">...</view>"; then in the WeChat development tool, Click "Settings" - "Project Settings"; finally check "Do not verify legal domain names".
- Mini Program Development 5728 2020-03-20 09:37:28
-
- What if I forget my Mini Program account password?
- How to retrieve the Mini Program account password: First, click "Retrieve Account or Password" in the login interface; then select "Retrieve Account" and click "Agree"; then enter the Mini Program name or original ID; and finally enter the email address. Just change the password.
- Mini Program Development 14789 2020-03-20 09:25:51
-
- How to enable the mini program payment function
- How to enable the mini program payment function: first log in to the WeChat public platform; then click the menu "WeChat Payment" on the page; then click "Activate" on the displayed page; finally fill in the information, basic information and merchant information as required.
- Mini Program Development 4359 2020-03-20 09:18:33
-
- How to create a music playback bar in a small program
- How to make a music playback bar in a small program: first add audio and progress tags; then write a wss file and add styles to progress; finally, obtain the music playback progress through the getBackgroundAudioPlayerState method in js and set it to progress.
- Mini Program Development 3337 2020-03-19 18:06:04
-
- Can the mini program only be logged in via WeChat?
- Mini programs can also use form login, mobile phone number login, etc. WeChat does not impose any requirements on the login method of mini programs. Although other login methods can be used, it is still recommended to use WeChat to log in, because WeChat login is simple and does not require entering any information. Developers can bind the user ID to their own user system in the server background.
- Mini Program Development 9617 2020-03-19 17:44:33
-
- How to set the Apple Pingfang font in the mini program
- How to set the Apple Pingfang font in the mini program: first use the wx.loadFontFace() method to load the Apple Pingfang font; then write a wss style for the components that need to use the Pingfang font, and specify the font-family attribute value as PingFangSC-Medium. .
- Mini Program Development 7218 2020-03-19 17:31:48
-
- Does it cost money to register a mini program?
- Registration of a personal account does not cost money, but the functions will be limited, such as no payment function; registration of an enterprise account requires a certification fee of 300 yuan, but it supports a wide range of types, such as catering, entertainment, etc. If you already have a certified public account, there is no certification fee for mini program certification.
- Mini Program Development 4232 2020-03-19 17:11:30
-
- How to obtain the custom attributes of the mini program
- How to obtain the custom attributes of the mini program: first bind the click event to the view and add the data-name attribute; then respond to the click event in js; finally, the custom attribute can be obtained through event.currentTarget.dataset.name.
- Mini Program Development 3186 2020-03-19 17:02:25
-
- One appid can have several applets
- An APPID can only launch one mini program. The APPID is like the ID number of the mini program, which is convenient for identifying the identity. When developing the mini program and using third-party tools, the mini program APPID may be used, and it is public.
- Mini Program Development 7008 2020-03-19 16:33:15
-
- What to do if the published mini program cannot be found?
- The reason why published mini programs cannot be searched is because the name of the mini program is meaningless or popular, and is blocked by the search algorithm. If this is not the reason, please click "Click to Publish" in the mini program background and wait patiently.
- Mini Program Development 10083 2020-03-19 16:09:12
-
- Can I still apply for a public account if I have a mini program?
- If you have a mini program, you can continue to apply for a public account, but you can only use other email addresses, that is, you cannot use the email address being used by the mini program. One person can apply for up to 5 mini programs.
- Mini Program Development 6170 2020-03-19 14:53:38
-
- How to put gif into mini program
- How to put the gif into the mini program: upload the gif through the web-view embedded h5, and then use the wx.miniProgram.redirectTo parameter to jump back to the publishing page with the gif address.
- Mini Program Development 5090 2020-03-19 14:34:44
-
- What should I do if it prompts that the running environment failed to load when previewing the applet?
- When previewing the mini program, the prompt that the running environment failed to load is caused by the small memory of the phone and too many running software. The solutions are: 1. Restart the phone; 2. Update the WeChat version.
- Mini Program Development 22133 2020-03-19 14:31:47
-
- How to display public account in mini program
- The mini program provides us with the official account following component, which can be used to display official accounts. The specific component is <official-account></official-account>, which needs to be configured in the "follow official account" in the background of the mini program.
- Mini Program Development 4233 2020-03-19 10:40:25
-
- How to cancel the subject association applet
- Methods to cancel the subject-associated mini program: 1. Enter the WeChat public platform. 2. Click WeChat Mini Program Management on the left, move the mouse to the WeChat Mini Program that needs to be disconnected, and click Details. 3. Click Cancel Association, then scan the QR code to verify.
- Mini Program Development 5315 2020-03-19 10:28:08