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