|
@@ -677,7 +677,7 @@ method: post
|
|
|
|
|
|
Dialog.alert({
|
|
|
title: '提示',
|
|
|
- message: `${+isWeixin ? '微信小程序' : ''}当前版本暂不支持使用,可下载谷歌浏览器或双子星客户端进行使用`,
|
|
|
+ message: `${+isWeixin ? '微信小程序' : ''}当前版本暂不支持使用,可下载谷歌浏览器或客户端进行使用`,
|
|
|
confirmButtonText: '确定',
|
|
|
confirmButtonColor: '#3cc51f',
|
|
|
beforeClose: (action, done) => {
|