From 2c1a13eae201887fdee0a7e0007b7dccdfb4e1db Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 11 三月 2025 10:28:28 +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