Browse Source

feat: 上传新项目结果提示

test2
xuesinan 4 years ago
parent
commit
2625734dcd
  1. 1
      CHANGELOG.md
  2. 2
      pages/business/business.vue
  3. 2
      pages/index/index.vue

1
CHANGELOG.md

@ -127,6 +127,7 @@
- | 时间轴方案 | [0d465a2](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/0d465a2)
- | 时间轴任务 | [98abdf6](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/98abdf6)
- | 时间轴数据错乱 | [c1e12bc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/c1e12bc)
- | 时间轴tab切换角色任务错乱 | [760888b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/760888b)
- | 时间轴tab切换数据不更新 | [6141ff9](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/6141ff9)
- | 退出登录 | [6922f24](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/6922f24)
- | 向上查向下查 | [1933e1b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1933e1b)

2
pages/business/business.vue

@ -65,7 +65,7 @@
}, 2000);
} catch (error) {
console.error('error: ', error);
uni.$ui.showToast('导入失败', 6000);
uni.$ui.showToast(error || '导入失败', 6000);
}
}
</script>

2
pages/index/index.vue

@ -110,7 +110,7 @@
//
const onUploadError = error => {
console.log('11111111')
uni.$ui.showToast('导入失败', 6000);
uni.$ui.showToast(error || '导入失败', 6000);
};
async function toLogin() {

Loading…
Cancel
Save