|
@@ -65,7 +65,7 @@ const hasCreateShortCut = (isPayPage = false, fn) => {
|
|
|
success: ret => {
|
|
|
if (!ret) {
|
|
|
shortcut.install({
|
|
|
- message: '添加【"+getAppName()+"】到桌面,方便下次阅读',
|
|
|
+ message: '添加【'+getAppName()+'】到桌面,方便下次阅读',
|
|
|
success: () => {
|
|
|
prompt.showToast('添加成功!')
|
|
|
fn && fn(true)
|
|
@@ -88,7 +88,7 @@ const loseLevelShortCut = fn => {
|
|
|
success: ret => {
|
|
|
if (!ret) {
|
|
|
shortcut.install({
|
|
|
- message: '添加【"+getAppName()+"】到桌面,方便下次阅读',
|
|
|
+ message: '添加【'+getAppName()+'】到桌面,方便下次阅读',
|
|
|
complete: () => {
|
|
|
fn && fn(true)
|
|
|
}
|
|
@@ -106,7 +106,7 @@ const mustCreateShort = fn => {
|
|
|
success: ret => {
|
|
|
if (!ret) {
|
|
|
shortcut.install({
|
|
|
- message: '添加【"+getAppName()+"】到桌面,方便下次阅读',
|
|
|
+ message: '添加【'+getAppName()+'】到桌面,方便下次阅读',
|
|
|
success: () => {
|
|
|
prompt.showToast('添加成功!')
|
|
|
fn && fn(true)
|
|
@@ -129,7 +129,7 @@ const backCreateShortCut = fn => {
|
|
|
success: ret => {
|
|
|
if (!ret) {
|
|
|
shortcut.install({
|
|
|
- message: '添加【"+getAppName()+"】到桌面,方便下次阅读',
|
|
|
+ message: '添加【'+getAppName()+'】到桌面,方便下次阅读',
|
|
|
success: () => {
|
|
|
prompt.showToast('添加成功!')
|
|
|
fn && fn('back')
|