ccj 1 year ago
parent
commit
4ca3a1830d
2 changed files with 6 additions and 6 deletions
  1. 2 2
      manifest.json
  2. 4 4
      pages/task/audit/charge_against_revenue.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
     "description" : "易粮易运——为天下粮食人服务的App",
-    "versionName" : "2.1.177",
-    "versionCode" : 21177,
+    "versionName" : "2.1.184",
+    "versionCode" : 21184,
     "transformPx" : false,
     /* SDK配置 */
     "quickapp" : {},

+ 4 - 4
pages/task/audit/charge_against_revenue.vue

@@ -569,10 +569,10 @@
 							this.$api.doRequest('post', '/expenseInfo/editCollectionStatus',
 								that.detialData).then(res1 => {
 								if (res1.data.code == 200) {
-									that.$api.msg('任务状态切换成功!')
-									setTimeout(function() {
-										uni.navigateBack();
-									}, 2000);
+									// that.$api.msg('任务状态切换成功!')
+									// setTimeout(function() {
+									// 	uni.navigateBack();
+									// }, 2000);
 								}
 							})
 						}