fixing bug 8.18 #228
@ -74,14 +74,15 @@ export default {
|
|||||||
height: 25rpx;
|
height: 25rpx;
|
||||||
padding: 2rpx 4rpx;
|
padding: 2rpx 4rpx;
|
||||||
margin: 0 6rpx;
|
margin: 0 6rpx;
|
||||||
color: #fff;
|
color: #000000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 25rpx;
|
line-height: 25rpx;
|
||||||
border-radius: 4rpx;
|
border-radius: 4rpx;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
background-color: #000;
|
background-color: #999999;
|
||||||
}
|
}
|
||||||
.mah {
|
.mah {
|
||||||
|
color: #999999;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<view class="info">
|
<view class="info">
|
||||||
<view class="name u-line-2">{{ goods.goods_name }}</view>
|
<view class="name u-line-2">{{ goods.goods_name }}</view>
|
||||||
<view class="cart-info">
|
<view class="cart-info">
|
||||||
<view class="price">¥{{ goods.goods_total }}</view>
|
<view class="price">¥{{ goods.goods_price }}</view>
|
||||||
<view>×{{ goods.goods_num }}</view>
|
<view>×{{ goods.goods_num }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -81,9 +81,13 @@ export default {
|
|||||||
// box-sizing: content-box;
|
// box-sizing: content-box;
|
||||||
width: 26rpx;
|
width: 26rpx;
|
||||||
// height: 25rpx;
|
// height: 25rpx;
|
||||||
background-color: #bfbfbf;
|
background-color: #BFBFBF;
|
||||||
margin: 0 10rpx;
|
margin: 0 10rpx;
|
||||||
padding: 2rpx;
|
padding: 2rpx;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
.mah {
|
||||||
|
color: #999999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -297,6 +297,7 @@ export default {
|
|||||||
return res;
|
return res;
|
||||||
},
|
},
|
||||||
submitImage() {
|
submitImage() {
|
||||||
|
console.log(this.debounce);
|
||||||
if(!this.debounce) return;
|
if(!this.debounce) return;
|
||||||
this.debounce = false;
|
this.debounce = false;
|
||||||
this.current == 0 ? this.$refs.platform.upload() : this.$refs.physical.upload();
|
this.current == 0 ? this.$refs.platform.upload() : this.$refs.physical.upload();
|
||||||
@ -383,11 +384,10 @@ export default {
|
|||||||
}
|
}
|
||||||
// console.log(params);
|
// console.log(params);
|
||||||
this.$u.api.sendLaundrySave(params).then(res => {
|
this.$u.api.sendLaundrySave(params).then(res => {
|
||||||
this.$u.toast(res.message);
|
// this.$u.toast(res.message);
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
type: 'success',
|
|
||||||
back: true,
|
back: true,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user