|
@@ -2,7 +2,7 @@ import ColSticky from '@/components/col-sticky'
|
|
|
import request from '@/helpers/request'
|
|
|
import { browser, removeAuth } from '@/helpers/utils'
|
|
|
import { postMessage } from '@/helpers/native-message'
|
|
|
-import { Button, Cell, CellGroup, Dialog, Image, Notify, Popup } from 'vant'
|
|
|
+import { Button, Cell, CellGroup, Dialog, Image, Notify, Popup, Toast } from 'vant'
|
|
|
import { defineComponent } from 'vue'
|
|
|
import styles from './index.module.less'
|
|
|
import logo from '@/common/images/logo.png'
|
|
@@ -195,7 +195,8 @@ export default defineComponent({
|
|
|
)
|
|
|
|
|
|
// 成功通知
|
|
|
- Notify({ type: 'success', message: '报名成功' })
|
|
|
+ Toast('报名成功')
|
|
|
+ // Notify({ type: 'success', message: '报名成功' })
|
|
|
this.getMusicInfo()
|
|
|
}
|
|
|
} catch {
|