参数 | 类型 | 必需 | 说明 | |
---|---|---|---|---|
{{p.name}} | {{p.type}} | 是 | 否 | {{p.note}} |
参数 | 类型 | 说明 | |
---|---|---|---|
{{p.name}} | {{p.name}} | {{p.type}} | {{p.note}} |
new Ajax("{{select.module}}", "{{select.target}}", "{{select.method}}").post({}, function (response) {
if (response.errors.length > 0) {
nav.e(response.errors[0].message);
} else {
nav.i("Ajax调用成功!");
}
}.bind(this))
参数 | 类型 | 说明 | |
---|---|---|---|
{{p.name}} | {{p.name}} | {{p.type}} | {{p.note}} |