no message

This commit is contained in:
2025-08-13 11:30:43 +08:00
parent 56742f9c8f
commit 2aeeb3a02d
+2 -2
View File
@@ -3,7 +3,7 @@
<TopSafe></TopSafe> <TopSafe></TopSafe>
<Header title="我的合同" /> <Header title="我的合同" />
<view class="contract-view"> <view class="contract-view">
<ContractItem :type="type" <ContractItem :type="obj && obj.state"
:text="obj && obj.signatureName" :text="obj && obj.signatureName"
:time="obj && obj.time" :time="obj && obj.time"
class="mt-24" @click="onBtn"></ContractItem> class="mt-24" @click="onBtn"></ContractItem>
@@ -34,7 +34,7 @@ export default {
}, },
methods: { methods: {
init(){ init(){
this.isSignContract() // this.isSignContract()
this.getSignContract() this.getSignContract()
}, },
isSignContract(){ isSignContract(){