diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index e608e7a..d43c75c 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -6,8 +6,8 @@
"type" : "uni-app:app-ios"
},
{
- "customPlaygroundType" : "local",
- "playground" : "custom",
+ "customPlaygroundType" : "device",
+ "playground" : "standard",
"type" : "uni-app:app-android"
}
]
diff --git a/App.vue b/App.vue
index 579b3c2..e436329 100644
--- a/App.vue
+++ b/App.vue
@@ -174,7 +174,7 @@ export default {
// 批量设置开发环境配置
const devConfig = {
host: "https://flaunt.batiao8.com/",
- header: { "x-token": "ebe14dab-1879-4c5d-9148-727b96b30aad" },
+ header: { "x-token": "da884e6e-fbd7-4d8d-ab0e-cb7b07f9f6fa" },
decrypt: "e4rOtnF8tJjtHO7ecZeJHN1rapED5ImB",
encrypt: "xn08hYoizXhZ1zHP8DVqfCm2yHxPmhil"
}
diff --git a/pages.json b/pages.json
index f32c6ef..87b19e5 100644
--- a/pages.json
+++ b/pages.json
@@ -170,6 +170,14 @@
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
+ },
+ {
+ "path" : "card/card",
+ "style" :
+ {
+ "navigationBarTitleText" : "身份证",
+ "navigationStyle": "custom"
+ }
}
]
},
diff --git a/pages/index/index.nvue b/pages/index/index.nvue
index b6e345f..c2c4650 100644
--- a/pages/index/index.nvue
+++ b/pages/index/index.nvue
@@ -242,6 +242,11 @@
name: "视频群聊",
path: "/pages/other/video-group-chat/video-group-chat"
},
+ {
+ icon: "/static/image/index/qita/card.png",
+ name: "身份证",
+ path: "/pages/other/card/card"
+ },
]
const data = reactive({
diff --git a/pages/other/card/card.vue b/pages/other/card/card.vue
new file mode 100644
index 0000000..6756b52
--- /dev/null
+++ b/pages/other/card/card.vue
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/other/splash/splash.vue b/pages/other/splash/splash.vue
index 4a3e3c1..5d7d639 100644
--- a/pages/other/splash/splash.vue
+++ b/pages/other/splash/splash.vue
@@ -8,7 +8,7 @@
-
@@ -228,7 +228,21 @@ const data = reactive({
// 弹窗相关
const showEditPopup = ref(false);
const editForm = ref({});
-
+//
+function successImage(e){
+ data.code=e
+}
+function progress(e){
+ if(e<0.03){
+ uni.showLoading({
+ title:"生成中"
+ })
+ }
+ if(e==1){
+ uni.hideLoading()
+ }
+ console.log(e)
+}
// 打开编辑弹窗
function edit() {
console.log(data.form)
diff --git a/static/font/card.ttf b/static/font/card.ttf
new file mode 100644
index 0000000..5c8d5bf
Binary files /dev/null and b/static/font/card.ttf differ
diff --git a/static/image/index/qita/card.png b/static/image/index/qita/card.png
new file mode 100644
index 0000000..b47326a
Binary files /dev/null and b/static/image/index/qita/card.png differ
diff --git a/static/image/other/card/cardBGImg.png b/static/image/other/card/cardBGImg.png
new file mode 100644
index 0000000..fbc5bb7
Binary files /dev/null and b/static/image/other/card/cardBGImg.png differ
diff --git a/static/image/other/card/shuiyin2.png b/static/image/other/card/shuiyin2.png
new file mode 100644
index 0000000..fbc5911
Binary files /dev/null and b/static/image/other/card/shuiyin2.png differ