Commit 1182bb9c by Sweet Zhang

提现实名信息处证件号码取消只能输入数字

parent 2b837bd9
...@@ -49,7 +49,7 @@ const config = { ...@@ -49,7 +49,7 @@ const config = {
stage, stage,
prod prod
} }
let env = 'dev'; let env = 'prod';
let baseURL = config[env].base_url; let baseURL = config[env].base_url;
let apiURL = config[env].api_url; let apiURL = config[env].api_url;
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<input <input
class="user-input" class="user-input"
maxlength="18" maxlength="18"
type="number" type="text"
placeholder="请输入" placeholder="请输入"
v-model="realInfo.shiming.idNumber" v-model="realInfo.shiming.idNumber"
@blur="getInfo('2')" @blur="getInfo('2')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment