|
|
@@ -361,7 +361,7 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
|
|
|
// $scope.goods = data;
|
|
|
// clearSeekStatus();
|
|
|
// initFragments();
|
|
|
- // seek.$status = status;
|
|
|
+ // s seek.$status = status;
|
|
|
// });
|
|
|
// } else if (status == 0) { // 收起
|
|
|
// seek.$status = status;
|
|
|
@@ -371,7 +371,10 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
|
|
|
// }
|
|
|
$scope.setSeekStatus = function (seek, status, isDisabled) {
|
|
|
if (isDisabled) {
|
|
|
- seek.$status = status;
|
|
|
+ // seek.$status = status;
|
|
|
+ if (status === 0) {
|
|
|
+ seek.$status = status;
|
|
|
+ }
|
|
|
return;
|
|
|
}
|
|
|
if (seek.id != $scope.currentSeek.id) {
|