暂存code

This commit is contained in:
hejiangming
2025-05-07 09:54:33 +08:00
parent 78270eeda0
commit 007b002b81
403 changed files with 14507 additions and 6320 deletions
+14 -5
View File
@@ -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{