From e72f509ca0728f571fcf652e1e60d7af970518cf Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 06 六月 2024 17:49:57 +0800
Subject: [PATCH] 数字教材跳转阅读器

---
 pages/digitalTextbooks/digitalTextbooksDetails/index.wxml |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
index 2d8ebfa..f22d311 100644
--- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
+++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
@@ -72,7 +72,7 @@
             </view>
             <view class="basic"> 鍩烘湰淇℃伅</view>
           </view>
-          <view style="margin: 30rpx;">
+          <view style="margin: 30rpx; margin-bottom: 130rpx;">
             <rich-text nodes="{{digitalsData.content}}" style="{{richStyle}}"></rich-text>
           </view>
 
@@ -84,7 +84,7 @@
             </view>
             <view class="basic"> 浣滆�呬俊鎭�</view>
           </view>
-          <view style="margin: 30rpx;">
+          <view style="margin: 30rpx; margin-bottom: 130rpx;">
             <rich-text nodes="{{digitalsData.authorIntroduction}}" style="{{richStyle}}"></rich-text>
           </view>
 
@@ -99,7 +99,7 @@
             <view class="basic"> 鐩綍</view>
           </view>
 
-          <view style="margin: 30rpx;">
+          <view style="margin: 30rpx; margin-bottom: 130rpx;">
 
 
             <rich-text nodes="{{digitalsData.catalogue}}" style="{{richStyle}}"></rich-text>
@@ -130,7 +130,7 @@
 
     </view>
     <view class="box-bottom">
-      <view class="trialReading" bind:tap="goRead">
+      <view class="trialReading" bind:tap="goRead" wx:if="{{!isBuy}}">
         <view>
           <t-image src="/static/images/bookService/detail/shidu.png"></t-image>
         </view>
@@ -139,8 +139,12 @@
       <view class="shopCarColor" bind:tap="addBookShopcCar" wx:if="{{!isBuy}}">鍔犲叆璐墿杞�</view>
       <view class="buyColor" bind:tap="buyBtn" wx:if="{{!isBuy}}">绔嬪嵆璐拱</view>
       <!-- <view class="buyColor" bind:tap="buyBtn" wx:if="{{digitalsData.price == 0}} ">鍏嶈垂棰嗗彇</view> -->
-      <view class="buyColor" bind:tap="goRead" wx:if="{{isBuy}}">绔嬪嵆闃呰</view>
+      <view class="buyColor" bind:tap="goRead" wx:if="{{isBuy}}">
+        绔嬪嵆闃呰
+      </view>
     </view>
   </view>
 </view>
+
+
 <t-toast id="t-toast" />
\ No newline at end of file

--
Gitblit v1.9.1