* Fix sort story list error.

This commit is contained in:
holan20180123
2021-04-02 16:54:53 +08:00
parent 5a92a2b063
commit fa6076a51e
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1003,7 +1003,7 @@ class commonModel extends model
$className = 'header';
}
$link = helper::createLink($module, $method, sprintf($vars, $orderBy));
echo $isMobile ? html::a($link, $label, '', "class='$className'") : html::a($link, $label, '', "class='$className'");
echo $isMobile ? html::a($link, $label, '', "class='$className' data-app={$app->openApp}") : html::a($link, $label, '', "class='$className' data-app={$app->openApp}");
}
/**