Skip to content

Commit

Permalink
fix:教材查询添加搜索条件
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-a-pple committed Jul 23, 2024
1 parent 5ca7161 commit b4d42e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miniprogram/pages/sydw/tgjsjccx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Page({
}
if (!_this.data.dwValue) {
wx.showToast({
title: '请输入单位',
title: '请输入学段',
icon: 'error'
})
return
Expand Down
2 changes: 1 addition & 1 deletion miniprogram/pages/sydw/tgjsjccx/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</view>

<view class='offcn_item' wx:if="{{gwList.length > 0}}">
<select-search options='{{gwList}}' icon="icon-home" text="岗位" type="gw" bind:m_selectSearch_touch="m_select_touch"></select-search>
<select-search options='{{gwList}}' icon="icon-home" text="学科" type="gw" bind:m_selectSearch_touch="m_select_touch"></select-search>
</view>


Expand Down

0 comments on commit b4d42e2

Please sign in to comment.