bug
闫增涛
2024-09-07 02eb8d0829a78a30bdb6ce25f93858dfdd61c4dc
pages/digitalCourses/digitalCoursesDetails/index.wxml
@@ -47,7 +47,7 @@
          </view>
        </view>
        <view class="certificate">
          <view style="margin-left: 30rpx">价格: <text>¥{{digitalsData.price}}</text></view>
          <view style="margin-left: 30rpx">价格: <text>¥{{digitalsData.price}}</text> <text class="old-price">{{ digitalsData.oldPrice }}</text> </view>
          <view style="margin-right: 30rpx">共<text>{{ digitalsData.classHours ? digitalsData.classHours :
              '0'}}</text>课时</view>
        </view>
@@ -283,7 +283,7 @@
        <view class="applicationImageBox">
          <image src="/static/images/digitalCourses/zhengshushenqing@2x.png" />
        </view>
        <view>证书申请</view>
        <view class="btn-text">证书申请</view>
      </view>
      <view class="bottom-btn shopCarColor" bind:tap="addBookShopcCar" wx:if="{{!isBuy}}">加入购物车</view>
      <view class="bottom-btn buyColor" bind:tap="buyBtn" wx:if="{{!isBuy}}">立即购买</view>