wangmingchuan321@qq.com 1 month ago
parent f71fe61c14
commit a59f1d971b
  1. 5
      pages/users/lanhu/lanhu_lijiyuding/index.vue

@ -193,6 +193,7 @@
}
tableYuDing(data).then(res => {
console.log(1111)
uni.showToast({
title: res.msg,
icon: 'none',
@ -200,8 +201,10 @@
});
}).catch(err => {
console.log(22222,err)
uni.showToast({
title: res.msg,
title: err,
icon: 'none',
duration:5000 // 5
});

Loading…
Cancel
Save