Commit bace0fb89c97e6984f137c16dd035c40f97ae893

Authored by yvan.ni
1 parent 228657ad

提示语的优化

packageC/pages/presell/goodsInfo/goodsInfo.js
@@ -1457,7 +1457,7 @@ Page({ @@ -1457,7 +1457,7 @@ Page({
1457 } 1457 }
1458 1458
1459 if(!this.data.pre_arr){ 1459 if(!this.data.pre_arr){
1460 - ut.m_toast('您未达到活动条件,不能购买此活动商品商品'); 1460 + ut.m_toast('您未达到活动条件,不能购买此活动商品');
1461 return false; 1461 return false;
1462 } 1462 }
1463 1463
@@ -1518,8 +1518,6 @@ Page({ @@ -1518,8 +1518,6 @@ Page({
1518 } 1518 }
1519 }, 1519 },
1520 1520
1521 -  
1522 -  
1523 //----获取线下价格------- 1521 //----获取线下价格-------
1524 get_off_price() { 1522 get_off_price() {
1525 var th = this; 1523 var th = this;