| | |
| | | const PROJECT_URLS = { |
| | | JYG: 'https://irrigate.dayuyanjiuyuan.top/', // 嘉峪关项目 |
| | | MQ: 'https://shifanqu1.dayuyanjiuyuan.top/', // 民勤项目 |
| | | // TEST:'https://no253541tf71.vicp.fun/'// test项目 |
| | | TEST:'https://no253541tf71.vicp.fun/'// test项目 |
| | | // TEST:'http://192.168.40.182:8087/'// test项目 |
| | | // MQ: 'https://no253541tf71.vicp.fun/' // 民勤项目 |
| | | TEST: 'http://192.168.40.166:54321/' |
| | | // TEST: 'http://192.168.40.166:54321/' |
| | | } |
| | | |
| | | // 尝试从本地存储获取已选择的项目 |
| | |
| | | <block wx:for="{{selectedProject.groups}}" wx:key="id" wx:for-item="group" wx:for-index="groupIndex"> |
| | | <view class="group-item {{group.selected ? 'selected' : ''}}" bindtap="navigateToGroupDetail" data-group-index="{{groupIndex}}"> |
| | | <view class="group-info"> |
| | | <view class="group-name">{{group.name || '未命名轮灌组'}}({{group.intakeCount}}个取水口)</view> |
| | | <view class="group-name">{{group.name || '未命名轮灌组'}} (共{{group.intakeCount}}个取水口)</view> |
| | | </view> |
| | | <view class="group-duration"> |
| | | <input |
| | |
| | | } |
| | | } else { |
| | | // 其他错误,显示错误信息 |
| | | wx.showToast({ |
| | | title: err.msg || '获取用户信息失败', |
| | | icon: 'none', |
| | | duration: 3000 |
| | | }); |
| | | // wx.showToast({ |
| | | // title: err.msg || '获取用户信息失败', |
| | | // icon: 'none', |
| | | // duration: 3000 |
| | | // }); |
| | | } |
| | | }); |
| | | }, |