This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
liumin
/
NewZkgj
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
新增删除接待提示框
yun
douzhuo
пре 2 година
родитељ
a93118519f
комит
06405ca0e1
1 измењених фајлова
са
17 додато
и
9 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-9
pages/index/customer.vue
+ 17
- 9
pages/index/customer.vue
Прегледај датотеку
@@ -135,16 +135,24 @@
methods: {
// 删除接待
deleteReception(data) {
this.$u.get(`/customer/delete?id=${data.id}`).then(res => {
if (!res) {
this.init()
uni.showModal({
content: `确认删除“${data.name}”接待吗?`,
cancelColor: "#999999",
success: res => {
if (res.confirm) {
this.$u.get(`/customer/delete?id=${data.id}`).then(res => {
if (!res) {
this.init()
}
}).catch(e => {
console.log(e)
uni.showToast({
title: '网络异常,请稍后重试~',
icon: 'none'
});
})
}
}
}).catch(e => {
console.log(e)
uni.showToast({
title: '网络异常,请稍后重试~',
icon: 'none'
});
})
},
// 获取未读消息数量
Write
Preview
Loading…
Откажи
Сачувај