From 2aab00f91bd4cda4715f1a141f4d26a3667a91b6 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 12 四月 2024 12:01:20 +0800 Subject: [PATCH] 视频详情bug --- packagePersonal/pages/sampleBooks/index.wxml | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packagePersonal/pages/sampleBooks/index.wxml b/packagePersonal/pages/sampleBooks/index.wxml index a42852e..3cfaca9 100644 --- a/packagePersonal/pages/sampleBooks/index.wxml +++ b/packagePersonal/pages/sampleBooks/index.wxml @@ -1,5 +1,5 @@ <view class="container"> - <view class="page-header"> + <view class="page-header" wx:if="{{!skeletonLoding}}"> <view class="tabOne"> <t-tabs t-class="t-tabs" value="{{active}}" split="{{false}}" bind:change="tabClick"> <t-tab-panel label="绾歌川鏍蜂功" value="0" /> @@ -12,7 +12,7 @@ </t-tabs> </view> </view> - <view class="pageInfo"> + <view class="pageInfo" wx:if="{{!skeletonLoding}}"> <scroll-view class="scroll content" bind:scroll="onPageScroll" model:scroll-top="{{setScrollValue}}" scroll-y refresher-enabled="{{true}}" lower-threshold="{{200}}" refresher-threshold="{{80}}" refresher-default-style="none" refresher-triggered="{{triggered}}" bindrefresherpulling="{{refresh.onPulling}}" bindrefresherrefresh="onPullDownRefresh" bindscrolltolower="onReachBottom"> <view slot="refresher" class="refresh-container"> <view class="loading"> @@ -73,4 +73,7 @@ </scroll-view> </view> </view> -<t-back-top theme="round" wx:if="{{isBackTop}}" text="椤堕儴" bind:to-top="onToTop"></t-back-top> \ No newline at end of file +<t-back-top theme="round" wx:if="{{isBackTop}}" text="椤堕儴" bind:to-top="onToTop"></t-back-top> + +<import src="index.skeleton.wxml" /> +<template is="skeleton" wx:if="{{skeletonLoding}}" /> \ No newline at end of file -- Gitblit v1.9.1