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

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

Loading…
Cancel
Save