uniapp develops Alipay applet

1. Run the Alipay applet

 After running here, it will open the Alipay developer tool you downloaded (the middle step is to configure your Alipay developer tool address, this is not written)

 

 So far, running the Alipay applet is successful

2.TypeError: Function(...) is not a function

 The reason for this is the use of Function. When this situation occurs in your code, it is to see where Function is used. I have measured it (uView2.0 source code contains unavailable)

Solution: Use the cross-end compatibility in uniapp to solve it, or customize the components yourself

Guess you like

Origin blog.csdn.net/maowencai/article/details/128705249