提交 c3c1c9edbb0f1e11ce903ef2d0fe33317c4f1f92

作者 pangy
1 个父辈 de349f22

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