正在显示
4 个修改的文件
包含
10 行增加
和
13 行删除
... | ... | @@ -90,9 +90,7 @@ App({ |
90 | 90 | console.log("login-res-fail", res); |
91 | 91 | }, |
92 | 92 | complete:function(res){ |
93 | - if(str=="chat"){ | |
94 | - that.globalData.refresh_complete = true | |
95 | - } | |
93 | + | |
96 | 94 | } |
97 | 95 | }) |
98 | 96 | }, |
... | ... | @@ -144,7 +142,6 @@ App({ |
144 | 142 | appId: appId, |
145 | 143 | com_id: "", |
146 | 144 | onshow_count: 0, |
147 | - refresh_complete: false, | |
148 | 145 | // baseUrl: "http://47.99.47.16:20000/", |
149 | 146 | // baseUrl: "http://47.96.75.229:20000/", |
150 | 147 | // baseUrl: "http://192.144.144.220:20000/", | ... | ... |
... | ... | @@ -740,9 +740,9 @@ Page({ |
740 | 740 | if (data.children_name && data.children_name.length) { |
741 | 741 | setData.children_name = data.children_name |
742 | 742 | } |
743 | - if (data.student_no && data.student_no.length) { | |
744 | - setData.children_student_no = data.student_no | |
745 | - } | |
743 | + // if (data.student_no && data.student_no.length) { | |
744 | + // setData.children_student_no = data.student_no | |
745 | + // } | |
746 | 746 | if (data.education_period && data.education_period.length) { |
747 | 747 | var childedudegreeData = this.data.childedudegreeData |
748 | 748 | childedudegreeData.selected = data.education_period |
... | ... | @@ -1289,10 +1289,10 @@ Page({ |
1289 | 1289 | this.showToast('请选择分配比例') |
1290 | 1290 | return |
1291 | 1291 | } |
1292 | - if (!formdata.children_student_no || formdata.children_student_no.length < 1) { | |
1293 | - this.showToast('请填写学籍号') | |
1294 | - return | |
1295 | - } | |
1292 | + // if (!formdata.children_student_no || formdata.children_student_no.length < 1) { | |
1293 | + // this.showToast('请填写学籍号') | |
1294 | + // return | |
1295 | + // } | |
1296 | 1296 | if (this.data.childedudegreeData.selected.length < 1) { |
1297 | 1297 | this.showToast('请选择教育阶段') |
1298 | 1298 | return | ... | ... |
... | ... | @@ -47,12 +47,12 @@ |
47 | 47 | <template is="picker_cell_normal" data="{{...childrenpercentData}}" /> |
48 | 48 | |
49 | 49 | <view class='divide_line_30'></view> |
50 | - <view style='height:90rpx'> | |
50 | + <!-- <view style='height:90rpx'> | |
51 | 51 | <text class='red_star_right_10'>*</text> |
52 | 52 | <text class='text_777_30 float_left'>子女学籍号</text> |
53 | 53 | <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入子女学籍号' name='children_student_no' value='{{children_student_no}}'></input> |
54 | 54 | </view> |
55 | - <view class='divide_line_30'></view> | |
55 | + <view class='divide_line_30'></view> --> | |
56 | 56 | |
57 | 57 | <template is="picker_cell_normal" data="{{...childedudegreeData}}" /> |
58 | 58 | <view class='divide_line_30'></view> | ... | ... |
请
注册
或
登录
后发表评论