xiaozy #12

Merged
xiaozhiyong merged 9 commits from xiaozy into master 2023-09-27 14:16:18 +08:00
Showing only changes of commit ec8982948f - Show all commits

View File

@@ -880,6 +880,13 @@
if (result.qrcodeText) {
let accountResult = await accountApi.getUserAccount()
if (accountResult.data.length) {
if (accountResult.data[0].oilCardType != 3) {
uni.showToast({
title: '非外请油卡不支持赠送金额',
icon: 'none'
})
return
}
accountApi.checkQrStr(result.giveCustomerId, result.qrcodeText).then(
res => {
let currentCard = accountResult.data[0] || []