Commit f0458bbb authored by 潘永坪's avatar 潘永坪

bug处理

parent 604d78ca
...@@ -115,7 +115,7 @@ export default { ...@@ -115,7 +115,7 @@ export default {
} }
//中等按钮 //中等按钮
.middle-btn{ .middle-btn{
background:linear-gradient(132deg, #ED400C 0%, #FB862C 100%); background:#3688FF;
display: inline-block; display: inline-block;
color: #FFFFFF; color: #FFFFFF;
width: 180rpx; width: 180rpx;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<view style="flex: 1;overflow-y: scroll;"> <view style="flex: 1;overflow-y: scroll;">
<view class="middle"> <view class="middle">
<view class="middle-list" v-for="(item,a) of buyKnowData.productTitleData" :key="a"> <view class="middle-list" v-for="(item,a) of buyKnowData.productTitleResVos||buyKnowData.productTitleData" :key="a">
<view class="middle-title"> <view class="middle-title">
{{item.title}} {{item.title}}
</view> </view>
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
¥ <text>{{buyKnowData.sellingPrice}}</text> ¥ <text>{{buyKnowData.sellingPrice}}</text>
</text> </text>
<view class="bottom-right"> <view class="bottom-right">
<text class="middle-btn" @click="showPop=false"> <text class="btn" @click="showPop=false">
去预订 确定
</text> </text>
</view> </view>
</view> </view>
......
...@@ -145,8 +145,7 @@ export default { ...@@ -145,8 +145,7 @@ export default {
font-size: 32rpx; font-size: 32rpx;
} }
.btn{ .btn{
padding: 16rpx 48rpx;
border-radius: 20rpx;
font-size: 32rpx; font-size: 32rpx;
width: 200rpx;
} }
</style> </style>
...@@ -122,10 +122,7 @@ export default { ...@@ -122,10 +122,7 @@ export default {
this.credentialNumber = '' this.credentialNumber = ''
this.phone='' this.phone=''
} }
if(this.reviseContactId){ this.showEdit = false
//修改的时候
this.showEdit = false
}
} else { } else {
uni.showToast({ uni.showToast({
title:res.message, title:res.message,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment