Commit 50ab9278 by 张天炜

修改文案

parent debb239c
......@@ -15,7 +15,7 @@ Page({
currentPage: 1,
loading: true,
hasMore: true,
is_transfer:0,
is_transfer: 0,
title: '',
tags: [],
catalog: '0',
......@@ -33,7 +33,7 @@ Page({
let _title = options.title
let _tags = options.tags
let _catalog = options.catalog
console.log(options )
console.log(options)
if (_tags != null && _tags.length > 0) {
this.setData({
tags: JSON.parse(_tags)
......@@ -56,6 +56,7 @@ Page({
}
// 页面title
let _ptitle = options.ptitle
_ptitle = _ptitle == '水果零食' ? '玩皮研学' : _ptitle;
if (_ptitle != null && _ptitle.length > 0) {
wx.setNavigationBarTitle({
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