zhangsiyu 3 years ago
parent
commit
4e90963b31
  1. 26
      pages/Consignment/Consignment.vue

26
pages/Consignment/Consignment.vue

@ -23,13 +23,13 @@
<view style="margin-top:55upx ;">* 最终解释权在法律允许范围内归平台所有</view>
</view>
<view class="shurujymm" v-if="mimatanchuang==2">
<view @click="jishou">
<view>
<view>请输入交易密码</view>
<view>
<view></view>
<input />
<!-- <view></view> -->
<input v-model="pass" placeholder="请输入密码" password="true"/>
</view>
<view>确认</view>
<view @click="jishou">确认</view>
</view>
</view>
<view class="zhezhao" @click="setzhuangtai(0)" v-if="mimatanchuang==1">
@ -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){

Loading…
Cancel
Save