修改111
This commit is contained in:
@@ -49,6 +49,7 @@ const request = (params) => {
|
||||
uni.hideLoading();
|
||||
uni.showModal({
|
||||
content: 'request:fail',
|
||||
confirmColor: '#fff',
|
||||
showCancel: false
|
||||
})
|
||||
reject('request:fail')
|
||||
@@ -56,6 +57,7 @@ const request = (params) => {
|
||||
uni.hideLoading();
|
||||
uni.showModal({
|
||||
content: `${res[1].data.message}`,
|
||||
confirmColor: '#fff',
|
||||
showCancel: false
|
||||
})
|
||||
reject(res[1].data.message)
|
||||
@@ -63,6 +65,7 @@ const request = (params) => {
|
||||
uni.hideLoading();
|
||||
uni.showModal({
|
||||
content: `${res[1].data.message}`,
|
||||
confirmColor: '#fff',
|
||||
showCancel: false
|
||||
})
|
||||
// store.dispatch('delUserInfo', '')
|
||||
@@ -79,6 +82,7 @@ const request = (params) => {
|
||||
uni.hideLoading();
|
||||
uni.showModal({
|
||||
content: `${res[1].data.message}`,
|
||||
confirmColor: '#fff',
|
||||
showCancel: false
|
||||
})
|
||||
reject(res[1].data.message)
|
||||
|
||||
Reference in New Issue
Block a user