修改砍价逻辑

This commit is contained in:
Gaoxs
2020-09-27 16:34:52 +08:00
parent c5423fab2f
commit e380e64198
4 changed files with 34 additions and 15 deletions

View File

@ -109,6 +109,11 @@ export function wechat() {
})
.catch(error => {
console.log(error)
uni.showToast({
title: error,
icon: "none",
duration: 2000
});
reject()
});
})