rwd
litian
2024-09-27 2abf00efb6d83426ad84342f17252a36aeb5a4e1
rwd
6个文件已修改
39 ■■■■■ 已修改文件
packageBookService/pages/bookServices/detail/components/learnTask/index.js 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageBookService/pages/bookServices/detail/components/learnTask/index.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageBookService/pages/bookServices/detail/index.wxss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalCourses/digitalCoursesDetails/index.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalCourses/digitalCoursesDetails/index.wxss 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/retrievalPage/index.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageBookService/pages/bookServices/detail/components/learnTask/index.js
@@ -269,8 +269,12 @@
                school: content.school,
                class: content.class,
                learnTime: content.learnTime,
                taskShow: true,
              });
              if (this.data.name && this.data.school && this.data.class) {
                this.setData({
                  taskShow: true,
                })
              }
              this.getChildTasksList()
              if (content.evaluate.length > 0) {
                // content.evaluate.forEach((element) => {
@@ -327,9 +331,6 @@
          item.teacherEvaluation = ''
        })
      }
      this.setData({
      });
      if (this.data.name && this.data.school && this.data.class) {
        this.setData({
          dataList: res.datas.cmsDatas[0].datas,
@@ -598,7 +599,6 @@
        icon: 'none',
        duration: 1000
      })
      return false
    } else {
      wx.showShareMenu({
        withShareTicket: true
packageBookService/pages/bookServices/detail/components/learnTask/index.wxml
@@ -15,7 +15,7 @@
    <view class="from-item">
      <view class="label"> <text class="icon">*</text>学校: </view>
      <view class="item-content">
        <t-input placeholder="输学校名称" borderless value="{{school}}" type="number" bindchange="onSchoolInput" disabled="{{disabled}}" />
        <t-input placeholder="输学校名称" borderless value="{{school}}" bindchange="onSchoolInput" disabled="{{disabled}}" />
      </view>
    </view>
    <view class="from-item">
packageBookService/pages/bookServices/detail/index.wxss
@@ -538,7 +538,7 @@
}
.info-center .t-input__content,
info-center .t-textarea {
.info-center .t-textarea {
  border: 2rpx solid #D9D9D9 !important;
  border-radius: 15rpx;
  padding: 10rpx !important;
pages/digitalCourses/digitalCoursesDetails/index.js
@@ -179,9 +179,9 @@
    this.digitalCoursesDetailsGet(options.id)
    this.getPlayerList()
    this.getType()
    this.setData({
      userName: JSON.parse(wx.getStorageSync(app.config.userInfoKey)).name,
    })
    // this.setData({
    //   userName: JSON.parse(wx.getStorageSync(app.config.userInfoKey)).name,
    // })
  },
  /**
pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -505,6 +505,7 @@
  width: 250px;
  margin-left: 46%;
  color: #000;
  font-size: 14px;
  font-family: 'SimHei', sans-serif;
  white-space: nowrap;
}
@@ -513,6 +514,7 @@
  margin-top: 50px;
  margin-left: 27%;
  color: #000;
  font-size: 14px;
  font-family: 'SimHei', sans-serif;
}
@@ -573,33 +575,38 @@
  height: 28px;
  margin-left: 52%;
  color: #000;
  font-size: 14px;
  font-family: 'SimHei', sans-serif;
}
#textCertificate .classHours {
  height: 30px;
  font-size: 14px;
  margin-left: 52%;
  color: #000;
  font-family: 'SimHei', sans-serif;
}
#textCertificate .affiliatedUnit {
  height: 26px;
  height: 24px;
  margin-left: 33%;
  color: #000;
  font-size: 14px;
  font-family: 'SimHei', sans-serif;
}
#textCertificate .studyTime {
  margin-left: 33%;
  font-size: 14px;
  color: #000;
  font-family: 'SimHei', sans-serif;
}
#textCertificate .website {
  margin-top: 20px;
  margin-top: 18px;
  margin-left: 27%;
  color: #000;
  font-size: 14px;
  font-family: 'SimHei', sans-serif;
}
pages/retrievalPage/index.js
@@ -514,7 +514,7 @@
      this.setData({
        loading: false,
        hidden: false,
        isMore: null
        isMore: false
      })
    })
    wx.stopPullDownRefresh()
@@ -646,11 +646,17 @@
  onPullDownRefresh() {
    if (this.data.tabValue == 4) {
      this.setData({
        bookFairData: [],
        "pageCount.page": 1
      })
      this.bibliographyGet()
    } else {
      this.setData({
        bookData: [],
        courseData: [],
        digitalTextbooksData: [],
        seminarData: [],
        biblioClassificationData: [],
        "pageCount.page": 1
      })
      this.retrievalPageGet()