no message
This commit is contained in:
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user