Commit 45ee049f authored by 石盼盼's avatar 石盼盼

申请资料手机号问题

parent 5a9b25b6
......@@ -61,7 +61,7 @@ Page({
tel(e) {
console.log(e.detail);
this.setData({
tel: e.detail
telPhone: e.detail
})
},
age(e) {
......@@ -135,7 +135,7 @@ Page({
type: 'POST',
data: {
role_type: this.data.role_type,
mobile: this.data.tel,
mobile: this.data.telPhone,
true_name: this.data.name,
sex: this.data.selectedIndex + 1,
age: this.data.age,
......
......@@ -69,7 +69,7 @@ Page({
},
tel(e) {
this.setData({
tel: e.detail
userTel: e.detail
})
},
name(e) {
......@@ -141,7 +141,7 @@ Page({
type: 'POST',
data: {
role_type: this.data.role_type,
mobile: this.data.tel,
mobile: this.data.userTel,
true_name: this.data.name,
sex: this.data.selectedIndex,
age: this.data.age,
......
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