|
@@ -4088,7 +4088,7 @@ function checkTagDisabled () {
|
|
// return toastFn('请登录', 3000)
|
|
// return toastFn('请登录', 3000)
|
|
}
|
|
}
|
|
if (r.error_code == 0) {
|
|
if (r.error_code == 0) {
|
|
- if (r.data && r.data.length) {
|
|
|
|
|
|
+ if (r.data && r.data.length > 0) {
|
|
r.data.forEach(function(v){
|
|
r.data.forEach(function(v){
|
|
v.flag = false
|
|
v.flag = false
|
|
})
|
|
})
|