@@ -2586,7 +2586,9 @@ define(['app/app', 'jquery-uploadify'], function(app) {
return;
}
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