[bug] -解决线上 标协会议 嘉宾报名 费用不正确的bug

This commit is contained in:
fengchenchen
2022-07-18 18:20:22 +08:00
parent 4e137b15dc
commit 61c15b9d38
+5
View File
@@ -660,11 +660,16 @@ Page({
meetingCost: res.data.meetingCosts
})
}
}).finally(() => {
if(that.data.selectedIdentity) {
that.changeIdentity({detail: {value: that.data.selectedIdentity}})
}
})
}
}
})
},
/**