Jelajahi Sumber

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

zhongtianhaoyuan 3 tahun lalu
induk
melakukan
3857ddc9dd
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      pages/attestation/indexTwo.vue

+ 4 - 4
pages/attestation/indexTwo.vue

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