The existing A, B, C, D Mini Program needs A to do a custom function to display and use some of the functions of B/C/D in A Mini Program. Is there a good plan to achieve it?

existing A, B, C, D Mini Program needs A to do a custom function to display and use some of the functions of B/C/D in A Mini Program. Is there a good scheme to achieve

A needs a custom component, and it is a bit unrealistic for the backend to return the entire template. Mini Program seems to be unable to call the template across Mini Program

.

is there a good solution?

Mar.31,2021

can't do it. If it's WeChat Mini Programs, you can only jump to each other and set it up in the background, and you can't call each other. This is the policy of Tencent. If you ask me why, I don't know. You can go to Tencent Building for advice.

if you don't want to go, you can only do one thing and rewrite what you need to call in A.


cannot be done visually.


1. After the customization of An is completed, click to jump to B/C/D Mini Program's A/B/C function, which requires A, B, C and D to be associated under the same official account (simple, recommended, and the proposal proposed by the subject)
clipboard.png

2. If An is a non-personal account, you can use web-view, to provide a web page that can achieve B, C, D functions (if there is a web page, simple, if not, you also need to develop a set of pages)

3, A calls Mini Program plug-ins developed by B, C and D (relatively the most troublesome)

Menu