litian
2024-09-06 8dc4e50769a7ebc5f0a3d766f61aa08b8f23b772
pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
@@ -97,15 +97,11 @@
            </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">
              <!-- <t-empty icon="folder-open" description="暂无数据" font-size="80" /> -->
              <empty />
            </view>
          </t-tab-panel>
          <t-tab-panel icon="{{tabValue == 'jsek_teachingResources' ? teachResourcesClickIcon : teachResourcesIcon}}" value="jsek_teachingResources" label="作者信息" style="{{tabPanelstyle}}">
@@ -219,6 +215,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" />