QYF-GitLab1
5 天以前 f2036f82c20767036fe8c4d627e5694e28e6ab73
packageBookService/pages/bookServices/detail/components/testResource/testResource.js
@@ -130,13 +130,9 @@
      wx.hideLoading();
      if (value.refCode == "psychology") {
        const listName = value.name
        const listId = value.id
        const bookId = this.data.bookInfo.id
        const bookName = this.data.bookInfo.name
        const formPath = this.data.tab
        wx.navigateTo({
          url: `/packageBookService/pages/psychologyAnswer/psychologyAnswer?listName=${
            listName}&listId=${listId}&bookId=${bookId}&bookName=${bookName}&formPath=${formPath}`
            listName}`
        })
      } else {
        wx.navigateTo({
@@ -146,7 +142,7 @@
            this.properties.bookInfo.rootCmsItemId
          }&idPathList=${JSON.stringify(idPathList)}&answerTitle=${
            value.name
          }&answerType=option&storeInfo=${this.properties.storeInfo}&jslx=${this.properties.jslx}`,
          }&answerType=${value.refCode || 'option'}&storeInfo=${this.properties.storeInfo}&jslx=${this.properties.jslx}`,
        });
      }
    },