fixing bug 8.18

This commit is contained in:
ghusermoon 2020-08-18 08:52:47 +08:00
parent 2a180ba05f
commit a702558eac
4 changed files with 11 additions and 6 deletions

View File

@ -74,14 +74,15 @@ export default {
height: 25rpx;
padding: 2rpx 4rpx;
margin: 0 6rpx;
color: #fff;
color: #000000;
text-align: center;
line-height: 25rpx;
border-radius: 4rpx;
box-sizing: content-box;
background-color: #000;
background-color: #999999;
}
.mah {
color: #999999;
vertical-align: text-top;
}
}

View File

@ -26,7 +26,7 @@
<view class="info">
<view class="name u-line-2">{{ goods.goods_name }}</view>
<view class="cart-info">
<view class="price">{{ goods.goods_total }}</view>
<view class="price">{{ goods.goods_price }}</view>
<view>×{{ goods.goods_num }}</view>
</view>
</view>

View File

@ -81,9 +81,13 @@ export default {
// box-sizing: content-box;
width: 26rpx;
// height: 25rpx;
background-color: #bfbfbf;
background-color: #BFBFBF;
margin: 0 10rpx;
padding: 2rpx;
color: #000000;
}
.mah {
color: #999999;
}
}
}

View File

@ -297,6 +297,7 @@ export default {
return res;
},
submitImage() {
console.log(this.debounce);
if(!this.debounce) return;
this.debounce = false;
this.current == 0 ? this.$refs.platform.upload() : this.$refs.physical.upload();
@ -383,11 +384,10 @@ export default {
}
// console.log(params);
this.$u.api.sendLaundrySave(params).then(res => {
this.$u.toast(res.message);
// this.$u.toast(res.message);
if(res.errCode == 0) {
this.$refs.uToast.show({
title: res.message,
type: 'success',
back: true,
})
} else {