|
|
@ -2,13 +2,13 @@ |
|
|
<view> |
|
|
<view> |
|
|
<view v-if="ifpaySuccess==1" class="lf-flex lf-flex-column lf-row-round" style="margin-top: 100px;"> |
|
|
<view v-if="ifpaySuccess==1" class="lf-flex lf-flex-column lf-row-round" style="margin-top: 100px;"> |
|
|
<view> |
|
|
<view> |
|
|
<image src="@/static/logo.png" mode="widthFix" style="height: 100px;width: 100px;"></image> |
|
|
|
|
|
|
|
|
<image src="@/static/pay-success.png" mode="widthFix" style="height: 100px;width: 100px;"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="lf-m-t-40 lf-font-bold lf-font-42 lf-color-primary">订单支付成功</view> |
|
|
<view class="lf-m-t-40 lf-font-bold lf-font-42 lf-color-primary">订单支付成功</view> |
|
|
</view> |
|
|
</view> |
|
|
<view v-else class="lf-flex lf-flex-column lf-row-round" style="margin-top: 100px;"> |
|
|
<view v-else class="lf-flex lf-flex-column lf-row-round" style="margin-top: 100px;"> |
|
|
<view> |
|
|
<view> |
|
|
<image src="@/static/logo.png" mode="widthFix" style="height: 100px;width: 100px;"></image> |
|
|
|
|
|
|
|
|
<image src="@/static/pay-fail.png" mode="widthFix" style="height: 100px;width: 100px;"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="lf-m-t-40 lf-font-bold lf-color-black lf-font-42 lf-color-333">订单支付失败</view> |
|
|
<view class="lf-m-t-40 lf-font-bold lf-color-black lf-font-42 lf-color-333">订单支付失败</view> |
|
|
</view> |
|
|
</view> |
|
|
|