记得上下班打卡 | git大法好,push需谨慎

Commit 1fe4df79 authored by wangyifan's avatar wangyifan

Merge branch 'dev-wyf-1.5' into container-test

parents 34b59222 14e5e382
...@@ -766,7 +766,7 @@ ...@@ -766,7 +766,7 @@
const listContainer = $('#modal-artist-list'); const listContainer = $('#modal-artist-list');
if (!artists || artists.length === 0) { if (!artists || artists.length === 0) {
listContainer.html('<div class="modal-empty">暂无匹配艺人</div>'); listContainer.html('<div class="modal-empty">暂无该艺人信息,请联系运营人员添加</div>');
updateSelectedArtistsView(); updateSelectedArtistsView();
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment