Compare commits
No commits in common. "a01194c726da852911ce03a857e10061eaf893f5" and "253970b86017ee8bf8bfe9a70663ea0e18fe4682" have entirely different histories.
a01194c726
...
253970b860
@ -153,7 +153,6 @@ async function bindArchive(customerId) {
|
||||
const res = await api('bindMiniAppArchive', { id: customerId, corpId: corpId.value, teamId: teamId.value, miniAppId: account.value.openid });
|
||||
if (res && res.success) {
|
||||
await toast('绑定成功');
|
||||
uni.$emit('reloadTeamCustomers')
|
||||
set('home-invite-teamId', teamId.value);
|
||||
uni.switchTab({
|
||||
url: '/pages/home/home'
|
||||
@ -184,7 +183,7 @@ async function init() {
|
||||
}
|
||||
|
||||
async function getArchives() {
|
||||
const res = await api('getUnbindMiniAppCustomers', { corpId: corpId.value, mobile: '13456900981' || account.value.mobile });
|
||||
const res = await api('getUnbindMiniAppCustomers', { corpId: corpId.value, mobile: account.value.mobile });
|
||||
if (res && res.success) {
|
||||
corpName.value = res.corpName;
|
||||
customers.value = Array.isArray(res.data) ? res.data : [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user