MrShi
2024-04-12 fe7ac1ca4e17db22417d1d61c084a0ab9857b77f
wx/pages/policyDetails/policyDetails.vue
@@ -87,7 +87,7 @@
            </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">
         <!-- 保障中 -->
@@ -142,6 +142,8 @@
         </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>
@@ -375,7 +377,7 @@
                              this.error = ''
                              this.show1 = false
                              uni.navigateTo({
                                 url: `/pages/webView/webView?url=${encodeURIComponent(res.data)}`
                                 url: `/pages/webView/webView?url=${encodeURIComponent(data.data)}`
                              })
                           }
                        })