From 61052ffdfbbb93dae84803c5bd966899c2afb684 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 10 一月 2025 17:49:40 +0800
Subject: [PATCH] 云学习购买

---
 packageBookService/pages/bookServices/detail/components/learnResource/learnResource.wxml |   37 +++++++------------------------------
 1 files changed, 7 insertions(+), 30 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/learnResource/learnResource.wxml b/packageBookService/pages/bookServices/detail/components/learnResource/learnResource.wxml
index 2918849..9337036 100644
--- a/packageBookService/pages/bookServices/detail/components/learnResource/learnResource.wxml
+++ b/packageBookService/pages/bookServices/detail/components/learnResource/learnResource.wxml
@@ -1,10 +1,6 @@
 <!--pages/bookServices/detail/components/learnResource/learnResource.wxml-->
-<view
-  class="learnResource"
-  theme="primary"
-  style="justify-content: {{!isshowDrawBtn ? 'flex-end' : ''}};"
->
-  <t-button
+<view class="learnResource" theme="primary" style="justify-content: {{!isshowDrawBtn ? 'flex-end' : ''}};">
+  <!-- <t-button
     wx:if="{{isshowDrawBtn}}"
     loading="{{receive}}"
     class="btn"
@@ -17,42 +13,23 @@
       <image src=" /static/images/bookService/detail/yijianlingqu.png" />
       <text>棰嗗彇鏌ョ湅</text>
     </view>
-  </t-button>
-  <t-button
-    wx:if="{{isShowBuyCloundBtn}}"
-    loading="{{buy}}"
-    class="btn"
-    theme="primary"
-    bind:tap="goBuyResource"
-    style="height: 72rpx; font-size: 28rpx;margin: {{!isshowDrawBtn ? '0 20rpx' : ''}}"
-  >
+  </t-button> -->
+  <t-button wx:if="{{isShowBuyCloundBtn}}" loading="{{buy}}" class="btn" theme="primary" bind:tap="goBuyResource" style="height: 72rpx; font-size: 28rpx;margin: {{!isshowDrawBtn ? '0 20rpx' : ''}}">
     <view slot="content" class="btn-content">
       <image src="/static/images/bookService/detail/yijiangoumai.png" />
       <text>璧勬簮璐拱</text>
     </view>
   </t-button>
-  <t-button
-    theme="primary"
-    class="btn"
-    style="height: 72rpx; font-size: 28rpx"
-    bind:tap="buyCloudLearnClass"
-    wx:if="{{isShowBuyCloundMenu}}"
-  >
+  <t-button theme="primary" class="btn" style="height: 72rpx; font-size: 28rpx" bind:tap="buyCloudLearnClass" wx:if="{{isShowBuyCloundMenu}}">
     <view slot="content" class="btn-content">
       <image src="/static/images/bookService/detail/yijiangoumai.png" />
       <text>鍏ㄩ儴璐拱</text>
     </view>
   </t-button>
-  <t-button
-    class="btn"
-    theme="primary"
-    style="height: 72rpx; font-size: 28rpx; margin: 0 20rpx"
-    bind:tap="goLearnTask"
-    wx:if="{{learnTaskData.name}}"
-  >
+  <t-button class="btn" theme="primary" style="height: 72rpx; font-size: 28rpx; margin: 0 20rpx" bind:tap="goLearnTask" wx:if="{{learnTaskData.name}}">
     <view slot="content" class="btn-content">
       <image src="/static/images/bookService/detail/renwudan锛廼con.png" />
       <text>瀛︿範浠诲姟鍗�</text>
     </view>
   </t-button>
-</view>
+</view>
\ No newline at end of file

--
Gitblit v1.9.1