调整工作台接口,处理特殊字符
This commit is contained in:
@@ -14,7 +14,7 @@ Component({
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
@@ -23,7 +23,11 @@ Component({
|
||||
keywordTemp: "",
|
||||
page: 1,
|
||||
},
|
||||
|
||||
lifetimes: {
|
||||
attached() {
|
||||
this.init();
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
|
Reference in New Issue
Block a user