From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 18 九月 2024 18:43:12 +0800 Subject: [PATCH] 云学习购买目录,修改bug --- 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