|
@@ -2,7 +2,7 @@
|
|
<view class="container">
|
|
<view class="container">
|
|
<navigation-bar title="{{ statusList[status].title }}"></navigation-bar>
|
|
<navigation-bar title="{{ statusList[status].title }}"></navigation-bar>
|
|
|
|
|
|
- <scroll-view class="record-list" type="list" scroll-y bindscrolltolower="loadMore">
|
|
|
|
|
|
+ <scroll-view class="record-list" type="list" scroll-y >
|
|
<!-- <view class="order-status" wx:if="{{statusList[status]}}">
|
|
<!-- <view class="order-status" wx:if="{{statusList[status]}}">
|
|
<view class="status">
|
|
<view class="status">
|
|
<image src="{{ statusList[status].logo }}"></image>
|
|
<image src="{{ statusList[status].logo }}"></image>
|
|
@@ -49,7 +49,8 @@
|
|
,<text class="free">当天激活</text><text class="free blod">赠{{ goodsInfo.giftLongTime }}</text>
|
|
,<text class="free">当天激活</text><text class="free blod">赠{{ goodsInfo.giftLongTime }}</text>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
- <view class="qrcode-text used" wx:else>登录<text>「音乐数字课堂」</text>APP,开启AI学练之旅~</view>
|
|
|
|
|
|
+ <view class="qrcode-text used" wx:else><view>下载<text>「音乐数字课堂」</text>APP,畅享音乐之旅</view><view class="downloadApp" bind:tap="onDownloadApp">下载APP</view>
|
|
|
|
+ </view>
|
|
<view class="qrcode-line"></view>
|
|
<view class="qrcode-line"></view>
|
|
<view class="qrcode-section">
|
|
<view class="qrcode-section">
|
|
|
|
|
|
@@ -67,6 +68,10 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
+ <view class="download-task" wx:if="{{ goodsInfo.wechatStatus == 'WAIT_USE' }}">
|
|
|
|
+ <image mode="widthFix" src="https://oss.dayaedu.com/ktyq/1733725573779.png"></image>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="order-time" wx:if="{{ goodsInfo.wechatStatus == 'REFUNDED' || goodsInfo.wechatStatus == 'REFUNDING' }}">
|
|
<view class="order-time" wx:if="{{ goodsInfo.wechatStatus == 'REFUNDED' || goodsInfo.wechatStatus == 'REFUNDING' }}">
|
|
@@ -83,12 +88,17 @@
|
|
<view class="value">{{ goodsInfo.refundStyleStr }}</view>
|
|
<view class="value">{{ goodsInfo.refundStyleStr }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
+ <view class="scroll-brank"></view>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
|
|
<canvas class='my_draw_canvas only_canvas' data-type="image" canvas-id='canvasCode' id="canvasCode"></canvas>
|
|
<canvas class='my_draw_canvas only_canvas' data-type="image" canvas-id='canvasCode' id="canvasCode"></canvas>
|
|
|
|
|
|
<view class="order-btn" wx:if="{{ goodsInfo.wechatStatus != 'WAIT_PAY' }}">
|
|
<view class="order-btn" wx:if="{{ goodsInfo.wechatStatus != 'WAIT_PAY' }}">
|
|
- <button type="primary" bind:tap="useRefound" wx:if="{{ goodsInfo.wechatStatus == 'WAIT_USE' && tabIdx == 5 }}">申请退款</button>
|
|
|
|
|
|
+ <block wx:if="{{ goodsInfo.wechatStatus == 'WAIT_USE' }}">
|
|
|
|
+ <button type="primary" class="refoundWaiteUse" bind:tap="useRefound">申请退款</button>
|
|
|
|
+ <button type="primary" bind:tap="onSubmit">再次购买</button>
|
|
|
|
+ </block>
|
|
<block wx:else>
|
|
<block wx:else>
|
|
<button type="primary" bind:tap="cancelRefound" wx:if="{{ goodsInfo.wechatStatus == 'REFUNDING' }}" disabled="{{cancelRefoundStatus}}">取消退款</button>
|
|
<button type="primary" bind:tap="cancelRefound" wx:if="{{ goodsInfo.wechatStatus == 'REFUNDING' }}" disabled="{{cancelRefoundStatus}}">取消退款</button>
|
|
<button type="primary" wx:else bind:tap="onSubmit">再次购买</button>
|
|
<button type="primary" wx:else bind:tap="onSubmit">再次购买</button>
|