Use uniapp to develop WeChat applet problem record

1. The Apple WeChat applet can access HTTPS normally, but the Android side cannot.

    Reason: The domain name used during development uses frp intranet penetration, and HTTPS is actually implemented using frp's http-to-https plug-in, so the browser on the Android side has been unable to obtain the SSL intermediate certificate

    Solution: Use nginx to configure https, frp just forwards port 443 data

2. The pictures in the static directory can be loaded normally on the Apple side, but cannot be loaded on the Android side.

    Cause: The image name is Chinese, which cannot be recognized by the Android side, resulting in failure to load

    Solution: Replace all pictures with English names, and the names are in camel case

3. The map component cannot display the map icon (marker) normally

    Cause: The map icon in the WeChat applet cannot use the svg icon

    Solution: replace the image of the label with png

{{o.name}}
{{m.name}}

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=324085040&siteId=291194637