岗位推荐固定位置插入改为随机插入

This commit is contained in:
2025-11-28 17:22:05 +08:00
parent 51e67a8c8f
commit 9a5bffae85
5 changed files with 35 additions and 6 deletions

View File

@@ -24,8 +24,9 @@
<view class="list-title">{{ vItem.title }}</view>
<view class="list-item">
<view
class="item button-click"
class="item button-click "
:class="{
optional:machHasZph(item),
noOptional: !item.isThisMonth,
active: current.date === item.date && item.isThisMonth,
}"
@@ -79,6 +80,10 @@ onLoad((options) => {
}
});
function machHasZph(item) {
return true
}
function backParams() {
if (isValidDateString(current.value.date)) {
navBack({