闫增涛
2024-09-18 c96612e8a63ecef9590be0f8b5199277ec94e5b9
packagePersonal/pages/feedBack/index.js
@@ -9,8 +9,7 @@
  data: {
    active: 0,
    activeName: "bookOpinion",
    tabList: [
      {
    tabList: [{
        label: '图书建议',
        key: 0,
        value: 'bookOpinion'
@@ -80,15 +79,15 @@
  getDataList(isReachBottom) {
    app.MG.ugc.getTopicMessageList({
      appRefCode: app.config.appRefCode,
      topicIdOrRefCode: this.data.topicIdOrRefCode,
      start: this.data.page * this.data.limit - this.data.limit,
      size: this.data.limit,
      sort: {
        type: "Desc",
        field: "CreateDate"
      }
    })
        appRefCode: app.config.appRefCode,
        topicIdOrRefCode: this.data.topicIdOrRefCode,
        start: this.data.page * this.data.limit - this.data.limit,
        size: this.data.limit,
        sort: {
          type: "Desc",
          field: "CreateDate"
        }
      })
      .then(res => {
        try {
          if (res.datas.length > 0) {