From 88dad88c4918cbbe2a90fec69999a44c8336963b Mon Sep 17 00:00:00 2001 From: dute7liang <383200134@qq.com> Date: Sun, 21 Jan 2024 22:17:33 +0800 Subject: [PATCH] init --- src/constant/statusMap.js | 5 +++++ src/views/cai/smsVerify/index.vue | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/constant/statusMap.js b/src/constant/statusMap.js index 04359f4..3c63bba 100644 --- a/src/constant/statusMap.js +++ b/src/constant/statusMap.js @@ -247,3 +247,8 @@ export const payConfigTypeList = [ { value: 1, label: '支付宝',listClass: listClass.primary}, { value: 2, label: '微信',listClass: listClass.success}, ] + +export const smsTypeList = [ + { value: 'REGISTER', label: '注册短信'}, + { value: 'RESET_PASSWORD', label: '充值密码'}, +] diff --git a/src/views/cai/smsVerify/index.vue b/src/views/cai/smsVerify/index.vue index e65ae95..fedf5b2 100644 --- a/src/views/cai/smsVerify/index.vue +++ b/src/views/cai/smsVerify/index.vue @@ -22,7 +22,11 @@ - + + + @@ -43,11 +47,13 @@