提交 801df1b0 编写于 作者: T tianwenzhe

add ture

Signed-off-by: Ntian-wenzhe411 <tianwenzhe2@huawei.com>
上级 bbfdacc9
......@@ -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.
先完成此消息的编辑!
想要评论请 注册