提交 1f3ae0e6a8dae792439455c31dac5f7ba0b264bc

作者 pangy
1 个父辈 85490d9e

导航

@@ -515,7 +515,7 @@ Page({ @@ -515,7 +515,7 @@ Page({
515 reduce_typeData.selected = '年度' 515 reduce_typeData.selected = '年度'
516 } 516 }
517 } 517 }
518 - var title = '添加' + AddTypeNames[nameKey] 518 + var title = AddTypeNames[nameKey]
519 519
520 this.setData({ 520 this.setData({
521 title: title, 521 title: title,
1 -{}  
  1 +{
  2 + "navigationBarTextStyle": "black",
  3 + "navigationBarBackgroundColor": "#FFFFFF"
  4 +}
1 { 1 {
2 - "navigationBarTitleText": "预扣预缴详情" 2 + "navigationBarTitleText": "预扣预缴详情",
  3 + "navigationBarTextStyle": "black",
  4 + "navigationBarBackgroundColor": "#FFFFFF"
3 } 5 }
1 { 1 {
2 - "navigationBarTitleText": "家庭成员基本信息" 2 + "navigationBarTitleText": "家庭成员基本信息",
  3 + "navigationBarTextStyle": "black",
  4 + "navigationBarBackgroundColor": "#FFFFFF"
3 } 5 }
1 { 1 {
2 - "navigationBarTitleText": "纳税人基本信息" 2 + "navigationBarTitleText": "纳税人基本信息",
  3 + "navigationBarTextStyle": "black",
  4 + "navigationBarBackgroundColor": "#FFFFFF"
3 } 5 }
注册登录 后发表评论