|
|
@@ -401,7 +401,7 @@ define(['app/app'], function(app) {
|
|
|
*/
|
|
|
var updateFare = function (ruleList, price) {
|
|
|
if(ruleList == null || ruleList.length < 1) {
|
|
|
- toaster.pop('warning', '提示', "配送规则缺失,请联系卖家设置相应的配送规则");
|
|
|
+ // toaster.pop('warning', '提示', "配送规则缺失,请联系卖家设置相应的配送规则");
|
|
|
return 0;
|
|
|
}
|
|
|
return DistributionRule.findFareOfRule({price:price}, ruleList, function (data) {
|