浏览代码

拼团列表返回标题修改

tags/湖南版5.1.4
海洋之声 6 年前
父节点
当前提交
f601ae51b3
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      pages/spellGroup/spellGroup.js

+ 4
- 1
pages/spellGroup/spellGroup.js 查看文件

@@ -50,7 +50,10 @@ Page({
},
onShow(){
let that=this;
if (this.data.reloadIf){
if (this.data.reloadIf!=null){
wx.setNavigationBarTitle({
title: '拼团专场'
})
that.getList(1, "spellList");
that.setData({
flag: "spellList",


正在加载...
取消
保存