Browse Source

修改接口

master
风继续吹 1 year ago
parent
commit
2451694d8e
2 changed files with 3 additions and 10 deletions
  1. +0
    -1
      src/pages/my/contact_check.vue
  2. +3
    -9
      src/pages/my/dingjin_check.vue

+ 0
- 1
src/pages/my/contact_check.vue View File

@@ -94,7 +94,6 @@
},
// 定金合同详情
djContract(id) {

wx.navigateTo({
url: '/pages/my/contact_check_page?id=' + id
})


+ 3
- 9
src/pages/my/dingjin_check.vue View File

@@ -90,15 +90,9 @@
},
methods: {
// 定金合同详情
djContract(id){
// 审批状态0未审核 1通过 2 拒绝
this.$u.api.djContract({body:{contractId:id}}).then((res)=>{
// console.log(res)
if(res.ErrNo=='0000'){
wx.navigateTo({
url: '/pages/my/contact_check_page?src='+res.result
})
}
djContract(id) {
wx.navigateTo({
url: '/pages/my/contact_check_page?id=' + id
})
},
getList(){


Loading…
Cancel
Save