From 3af79bf611323bd068c534c83e2910529c4d2bd2 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期五, 28 七月 2023 11:23:06 +0800
Subject: [PATCH] no message

---
 h5/apph5/App.vue              |    1 
 h5/apph5/pages/wxkf/index.vue |   54 +++++++++++++++++++++++++++
 h5/apph5/pages.json           |    9 ++++
 3 files changed, 63 insertions(+), 1 deletions(-)

diff --git a/h5/apph5/App.vue b/h5/apph5/App.vue
index 76f6465..42a4041 100644
--- a/h5/apph5/App.vue
+++ b/h5/apph5/App.vue
@@ -14,4 +14,5 @@
 
 <style>
 	/*姣忎釜椤甸潰鍏叡css */
+	
 </style>
diff --git a/h5/apph5/pages.json b/h5/apph5/pages.json
index 44c65f1..d4ed91e 100644
--- a/h5/apph5/pages.json
+++ b/h5/apph5/pages.json
@@ -20,11 +20,18 @@
 				"navigationStyle":"custom",//涓嶆樉绀哄ご閮�
 				"navigationBarTitleText": "缇庨澶栧崠"
 			}
+		},
+		{
+			"path": "pages/wxkf/index",
+			"style": {
+				"navigationStyle":"custom",//涓嶆樉绀哄ご閮�
+				"navigationBarTitleText": "寰俊瀹㈡湇"
+			}
 		}
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTitleText": "澶ц繑瀹�",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},
diff --git a/h5/apph5/pages/wxkf/index.vue b/h5/apph5/pages/wxkf/index.vue
new file mode 100644
index 0000000..e1e9200
--- /dev/null
+++ b/h5/apph5/pages/wxkf/index.vue
@@ -0,0 +1,54 @@
+<template>
+	<view class="main-cont">
+		<view class="txt-sty" style="margin-top: 4rem;">
+			<image class="head-img" :src="wxhead"></image>
+		</view>
+		<view class="txt-sty head-txt">
+			寰俊鍙凤細{{wxtxt}}
+		</view>
+		<view class="txt-sty">
+			<image :src="wxImg" class="ercode-img"></image>
+		</view>
+		<view class="txt-sty" style="font-weight: 700; margin-top: 1rem;">闀挎寜浜岀淮鐮侊紝娣诲姞寰俊浜彈浼樻儬</view>
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				wxImg: 'https://img.ushopvip.com/dfg/wxcode.png',
+				wxhead: 'https://img.ushopvip.com/dfg/dfgapplogo.png',
+				wxtxt: 'sedws22'
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+
+		},
+	}
+</script>
+
+<style>
+	.txt-sty{
+		text-align: center;
+	}
+	.main-cont {
+		
+	}
+	.head-txt{
+		margin: 0.4rem 0 2rem 0;
+	}
+
+	.head-img {
+		width: 5rem;
+		height: 5rem;
+	}
+	.ercode-img{
+		width: 16rem;
+		height: 16rem;
+	}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3