| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 100rpx);" v-if="[2,0,7,1,4,22,25,26].includes(info.statusCollect)"></view> |
| | | <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 100rpx);" v-if="[2,0,7,1,4,22,25,26,27,28].includes(info.statusCollect)"></view> |
| | | <!-- 直保 --> |
| | | <template v-if="info.solutionType === 0"> |
| | | <!-- 保障中 --> |
| | |
| | | </view> |
| | | <!-- 保障中 --> |
| | | <view class="details_footer" v-if="info.statusCollect === 27"> |
| | | <u-button type="primary" shape="circle" color="#437CB3" text="查看投保单" @click="seePdf(info.toubaodanSignedFile ? info.toubaodanSignedFile.fileurlFull : info.toubaodanFile.fileurlFull)"></u-button> |
| | | <view style="width: 44rpx; height: 50rpx;"></view> |
| | | <u-button type="primary" shape="circle" color="#437CB3" text="查看保险单" @click="seePdf(info.baoxiandanFile.fileurlFull)"></u-button> |
| | | </view> |
| | | </template> |
| | |
| | | this.error = '' |
| | | this.show1 = false |
| | | uni.navigateTo({ |
| | | url: `/pages/webView/webView?url=${encodeURIComponent(res.data)}` |
| | | url: `/pages/webView/webView?url=${encodeURIComponent(data.data)}` |
| | | }) |
| | | } |
| | | }) |