You need to sign in or sign up before continuing.
Commit 59831294 authored by 石盼盼's avatar 石盼盼

Merge branch 'shipanpan' into 'master'

Shipanpan

See merge request !68
parents b56d0c46 89fedcd3
......@@ -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