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 12, 2024
1 parent 0d234da commit c84726a
Show file tree
Hide file tree
Showing 6 changed files with 656 additions and 3 deletions.
2 changes: 1 addition & 1 deletion miniprogram/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pages/subscribe/2023/sydw/bs/index",
"pages/sydw/lnbmrs/index",
"pages/sydw/tgjsmb/index",

"pages/sydw/tgjsjccx/index",
"pages/sydw/lngwjzb-jls/index",
"pages/sydw/lngwjzb-jlsjs/index",
"pages/sydw/2023/subscribe/index",
Expand Down
3 changes: 1 addition & 2 deletions miniprogram/pages/sydw/lnbmrs/index.wxml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!--pages/wdxt/lnfs-cc/index.wxml-->

<view style=" background:{{backgroundColor}};min-height: 100vh;">
<view class="tit">{{title}}</view>
<view class="tit">{{title}}</view>
<image mode="widthFix" src="{{imageUrl}}" class="banner_bk w100"></image>
<view class="container">
<view class="select_wrap">


<view class='offcn_item' wx:if="{{dwList.length > 0}}">
<select-search options='{{dwList}}' icon="icon-icon1" text="单位" type="dw" bind:m_selectSearch_touch="m_select_touch"></select-search>
</view>
Expand Down
Loading

0 comments on commit c84726a

Please sign in to comment.