|
|
@@ -1674,7 +1674,7 @@ define(['app/app'], function (app) {
|
|
|
return ;
|
|
|
}
|
|
|
Purchase.sellerCancelOrder({purchaseId : purchaseid, reason : $scope.purchase.reason}, null, function () {
|
|
|
- toaster.pop('success','操作成功,等待卖家确认');
|
|
|
+ toaster.pop('success','操作成功,等待买家确认');
|
|
|
$modalInstance.close();
|
|
|
// $scope.reloadRoute();
|
|
|
}, function (res) {
|