lex 2 éve
szülő
commit
49e13def59

+ 2 - 0
src/shims-vue.d.ts

@@ -6,3 +6,5 @@ declare module '*.vue' {
 declare module 'vudio.js';
 declare module 'vudio.js';
 
 
 declare module 'numeral';
 declare module 'numeral';
+
+declare module 'howler';

+ 1 - 4
src/views/adapay/use-coupons/choice-coupon.tsx

@@ -1,7 +1,4 @@
 import OEmpty from '@/components/m-empty';
 import OEmpty from '@/components/m-empty';
-import request from '@/helpers/request';
-import { state } from '@/state';
-// import Item from '@/views/coupons/item'
 import { Button, Loading } from 'vant';
 import { Button, Loading } from 'vant';
 import { defineComponent } from 'vue';
 import { defineComponent } from 'vue';
 import styles from './index.module.less';
 import styles from './index.module.less';
@@ -162,7 +159,7 @@ export default defineComponent({
                   ))}
                   ))}
                 </>
                 </>
               ) : (
               ) : (
-                <OEmpty btnStatus={false} tips="暂无优惠券" />
+                <OEmpty description="暂无优惠券" />
               )}
               )}
             </>
             </>
           ) : (
           ) : (

+ 1 - 1
src/views/student-register/shop-address/index.tsx

@@ -172,7 +172,7 @@ export default defineComponent({
             ))}
             ))}
           </List>
           </List>
         ) : (
         ) : (
-          <OEmpty tips="暂无收货地址" />
+          <OEmpty description="暂无收货地址" />
         )}
         )}
         <OSticky position="bottom">
         <OSticky position="bottom">
           <div class={'btnGroup'}>
           <div class={'btnGroup'}>