From 5d3ed12a593020ec7fd9b5af50991f68b191e649 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期一, 07 四月 2025 17:17:20 +0800
Subject: [PATCH] 调整参数
---
pages/home/home.js | 10 +++++-----
api/config.js | 4 ++--
pages/createIrrigation/createIrrigation.wxml | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/api/config.js b/api/config.js
index cbdd7ae..9cffc53 100644
--- a/api/config.js
+++ b/api/config.js
@@ -4,10 +4,10 @@
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/'
}
// 灏濊瘯浠庢湰鍦板瓨鍌ㄨ幏鍙栧凡閫夋嫨鐨勯」鐩�
diff --git a/pages/createIrrigation/createIrrigation.wxml b/pages/createIrrigation/createIrrigation.wxml
index f220fd1..8a1aac5 100644
--- a/pages/createIrrigation/createIrrigation.wxml
+++ b/pages/createIrrigation/createIrrigation.wxml
@@ -65,7 +65,7 @@
<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
diff --git a/pages/home/home.js b/pages/home/home.js
index 773340d..dd86186 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -633,11 +633,11 @@
}
} else {
// 鍏朵粬閿欒锛屾樉绀洪敊璇俊鎭�
- wx.showToast({
- title: err.msg || '鑾峰彇鐢ㄦ埛淇℃伅澶辫触',
- icon: 'none',
- duration: 3000
- });
+ // wx.showToast({
+ // title: err.msg || '鑾峰彇鐢ㄦ埛淇℃伅澶辫触',
+ // icon: 'none',
+ // duration: 3000
+ // });
}
});
},
--
Gitblit v1.8.0