提交 93210ecd200e515f0453768a0972cfe00424aa4a

作者 wangyu
1 个父辈 c9da569b

修复bug

@@ -52,7 +52,7 @@ Page({ @@ -52,7 +52,7 @@ Page({
52 "item": { 52 "item": {
53 "total_salary": that.parseToFloat(request_data.total_salary), //工资薪金, 53 "total_salary": that.parseToFloat(request_data.total_salary), //工资薪金,
54 "remuneration_labor": that.parseToFloat(request_data.setData), //劳务报酬, 54 "remuneration_labor": that.parseToFloat(request_data.setData), //劳务报酬,
55 - "author_payment": that.parseToFloat(request_data.remuneration_labor), //稿酬, 55 + "author_payment": that.parseToFloat(request_data.author_payment), //稿酬,
56 "special_manage_cost": that.parseToFloat(request_data.special_manage_cost), //特许经营权使用费, 56 "special_manage_cost": that.parseToFloat(request_data.special_manage_cost), //特许经营权使用费,
57 "other_free_income": that.parseToFloat(request_data.other_free_income), //其他免税收入, 57 "other_free_income": that.parseToFloat(request_data.other_free_income), //其他免税收入,
58 58
@@ -29,10 +29,6 @@ @@ -29,10 +29,6 @@
29 <text class="text_black6_32">特许经营权</text> 29 <text class="text_black6_32">特许经营权</text>
30 <text class="text_black6_32 float_right">{{incomeInfo.special_manage_cost}}</text> 30 <text class="text_black6_32 float_right">{{incomeInfo.special_manage_cost}}</text>
31 </view> 31 </view>
32 - <view>  
33 - <text class="text_black6_32">其他免税收入</text>  
34 - <text class="text_black6_32 float_right">{{incomeInfo.other_free_income}}</text>  
35 - </view>  
36 </view> 32 </view>
37 <!-- 免税收入 --> 33 <!-- 免税收入 -->
38 <view style="background:#fff;padding:30rpx;margin-top:20rpx"> 34 <view style="background:#fff;padding:30rpx;margin-top:20rpx">
注册登录 后发表评论