|
|
@@ -11,7 +11,9 @@
|
|
|
webview-styles="height: 50vh;margin-top: 75px"></web-view> -->
|
|
|
</template>
|
|
|
|
|
|
-
|
|
|
+ <view class="hetong-tip-box" 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>
|
|
|
|