未验证 提交 39e129c8 编写于 作者: O openharmony_ci 提交者: Gitee

!8441 修改validator三级列表bug

Merge pull request !8441 from 田文哲/OpenHarmony-3.2-Release
......@@ -97,7 +97,7 @@ struct audioNew {
let number = WriteTitle.length + 11;
let Index = ColorBack.indexOf(WriteTitle);
if (this.result === 'true') {
if (this.result === 'true ') {
this.ColorObject[this.current] = '#ff008000';
let Log = (titles + ';' + '#ff008000' + ';');
let key = ColorBack.substring(Index, Index + number);
......@@ -236,7 +236,7 @@ struct audioNew {
.onClick(() => {
router.back({
url: 'pages/Player/Player_index',
params: { result: 'true', title: this.name,
params: { result: 'true ', title: this.name,
}
})
prompt.showToast({
......
......@@ -97,7 +97,7 @@ struct videoNew {
let number = WriteTitle.length + 11;
let Index = ColorBack.indexOf(WriteTitle);
if (this.result === 'true') {
if (this.result === 'true ') {
this.ColorObject[this.current] = '#ff008000';
let Log = (titles + ';' + '#ff008000' + ';');
let key = ColorBack.substring(Index, Index + number);
......@@ -237,7 +237,7 @@ struct videoNew {
.onClick(() => {
router.back({
url: this.Url,
params: { result: 'true', title: this.name,
params: { result: 'true ', title: this.name,
}
})
prompt.showToast({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册