From ff667d488374cf73709e466d758c751c52c8bbe0 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 24 Feb 2022 14:21:37 +0800
Subject: [PATCH] 电子保安员证
---
pages/voting/information.vue | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/pages/voting/information.vue b/pages/voting/information.vue
new file mode 100644
index 0000000..62a6b20
--- /dev/null
+++ b/pages/voting/information.vue
@@ -0,0 +1,19 @@
+<template>
+ <view>
+ <web-view :src="url"></web-view>
+ </view>
+</template>
+
+<script>
+ export default {
+ data() {
+ return {
+ url: ''
+ }
+ },
+ onLoad(e) {
+ // 获取传递过来的链接
+ this.url = e.url
+ }
+ }
+</script>
\ No newline at end of file
--
Gitblit v1.9.3