litian
2024-07-05 2f9305515c7264637164c9e03c2840f4219ca1e3
pages/digitalCourses/digitalCoursesDetails/index.wxml
@@ -56,7 +56,8 @@
          <view class="course-content">
            <rich-text wx:if="{{digitalsData.content}}" nodes="{{digitalsData.content}}"></rich-text>
            <view wx:else="" class="noDataBox">
              <t-empty icon="folder-open" description="暂无数据" font-size="80" />
              <!-- <t-empty icon="folder-open" description="暂无数据" font-size="80" /> -->
              <empty />
            </view>
          </view>
          <view class="rubricBox">
@@ -91,11 +92,11 @@
          </view>
          <view class="course-content">
            <view class="certificateChart">
              <view class="chart">
                <image src="" mode="" />
              <view class="chart" bind:tap="onClick1">
                <image src="/static/images/certificate/cbzs.jpg" mode="" />
              </view>
              <view class="chart">
                <image src="" mode="" />
              <view class="chart" bind:tap="onClick2">
                <image src="/static/images/certificate/rzzs.jpg" mode="" />
              </view>
            </view>
          </view>
@@ -108,11 +109,11 @@
            </view>
            <view class="list-box">
              <view wx:if="{{selectActive == 'learn'}}">
                <tree id="test-tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" treeList="{{learnList}}" bind:goTest="goTest">
                <tree id="test-tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" treeList="{{learnList}}">
                </tree>
              </view>
              <view wx:if="{{selectActive == 'test'}}">
                <testTree id="tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" tab="{{tab}}" treeList="{{testList}}" bind:goTest="goTest"></testTree>
                <testTree id="tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" tab="{{tab}}" treeList="{{testList}}"></testTree>
              </view>
            </view>
          </view>
@@ -209,4 +210,6 @@
      </view>
    </view>
  </view>
</view>
</view>
<t-image-viewer usingCustomNavbar deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:change="onChange" bind:close="onClose"></t-image-viewer>