|
@@ -2586,7 +2586,9 @@ define(['app/app', 'jquery-uploadify'], function(app) {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
if (index === 0) {
|
|
if (index === 0) {
|
|
|
- if (Number(prices[index].rMBPrice) > 0) {
|
|
|
|
|
|
|
+ if (Number(prices[index].rMBPrice) > 0 && $scope.store.enType !== 'HK') {
|
|
|
|
|
+ $scope.productUpOff.goods.autoPublish = true
|
|
|
|
|
+ } else if (Number(prices[index].uSDPrice) > 0) {
|
|
|
$scope.productUpOff.goods.autoPublish = true
|
|
$scope.productUpOff.goods.autoPublish = true
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|