This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
corala
/
apartment8090
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改接口
master
风继续吹
1 year ago
parent
ed1c913794
commit
2451694d8e
2 changed files
with
3 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/pages/my/contact_check.vue
+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(){
Write
Preview
Loading…
Cancel
Save