@@ -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" : {},
@@ -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);
}
})