no message
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<TopSafe></TopSafe>
|
||||
<Header title="我的合同" />
|
||||
<view class="contract-view">
|
||||
<ContractItem :type="type"
|
||||
<ContractItem :type="obj && obj.state"
|
||||
:text="obj && obj.signatureName"
|
||||
:time="obj && obj.time"
|
||||
class="mt-24" @click="onBtn"></ContractItem>
|
||||
@@ -34,7 +34,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
init(){
|
||||
this.isSignContract()
|
||||
// this.isSignContract()
|
||||
this.getSignContract()
|
||||
},
|
||||
isSignContract(){
|
||||
|
||||
Reference in New Issue
Block a user