调整工作台接口,处理特殊字符

This commit is contained in:
2024-11-18 17:09:07 +08:00
parent 84c6c54e58
commit 883461c852
7 changed files with 82 additions and 75 deletions

View File

@@ -14,7 +14,7 @@ Component({
properties: {
},
/**
* 组件的初始数据
*/
@@ -23,7 +23,11 @@ Component({
keywordTemp: "",
page: 1,
},
lifetimes: {
attached() {
this.init();
}
},
/**
* 组件的方法列表
*/