|
@@ -1678,7 +1678,7 @@ function hasNoData() {
|
|
//
|
|
//
|
|
function appendList(content) {
|
|
function appendList(content) {
|
|
content.children(".tslist").on("click", function (event) {
|
|
content.children(".tslist").on("click", function (event) {
|
|
- if (!window.userNewType&&!(vm.rootInfo.vipStatus>0||vm.rootInfo.memberStatus>0)) {
|
|
|
|
|
|
+ if (!window.userNewType&&!(vm.rootInfo.vipStatus>0||vm.rootInfo.memberStatus>0||myInfo.userType == 'entniche')) {
|
|
$('#tipsType').show()
|
|
$('#tipsType').show()
|
|
} else {
|
|
} else {
|
|
$('#tipsType').hide()
|
|
$('#tipsType').hide()
|