提交 c3c1c9edbb0f1e11ce903ef2d0fe33317c4f1f92

作者 pangy
1 个父辈 de349f22

@@ -4,9 +4,7 @@ var app = getApp(); @@ -4,9 +4,7 @@ var app = getApp();
4 var baseUrl = app.globalData.baseUrl; 4 var baseUrl = app.globalData.baseUrl;
5 Page({ 5 Page({
6 idcard_belong:null,//照片信息获取返回时判断所属 6 idcard_belong:null,//照片信息获取返回时判断所属
7 - /**  
8 - * Page initial data  
9 - */ 7 + legal_entity_id: "",
10 data: { 8 data: {
11 deduction_amount:'', 9 deduction_amount:'',
12 lable: 0, 10 lable: 0,
@@ -322,6 +320,7 @@ Page({ @@ -322,6 +320,7 @@ Page({
322 wx.setNavigationBarTitle({ 320 wx.setNavigationBarTitle({
323 title: this.data.title, 321 title: this.data.title,
324 }) 322 })
  323 + this.legal_entity_id = options.legal_entity_id
325 var reduce_typeData = this.data.reducetypeData 324 var reduce_typeData = this.data.reducetypeData
326 var deduction_amount = 1200 325 var deduction_amount = 1200
327 reduce_typeData.selected = '月度扣除' 326 reduce_typeData.selected = '月度扣除'
@@ -332,7 +331,6 @@ Page({ @@ -332,7 +331,6 @@ Page({
332 deduction_amount: deduction_amount 331 deduction_amount: deduction_amount
333 }) 332 })
334 333
335 -  
336 this.initOSS() 334 this.initOSS()
337 }, 335 },
338 336
注册登录 后发表评论