Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wxapp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
wxapp
Commits
50ab9278
Commit
50ab9278
authored
Jul 04, 2022
by
张天炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文案
parent
debb239c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
pages/search/list/list.js
+3
-2
No files found.
pages/search/list/list.js
View file @
50ab9278
...
@@ -15,7 +15,7 @@ Page({
...
@@ -15,7 +15,7 @@ Page({
currentPage
:
1
,
currentPage
:
1
,
loading
:
true
,
loading
:
true
,
hasMore
:
true
,
hasMore
:
true
,
is_transfer
:
0
,
is_transfer
:
0
,
title
:
''
,
title
:
''
,
tags
:
[],
tags
:
[],
catalog
:
'0'
,
catalog
:
'0'
,
...
@@ -33,7 +33,7 @@ Page({
...
@@ -33,7 +33,7 @@ Page({
let
_title
=
options
.
title
let
_title
=
options
.
title
let
_tags
=
options
.
tags
let
_tags
=
options
.
tags
let
_catalog
=
options
.
catalog
let
_catalog
=
options
.
catalog
console
.
log
(
options
)
console
.
log
(
options
)
if
(
_tags
!=
null
&&
_tags
.
length
>
0
)
{
if
(
_tags
!=
null
&&
_tags
.
length
>
0
)
{
this
.
setData
({
this
.
setData
({
tags
:
JSON
.
parse
(
_tags
)
tags
:
JSON
.
parse
(
_tags
)
...
@@ -56,6 +56,7 @@ Page({
...
@@ -56,6 +56,7 @@ Page({
}
}
// 页面title
// 页面title
let
_ptitle
=
options
.
ptitle
let
_ptitle
=
options
.
ptitle
_ptitle
=
_ptitle
==
'水果零食'
?
'玩皮研学'
:
_ptitle
;
if
(
_ptitle
!=
null
&&
_ptitle
.
length
>
0
)
{
if
(
_ptitle
!=
null
&&
_ptitle
.
length
>
0
)
{
wx
.
setNavigationBarTitle
({
wx
.
setNavigationBarTitle
({
title
:
_ptitle
title
:
_ptitle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment