diff --git a/pages/Consignment/Consignment.vue b/pages/Consignment/Consignment.vue
index bfc2481..284a02e 100644
--- a/pages/Consignment/Consignment.vue
+++ b/pages/Consignment/Consignment.vue
@@ -23,13 +23,13 @@
* 最终解释权在法律允许范围内归平台所有
-
+
请输入交易密码
-
-
+
+
- 确认
+ 确认
@@ -66,7 +66,8 @@
price:'',
mimatanchuang:2,
password:'',
- newpassword:''
+ newpassword:'',
+ pass:''
})
criticismmydetails({
id: props.id
@@ -80,11 +81,18 @@
return
}
fangdou=true
+ if(details.pass==''){
+ uni.showToast({
+ title:'密码不能为空',
+ icon:'none'
+ })
+ return
+ }
secondHandAreaallowtrade({
price:details.price,
muColl:details.list.id,
wjInformationId:details.list.informationTableId,
- transactionPassword:''
+ transactionPassword:details.pass
}).then(res=>{
console.log(res);
if(res.code==200){
@@ -191,9 +199,15 @@
}
>view:nth-of-type(2){
position: relative;
+ background-color: #353947;
+ padding: 20upx 30upx;
+ box-sizing: border-box;
+ border-radius: 50upx;
+ width: 500upx;
>input{
width: 100%;
height: 100%;
+ flex: 1;
}
}
>view:nth-of-type(3){