Skip to content

[微信小程序] 16、小程序调用后台接口遇到哪些问题? #1058

@qiilee

Description

@qiilee

答案:

一、数据的大小有限制,超过范围会直接导致整个小程序崩溃,除非重启小程序;

二、小程序不可以直接渲染文章内容页这类型的html文本内容,若需显示要借住插件,但插件渲染会导致页面加载变慢,所以最好在后台对文章内容的html进行过滤,后台直接处理批量替换p标签div标签为view标签,然后其它的标签让插件来做,减轻前端的时间。

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions