From c99f9976a5ef9d8974105feb8fc0580a10adf98c Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 23 十二月 2024 14:58:49 +0800 Subject: [PATCH] 111 --- packageDomain/pages/sampleBookList/index.wxml | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/packageDomain/pages/sampleBookList/index.wxml b/packageDomain/pages/sampleBookList/index.wxml index 57fd721..ce36254 100644 --- a/packageDomain/pages/sampleBookList/index.wxml +++ b/packageDomain/pages/sampleBookList/index.wxml @@ -6,12 +6,12 @@ class="nacigationBar" style="width: 100%; height: {{navBarHeight}}px;" > - <view> - <t-icon - name="chevron-left" - size="30" - data-name="{{item}}" - bind:click="goBack" + <view class="backBtn back-icon"> + <!-- <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> --> + <image + src="/static/images/digitalTextbooks/chevron-left.png" + bind:tap="goBack" + mode="aspectFit" /> </view> <t-search @@ -73,10 +73,12 @@ <!-- model:scroll-top="{{setScrollValue}}" --> <scroll-view class="scroll content" + id="scrollView" bind:scroll="onPageScroll" scroll-y + enable-passive="{{true}}" refresher-enabled="{{true}}" - lower-threshold="{{200}}" + lower-threshold="{{100}}" refresher-threshold="{{180}}" refresher-default-style="none" refresher-triggered="{{triggered}}" -- Gitblit v1.9.1