Commit 50ab9278 by 张天炜

修改文案

parent debb239c
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment