暂存code
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
<template>
|
||||
<view class="order_sumbit_ok_warp">
|
||||
<view class="ok_img">
|
||||
<up-image src="/static/product/ok.png" width="120" height="120" bgColor="#f1f6ff00"></up-image>
|
||||
<view class="ok_img_msg">支付成功</view>
|
||||
<Header leftTitle="" left-path-type="switchTab" left-path="/pages/mine/mine"/>
|
||||
<view class="order_sumbit_ok_content_warp">
|
||||
<view class="ok_img">
|
||||
<up-image src="/static/product/ok.png" width="120" height="120" bgColor="#f1f6ff00"></up-image>
|
||||
<view class="ok_img_msg">支付成功</view>
|
||||
</view>
|
||||
<view class="ok_but" @click="jumpHome">确认</view>
|
||||
</view>
|
||||
<view class="ok_but" @click="jumpHome">确认</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Header from '@/components/header.vue';
|
||||
|
||||
export default {
|
||||
components:{Header},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -29,7 +35,10 @@
|
||||
.order_sumbit_ok_warp{
|
||||
height: calc(100vh - 80rpx);
|
||||
text-align: center;
|
||||
padding: 40rpx;
|
||||
|
||||
.order_sumbit_ok_content_warp{
|
||||
padding: 40rpx;
|
||||
}
|
||||
.ok_img{
|
||||
display: grid;
|
||||
.ok_img_msg{
|
||||
|
||||
Reference in New Issue
Block a user