|
@@ -190,6 +190,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
open(item) {
|
|
open(item) {
|
|
|
|
+ console.log(item.id)
|
|
this.id = item.id
|
|
this.id = item.id
|
|
this.pricestatus = !this.pricestatus
|
|
this.pricestatus = !this.pricestatus
|
|
},
|
|
},
|
|
@@ -242,7 +243,7 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
amendprice(item) {
|
|
amendprice(item) {
|
|
- this.identityAuthenticationInfo.id = item.id
|
|
|
|
|
|
+ this.identityAuthenticationInfo.id = this.id
|
|
this.identityAuthenticationInfo.customerPhone = this.price
|
|
this.identityAuthenticationInfo.customerPhone = this.price
|
|
var that = this
|
|
var that = this
|
|
this.$api.doRequest('get', '/commonUser/loginVerifyCode', {
|
|
this.$api.doRequest('get', '/commonUser/loginVerifyCode', {
|
|
@@ -269,9 +270,8 @@
|
|
icon: 'none',
|
|
icon: 'none',
|
|
duration: 2000
|
|
duration: 2000
|
|
})
|
|
})
|
|
- uni.navigateTo({
|
|
|
|
- url: `/pages/attestation/indexTwo`,
|
|
|
|
- })
|
|
|
|
|
|
+ that.pricestatusTwo = false
|
|
|
|
+ that.getList()
|
|
}).catch(res => {
|
|
}).catch(res => {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: res.data.message,
|
|
title: res.data.message,
|