Parcourir la source

loading 只要文字

liushengqiang il y a 1 an
Parent
commit
6021e13cfe
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      src/subpages/colexiu/index.tsx

+ 5 - 5
src/subpages/colexiu/index.tsx

@@ -134,11 +134,11 @@ export default defineComponent({
     const settingFingeringChange = throttle(() => {
       const { direction } = fingeringDetail.value as ITypeContentItem
       if (direction === 'vertical') {
-        // Toast('加载中,请稍后...')
-        Toast({
-          type: 'loading',
-          message: '加载中...'
-        })
+        Toast('加载中,请稍后...')
+        // Toast({
+        //   type: 'loading',
+        //   message: '加载中...'
+        // })
         setTimeout(() => {
           MusicSheetRef.value.reRender()
         }, 16)