@@ -134,7 +134,7 @@ export default {
return
}
if (this.isNoPrice(g)) {
- this.$msg('暂无价格,请向商家询价')
+ this.$msg('请向商家咨询价格')
if (!(Number(g.price) > 0)) {
@@ -494,7 +494,7 @@ export default {
const price = Number(saleGoods.price != null ? saleGoods.price : goods.price);
// 无价格类型(priceType=0):不能加购,引导向商家询价
if (Number(goods.priceType) === 0) {
- this.$msg('暂无价格,请向商家询价');
+ this.$msg('请向商家咨询价格');
return null;
// 有价格类型且价格为0时,提示商品还没有价格
@@ -187,7 +187,7 @@ export default {
const sale = spec || this.info;
// 无价格商品不能加购/购买,引导询价
if (Number(sale.priceType) === 0) {
if (Number(sale.price) <= 0) {
@@ -579,7 +579,7 @@ export default {
if (this.isNoPrice(item)) {
if (!(Number(item.price) > 0)) {
@@ -235,7 +235,7 @@ export default {
@@ -849,7 +849,7 @@ export default {
if (Number(item.priceType) === 0) {
if (Number(item.priceType) !== 1 || !(Number(item.price) > 0)) {