@ -130,10 +130,8 @@
methods: {
getConfirmOrder() {
this.$http(this.API.API_COFIRMORDER_DETAILS, {goods_id: this.goods_id,goods_specs_id: this.goods_specs_id}).then(res => {
if(res.code == 0) {
this.orderDetails = res.data
this.skeletonLoading = false
}
})
},
reduce() {