Skip to content

Commit

Permalink
17斋接入电费查询
Browse files Browse the repository at this point in the history
  • Loading branch information
Airmole committed Jun 13, 2023
1 parent 298effb commit 9ca65ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shellbox",
"version": "3.4.1",
"description": "修复音像室反映页面分享时标题日期错误的问题",
"version": "3.4.2",
"description": "电费查询追加17斋绑定选项",
"author": "Airmole"
}
4 changes: 2 additions & 2 deletions pages/elesys/bind.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ var app = getApp()
var domain = app.globalData.domain
Page({
data: {
array: ["选择宿舍楼斋", "3斋", "4斋", "5斋", "6斋", "7斋", "9斋", "10斋", "11斋", "12斋", "13斋", "14斋", "15斋", "16斋", "18斋", "19斋", "20斋", "21斋", "22斋", "23斋", "24斋", "25斋", "26斋", "27斋", "28斋", "29斋", "30斋", "31斋", "32斋", "33斋", "34斋", "35斋", "36斋", "39斋", "40斋", "41斋", "42斋"],
zhaiArray: ["0", "3", "4", "5", "6", "7", "9", "10", "11", "12", "13", "14", "15", "16", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "39", "40", "41", "42"],
array: ["选择宿舍楼斋", "3斋", "4斋", "5斋", "6斋", "7斋", "9斋", "10斋", "11斋", "12斋", "13斋", "14斋", "15斋", "16斋", "17斋", "18斋", "19斋", "20斋", "21斋", "22斋", "23斋", "24斋", "25斋", "26斋", "27斋", "28斋", "29斋", "30斋", "31斋", "32斋", "33斋", "34斋", "35斋", "36斋", "39斋", "40斋", "41斋", "42斋"],
zhaiArray: ["0", "3", "4", "5", "6", "7", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "39", "40", "41", "42"],
index: 0,
remind: '加载中',
building_focus: false,
Expand Down
3 changes: 2 additions & 1 deletion project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true
"ignoreUploadUnusedFiles": true,
"condition": false
},
"compileType": "miniprogram",
"libVersion": "2.15.0",
Expand Down

0 comments on commit 9ca65ec

Please sign in to comment.