|
@@ -99,14 +99,14 @@
|
|
|
// 截图
|
|
|
const screenshot = () => {
|
|
|
|
|
|
- // 配置状态,后续关闭隐藏后,触发不同的逻辑
|
|
|
- CarCourseChapter3dShowStore().show.showToastState = "";
|
|
|
- CarCourseChapter3dShowStore().show.showToastBtnTxt = "";
|
|
|
- CarCourseChapter3dShowStore().show.showToastBtnOpen = false;
|
|
|
- CarCourseChapter3dShowStore().show.showToastTxtList = [
|
|
|
- "截图上传中,请稍等"
|
|
|
- ];
|
|
|
- CarCourseChapter3dShowStore().show.showToastViewBool = true;
|
|
|
+ // // 配置状态,后续关闭隐藏后,触发不同的逻辑
|
|
|
+ // CarCourseChapter3dShowStore().show.showToastState = "";
|
|
|
+ // CarCourseChapter3dShowStore().show.showToastBtnTxt = "";
|
|
|
+ // CarCourseChapter3dShowStore().show.showToastBtnOpen = false;
|
|
|
+ // CarCourseChapter3dShowStore().show.showToastTxtList = [
|
|
|
+ // "截图上传中,请稍等"
|
|
|
+ // ];
|
|
|
+ // CarCourseChapter3dShowStore().show.showToastViewBool = true;
|
|
|
|
|
|
|
|
|
// 优先截图3d的图片
|