| | |
| | | |
| | | .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%; |
| | |
| | | //证书查看 |
| | | 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, |
| | | }) |
| | |
| | | <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> |
| | |
| | | width: 595px; |
| | | height: 845px; |
| | | position: relative; |
| | | background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg'); |
| | | } |
| | | |
| | | .bgImg { |
| | |
| | | //证书查看 |
| | | 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, |
| | | }) |
| | |
| | | </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"> |
| | |
| | | </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" /> |