|
@@ -25,6 +25,7 @@ function initStart(phoneNumber) {
|
|
|
data: {
|
|
|
phoneNumber: 17882237075
|
|
|
},
|
|
|
+ method: 'POST',
|
|
|
success: (res) => {
|
|
|
this.$store.commit('m_parent/updateUserData', res.data);
|
|
|
r('请求返回成功!')
|
|
@@ -872,6 +873,7 @@ function initTab() {
|
|
|
data: {
|
|
|
childid: 360000198303136326
|
|
|
},
|
|
|
+ method: 'POST',
|
|
|
success: (res) => {
|
|
|
if (res.data === '') {
|
|
|
res.data = '今日无评测'
|
|
@@ -892,6 +894,7 @@ function initTab() {
|
|
|
data: {
|
|
|
childid: 360000198303136326
|
|
|
},
|
|
|
+ method: 'POST',
|
|
|
success: (res) => {
|
|
|
if (res.data === '') {
|
|
|
res.data = '今日无作业'
|
|
@@ -920,6 +923,7 @@ function initHome() {
|
|
|
data: {
|
|
|
childid: 360000198303136326
|
|
|
},
|
|
|
+ method: 'POST',
|
|
|
success: (res) => {
|
|
|
this.$store.commit('m_children/updateClockData', res.data);
|
|
|
r('请求返回成功!')
|