提交 59690650a5249a2918523ef2f8e08a51ffbcd2bd

作者 wangyu
1 个父辈 b5ce880d

优化

@@ -149,8 +149,8 @@ App({ @@ -149,8 +149,8 @@ App({
149 // baseUrl: "http://192.144.144.220:20000/", 149 // baseUrl: "http://192.144.144.220:20000/",
150 // baseUrl: "http://154.8.229.55:20000/", 150 // baseUrl: "http://154.8.229.55:20000/",
151 // baseUrl: "http://47.110.250.177:20000/", 151 // baseUrl: "http://47.110.250.177:20000/",
152 - baseUrl: "http://47.110.158.110:20000/",  
153 - // baseUrl: "https://api.workai.com.cn/", 152 + // baseUrl: "http://47.110.158.110:20000/",
  153 + baseUrl: "https://api.workai.com.cn/",
154 OSSUrl: "", //"https://oss.workai.com.cn/", 154 OSSUrl: "", //"https://oss.workai.com.cn/",
155 userInfo: null, 155 userInfo: null,
156 hostInfo:null, 156 hostInfo:null,
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image> 36 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
37 </view> 37 </view>
38 38
39 - <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='goFinalPayment'> 39 + <!-- <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='goFinalPayment'>
40 <image class="icon_wrap" src="/images/final_payment.png"></image> 40 <image class="icon_wrap" src="/images/final_payment.png"></image>
41 <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view> 41 <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
42 <view style='display:flex;flex-direction: column;width:440rpx;margin-left:30rpx;align-self:center;'> 42 <view style='display:flex;flex-direction: column;width:440rpx;margin-left:30rpx;align-self:center;'>
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
44 <text style='font-size:28rpx;color: #999;margin-top:6rpx'>查看个人年度税收信息,年度汇算清缴</text> 44 <text style='font-size:28rpx;color: #999;margin-top:6rpx'>查看个人年度税收信息,年度汇算清缴</text>
45 </view> 45 </view>
46 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image> 46 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
47 - </view> 47 + </view> -->
48 48
49 <!-- <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='gotaxCalculate'> 49 <!-- <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='gotaxCalculate'>
50 <image class="icon_wrap" src="/images/tax_calculate.png"></image> 50 <image class="icon_wrap" src="/images/tax_calculate.png"></image>
注册登录 后发表评论