@ -323,7 +323,7 @@
},
buy() {
let that = this;
if(this.goodsData[0].stockCount == 0){
if(this.goodsData[0].stockCount == 0 && this.goodsData[0].couponSource !=4){
uni.showToast({
title: '库存不足',
icon: "none"