# 修改页面标题

参数

参数 参数类型 说明
params JSONObject 传参

params有效值

参数 参数类型 说明
title String 标题

示例

wq.setTitle({
  title: '自定义标题'
});