From d7b7435558c15789e9a2c650389cd28ce88d443b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 06 五月 2025 15:05:42 +0800 Subject: [PATCH] 资源查看判断是否购买 --- packageBookService/pages/bookServices/list/index.wxml | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.wxml b/packageBookService/pages/bookServices/list/index.wxml index ac35caa..fd2669c 100644 --- a/packageBookService/pages/bookServices/list/index.wxml +++ b/packageBookService/pages/bookServices/list/index.wxml @@ -8,19 +8,19 @@ wx:if="{{!loading}}" > <view style="width: 100%; height: {{barHeight}}px;"></view> - <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> - <view> - <t-icon - name="chevron-left" - size="30" - data-name="{{item}}" - bind:click="goBack" + <view class="nacigationBar" style="width: 72%; height: {{navBarHeight}}px;"> + <view class="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 model:value="{{searchValue}}" shape="round" - placeholder="璇疯緭鍏ュ叧閿瘝/涔﹀悕/ISBN/浣滆��" + placeholder="璇疯緭鍏ュ叧閿瘝/涔﹀悕/ISBN/浣滆��/椤圭洰璐熻矗浜�" class="navBar-search" style="width: 464rpx" bind:submit="searchBook" @@ -51,7 +51,7 @@ bind:reset="resetSecond" /> <t-dropdown-item - label="閲嶇偣椤圭洰" + label="鑾峰鎯呭喌" disabled="{{disabledProject}}" options="{{majorProjectList.options}}" optionsColumns="2" -- Gitblit v1.9.1