|
|
@@ -1,32 +1,30 @@
|
|
|
<template>
|
|
|
- <template>
|
|
|
- <view class="phone-zjzgs-page">
|
|
|
+ <view class="phone-hetong-page">
|
|
|
<view class="icon-title-navBar-box">
|
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
<text class="nav-bar-title">合同</text>
|
|
|
</view>
|
|
|
|
|
|
<template v-if="tId">
|
|
|
+ <view class="pdf-box"> pdf展示 </view>
|
|
|
<!-- <web-view class="dljt-pdf-view" :src="pdfUrl1" v-if="show"
|
|
|
webview-styles="height: 50vh;margin-top: 75px"></web-view> -->
|
|
|
</template>
|
|
|
|
|
|
|
|
|
- <view @click="handleQianming" v-if="tId && info.status == 0">合同签名</view>
|
|
|
+ <button @click="handleQianming" v-if="tId && info.status == 0"
|
|
|
+ class="phone-green-btn ht-btn" type="default">我已阅读</button>
|
|
|
|
|
|
- <uni-popup ref="popupRef" type="bottom" background-color="#fff" :is-mask-click="false" :mask-click="false"
|
|
|
- style="height: 100vh">
|
|
|
- <view style="height: 100vh;">
|
|
|
- <view>
|
|
|
- <view @click="goback2" class="nav-bar-icon">
|
|
|
+ <uni-popup ref="popupRef" type="bottom" background-color="#fff" :is-mask-click="false" :mask-click="false">
|
|
|
+ <view class="ht-qm-popup">
|
|
|
+ <view class="icon-title-navBar-box">
|
|
|
+ <view @click="goback2" class="nav-bar-icon"></view>
|
|
|
<text class="nav-bar-title">签名</text>
|
|
|
</view>
|
|
|
<writeSign @getBase64="getBase64"></writeSign>
|
|
|
- </view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
</view>
|
|
|
- </template>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|