修改砍价逻辑
This commit is contained in:
@ -109,6 +109,11 @@ export function wechat() {
|
||||
})
|
||||
.catch(error => {
|
||||
console.log(error)
|
||||
uni.showToast({
|
||||
title: error,
|
||||
icon: "none",
|
||||
duration: 2000
|
||||
});
|
||||
reject()
|
||||
});
|
||||
})
|
||||
|
Reference in New Issue
Block a user