团购支付
This commit is contained in:
@@ -107,7 +107,7 @@ onShow(async () => {
|
||||
getCompanyList(userInfo.value.maOpenId).then(res => {
|
||||
const companyList = res.map((res: { company: any }) => res.company);
|
||||
const userList = res.map((res: { user: any }) => res.user);
|
||||
if(!getCompanyId()) {
|
||||
// if(!getCompanyId()) {
|
||||
uni.showActionSheet({
|
||||
itemList: companyList.map((res: { companyName: string }) => res.companyName),
|
||||
success: (res) => {
|
||||
@@ -116,7 +116,7 @@ onShow(async () => {
|
||||
userStore.fetchTerminal();
|
||||
}
|
||||
});
|
||||
}
|
||||
// }
|
||||
});
|
||||
} else {
|
||||
await userStore.getProfile();
|
||||
|
Reference in New Issue
Block a user