2 Commits 7377215f43 ... b06e48a33f

Author SHA1 Message Date
  LinWuTai b06e48a33f Merge branch 'master' of http://139.9.50.163:3000/Project2024/menber-center 2 months ago
  LinWuTai 473bc450fd 完成个人申请开票页面、开票记录页面设计 2 months ago

+ 4 - 2
pages/InvoiceApplication/InvoiceApplication.vue

@@ -368,8 +368,10 @@
 		})
 	}
 	
-	onLoad(() => {
-		console.log('onLoad')
+	onLoad((load) => {
+		if (load.menuCurrent) {
+			menuCurrent.value = Number(load.menuCurrent)
+		}
 	})
 </script>
 

+ 39 - 2
pages/invoiceResult/invoiceResult.vue

@@ -1,6 +1,16 @@
 <template>
 	<view class="container">
-		模板
+		<view class="result-box">
+			<view class="icon-box">
+				<view class="iconfont icon-success-filling"></view>
+			</view>
+			<view class="message-box">
+				已提交开票申请,请耐心等待
+			</view>
+		</view>
+		<view class="button-box">
+			<u-button type="primary" shape="circle" @click="onClick()">查看开票记录</u-button>
+		</view>
 	</view>
 </template>
 
@@ -8,8 +18,13 @@
 	import { ref } from 'vue'
 	import { onLoad } from '@dcloudio/uni-app'
 	
+	function onClick() {
+		uni.redirectTo({
+			url: '/pages/InvoiceApplication/InvoiceApplication?menuCurrent=1'
+		})
+	}
+	
 	onLoad(() => {
-		console.log('onLoad')
 	})
 </script>
 
@@ -19,5 +34,27 @@
 		width: 100vw;
 		background-color: $uni-bg-color;
 		padding: 0 20rpx;
+		.result-box {
+			width: 100%;
+			padding: 120rpx 0;
+			.icon-box {
+				width: 100%;
+				text-align: center;
+				margin-bottom: 30rpx;
+				.iconfont {
+					font-size:150rpx;
+					color: $uni-color-primary;
+				}
+			}
+			.message-box {
+				width: 100%;
+				font-size: $uni-title-font-size-2;
+				text-align: center;
+			}
+		}
+		.button-box {
+			width: 50%;
+			margin: 0 auto;
+		}
 	}
 </style>

+ 11 - 3
static/fonts/iconfont.css

@@ -1,8 +1,8 @@
 @font-face {
   font-family: "iconfont"; /* Project id 4808041 */
-  src: url('./static/fonts/iconfont.woff2?t=1736919796435') format('woff2'),
-       url('./static/fonts/iconfont.woff?t=1736919796435') format('woff'),
-       url('./static/fonts/iconfont.ttf?t=1736919796435') format('truetype');
+  src: url('./static/fonts/iconfont.woff2?t=1736921813084') format('woff2'),
+       url('./static/fonts/iconfont.woff?t=1736921813084') format('woff'),
+       url('./static/fonts/iconfont.ttf?t=1736921813084') format('truetype');
 }
 
 .iconfont {
@@ -13,6 +13,14 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-success-filling:before {
+  content: "\e68b";
+}
+
+.icon-prompt-filling:before {
+  content: "\e68c";
+}
+
 .icon-chevron-up:before {
   content: "\e7f0";
 }

File diff suppressed because it is too large
+ 0 - 0
static/fonts/iconfont.js


+ 14 - 0
static/fonts/iconfont.json

@@ -6,6 +6,20 @@
   "description": "",
   "glyphs": [
     {
+      "icon_id": "15838611",
+      "name": "success-filling",
+      "font_class": "success-filling",
+      "unicode": "e68b",
+      "unicode_decimal": 59019
+    },
+    {
+      "icon_id": "15838615",
+      "name": "prompt-filling",
+      "font_class": "prompt-filling",
+      "unicode": "e68c",
+      "unicode_decimal": 59020
+    },
+    {
       "icon_id": "42800185",
       "name": "chevron-up",
       "font_class": "chevron-up",

BIN
static/fonts/iconfont.ttf


BIN
static/fonts/iconfont.woff


BIN
static/fonts/iconfont.woff2


Some files were not shown because too many files changed in this diff