소스 검색

拼团列表返回标题修改

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",


불러오는 중...
취소
저장