registration related
Q1: How many applets can a Tencent Cloud account create?
A: For details, please refer Mini Program Registration Limit and Binding Limit .
Q2: How many Mini Programs can one main account register?
A: There are 5 personal entities and 50 corporate entities.
Q3: Can I use Weida under the enterprise account to publish to the applet under personal WeChat?
A: Any Tencent Cloud account subject can be published, there is no requirement.
Authorization related
Q1: Can the service account be shared with the applet? Can I bind an applet and a service account at the same time?
A: No, Tencent Cloud account can only be bound to one of the applet or service number .
Q2: What should I do if an error is displayed when the authorization applet is bound?
A: When binding the authorization applet, the prompt "This applet is inconsistent with other authorized applet subjects" appears.
Encounter the above scenarios, you need to enter account center > account information > login > micro-channel public platform right, click the binding associated applet, you must have a small program you want to associate.
Q3: The company's business license needs to be replaced. The Mini Program has been created. How can the Mini Program change the main body certification?
A: Please refer to Main Body Amendment for the main body to change the company's business license. If it does not meet the situation described in the main body amendment, it is recommended to carry out the applet migration operation. For details, please refer applet migration .
Q4: After the applet goes online, where can I change the name of the applet?
A: You need to log in to the background page of the WeChat applet to make changes.
Q5: How to unbind the published applet?
A: You can perform the unbinding operation in the corresponding application details.
development related
Q1: How does the low code call the API of the applet?
A: It can be called directly in the low-code editor, such as wx.XXX
.
Q2: How to obtain the user's openid for the applet built by Weidai?
A: There are two ways, one is to do the login function to get the code and then adjust the WeChat interface to return, the other is to directly obtain the cloud function, write the cloud function into the data source method, and write the method call from the low-code editor. For details, please refer applet to obtain the mobile phone number .
Q3: Is there a way to add printing and debugging to the version after the applet is released?
A: After publishing to the applet, you can view the print content by opening the applet debugging.
Q4: The applet prompts that the number of ratings is insufficient, and it cannot be forwarded to friends. How to solve it?
A: You can add the onShareAppMessage function in the page life cycle. For details, please refer WeChat Open Document .
Q5: How to add video to the applet page?
A: You can use custom components to implement first. Video components are currently in planning. For details, please refer Custom Components .
Q6: The effect after the applet is released is different from the effect of the real-time preview. After the applet is released, the text size becomes larger?
A: The security word of the web browser is different from the security word of the applet. Because the size unit of the applet CSS is rpx (1rpx = 0.5px), the text size becomes larger, and when the applet font size is less than 24rpx, it will be displayed in 24rpx.
Q7: How to seamlessly jump to other applets in the same company?
A: There is an open applet interface, and you need to write a custom method. For details, please refer Jump to other applet .
Q8: The pictures are not displayed after the Weida Mini Program is released?
A: The picture component does not support the height parameter as auto.
Audit related
Q1: How long does it usually take to review a Mini Program application?
A: It takes 1-7 working days for the application review of Mini Programs. For expedited review, please refer to Mini Program Expedited Review Process .
Deployment related
Q1: Failed to deploy the applet (preview version)?
A: Please check whether the CI whitelist is closed, log in applet background , development > development management > development setting
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。