diff --git a/screenshots/pay-1.png b/screenshots/pay-1.png deleted file mode 100644 index 92e8019..0000000 Binary files a/screenshots/pay-1.png and /dev/null differ diff --git a/screenshots/pay-2.png b/screenshots/pay-2.png deleted file mode 100644 index 9004bed..0000000 Binary files a/screenshots/pay-2.png and /dev/null differ diff --git a/src/App.vue b/src/App.vue index 051d51c..5473bf6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,7 +19,6 @@ onLaunch((options) => { }) onPageNotFound(() => { - console.log(1) uni.reLaunch({ url: '/', }) diff --git a/src/pages-sub/realname/index.vue b/src/pages-sub/realname/index.vue index b66fe08..c2eda51 100644 --- a/src/pages-sub/realname/index.vue +++ b/src/pages-sub/realname/index.vue @@ -79,7 +79,7 @@ const onSubmit = async () => { await showModal('请填写完整信息') return } - if (!/^\d{17}[\d|x]$/.test(form.value.cardnum)) { + if (!/^\d{17}[\d|x]$/i.test(form.value.cardnum)) { await showModal('身份证号格式错误') return }