litian
2024-08-30 122ca12cbb46a7fe9fc3489ad8310a6f3991fcfb
image
5个文件已删除
6个文件已修改
21 ■■■■ 已修改文件
packageDomain/pages/resourceDetails/myAudio/index.wxss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalCourses/digitalCoursesDetails/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalCourses/digitalCoursesDetails/index.wxml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalCourses/digitalCoursesDetails/index.wxss 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalTextbooks/digitalTextbooksDetails/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalTextbooks/digitalTextbooksDetails/index.wxml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/images/certificate/jczs.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/images/certificate/kczs.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/images/certificate/szjc.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/images/certificate/szkc.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/images/personal/jifen-bg.png 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/resourceDetails/myAudio/index.wxss
@@ -284,7 +284,7 @@
.audioBackground {
  flex: 1;
  background-image: url('https://jsek.bnuic.com/website/image/video-bg.png');
  background-image: url('https://jsek.bnuic.com/home/image/video-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
pages/digitalCourses/digitalCoursesDetails/index.js
@@ -1033,14 +1033,14 @@
  //证书查看
  onClick1() {
    this.setData({
      images: ['/static/images/certificate/szkc.jpg'],
      images: ['https://jsek.bnuic.com/home/certificate/szkc.jpg'],
      showIndex: true,
      visible: true,
    })
  },
  onClick2() {
    this.setData({
      images: ['/static/images/certificate/kczs.jpg'],
      images: ['https://jsek.bnuic.com/home/certificate/kczs.jpg'],
      showIndex: true,
      visible: true,
    })
pages/digitalCourses/digitalCoursesDetails/index.wxml
@@ -94,10 +94,10 @@
          <view class="course-content">
            <view class="certificateChart">
              <view class="chart" bind:tap="onClick1">
                <image src="/static/images/certificate/szkc.jpg" mode="" />
                <image src="https://jsek.bnuic.com/home/certificate/szkc.jpg" mode="" />
              </view>
              <view class="chart" bind:tap="onClick2">
                <image src="/static/images/certificate/kczs.jpg" mode="" />
                <image src="https://jsek.bnuic.com/home/certificate/kczs.jpg" mode="" />
              </view>
            </view>
          </view>
pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -429,6 +429,7 @@
  width: 595px;
  height: 845px;
  position: relative;
  background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg');
}
.bgImg {
pages/digitalTextbooks/digitalTextbooksDetails/index.js
@@ -888,14 +888,14 @@
  //证书查看
  onClick1() {
    this.setData({
      images: ['/static/images/certificate/cbzs.jpg'],
      images: ['https://jsek.bnuic.com/home/certificate/szjc.jpg'],
      showIndex: true,
      visible: true,
    })
  },
  onClick2() {
    this.setData({
      images: ['/static/images/certificate/rzzs.jpg'],
      images: ['https://jsek.bnuic.com/home/certificate/jczs.jpg'],
      showIndex: true,
      visible: true,
    })
pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
@@ -97,10 +97,10 @@
            </view>
            <view class="certificateChart">
              <view class="chart" bind:tap="onClick1">
                <image src="/static/images/certificate/szjc.jpg" mode="" />
                <image src="https://jsek.bnuic.com/home/certificate/szjc.jpg" mode="" />
              </view>
              <view class="chart" bind:tap="onClick2">
                <image src="/static/images/certificate/jczs.jpg" mode="" />
                <image src="https://jsek.bnuic.com/home/certificate/jczs.jpg" mode="" />
              </view>
            </view>
            <view class="noDataBox">
@@ -219,6 +219,6 @@
    </view>
  </view>
</view>
<t-image-viewer usingCustomNavbar deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:close="onClose"></t-image-viewer>
<t-image-viewer deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:close="onClose"></t-image-viewer>
<t-toast id="t-toast" />
static/images/certificate/jczs.jpg
Binary files differ
static/images/certificate/kczs.jpg
Binary files differ
static/images/certificate/szjc.jpg
Binary files differ
static/images/certificate/szkc.jpg
Binary files differ
static/images/personal/jifen-bg.png
Binary files differ