Lufaneng 10 months ago
parent af9c4a4e5b
commit ae867dc7e5

@ -18,7 +18,7 @@
<uv-icon name="checkmark-circle-fill" color="#52c41a" size="80"></uv-icon> <uv-icon name="checkmark-circle-fill" color="#52c41a" size="80"></uv-icon>
</view> </view>
<view class="status-title">支付成功</view> <view class="status-title">支付成功</view>
<view class="status-desc">恭喜您会员服务已开通</view> <view class="status-desc">恭喜您支付成功</view>
</view> </view>
<!-- 支付失败 --> <!-- 支付失败 -->
@ -56,18 +56,10 @@
<text class="label">订单号</text> <text class="label">订单号</text>
<text class="value">{{ orderNo }}</text> <text class="value">{{ orderNo }}</text>
</view> </view>
<view class="info-item" v-if="orderInfo.plan_name">
<text class="label">商品</text>
<text class="value">{{ orderInfo.plan_name }}</text>
</view>
<view class="info-item" v-if="orderInfo.amount"> <view class="info-item" v-if="orderInfo.amount">
<text class="label">金额</text> <text class="label">金额</text>
<text class="value price">¥{{ orderInfo.amount }}</text> <text class="value price">¥{{ orderInfo.amount }}</text>
</view> </view>
<view class="info-item" v-if="orderInfo.pay_time">
<text class="label">支付时间</text>
<text class="value">{{ formatTime(orderInfo.pay_time) }}</text>
</view>
</view> </view>
<!-- 底部按钮 --> <!-- 底部按钮 -->

Loading…
Cancel
Save