|
|
@@ -28,7 +28,7 @@ class ShopYeChangeController extends BaseController
|
|
|
if ($tx == dict::getDict('yeTx', 'can')) {
|
|
|
$respond['list'][$key]['balance'] = '-';
|
|
|
} else {
|
|
|
- $respond['list'][$key]['txBalance'] = '';
|
|
|
+ $respond['list'][$key]['txBalance'] = '-';
|
|
|
}
|
|
|
}
|
|
|
}
|