Szx пре 2 година
родитељ
комит
6c193a07bd

+ 1 - 1
src/api/config.js

@@ -9,7 +9,7 @@ const apiConfig = {
   baseURL: 'https://quickapp.leyuee.com/api',
   //baseURL:"https://quickapptestnew.leyuee.com/api",
   //baseURL: "https://quickapptest.leyuee.com/api",
-  package: 'com.beidao.kuaiying.hupoyuedu'
+  package: 'com.beidao.kuaiying.yuele'
 }
 
 export default apiConfig

+ 1 - 1
src/components/short/index.ux

@@ -18,7 +18,7 @@ export default {
       success: ret => {
         if (!ret) {
           shortcut.install({
-            message: '添加【琥珀阅读】到桌面,方便下次阅读',
+            message: '添加【阅乐】到桌面,方便下次阅读',
             success: () => {
               this.$emit('addshort', { installed: true })
               if (this.$app.$def.data.backClickCount === 0) {

+ 3 - 3
src/components/yinsi/policy.ux

@@ -3,12 +3,12 @@
       <div class="container">
         <text
           style="font-weight: 400;margin-top: 40px;text-indent:60px;margin-left: 20px;margin-right: 20px"
-          >欢迎使用琥珀阅读~你需要阅读并同意<a
+          >欢迎使用阅乐~你需要阅读并同意<a
             style="color: #fddc00;"
             @click="gotoPrivacy"
             >《隐私政策》</a
           >和<a style="color: #fddc00;" @click="gotoRouter">《用户协议》</a
-          >方可使用琥珀阅读提供的阅读服务,是否同意?</text
+          >方可使用阅乐提供的阅读服务,是否同意?</text
         >
 
         <div style="margin-top:50px">
@@ -47,7 +47,7 @@ export default {
   gotoPrivacy() {
     webview.loadUrl({
       url:
-        'https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/hupoyuedu-privacy.htm',
+        'https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/yuele-privacy.htm',
       showloadingdialog: true
     })
   }

+ 4 - 4
src/helper/interface.js

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

+ 4 - 4
src/manifest.json

@@ -1,6 +1,6 @@
 {
-  "package": "com.beidao.kuaiying.hupoyuedu",
-  "name": "琥珀阅读",
+  "package": "com.beidao.kuaiying.yuele",
+  "name": "阅乐",
   "versionName": "1.0.1",
   "versionCode": 1,
   "minPlatformVersion": 1070,
@@ -148,7 +148,7 @@
     "themeMode": 0,
     "pages": {
       "views/Index": {
-        "titleBarText": "琥珀阅读",
+        "titleBarText": "阅乐",
         "menubarData": {
           "menubar": false
         },
@@ -237,7 +237,7 @@
         }
       },
       "views/About": {
-        "titleBarText": "关于琥珀阅读",
+        "titleBarText": "关于阅乐",
         "menubarData": {
           "menubar": false
         }

+ 1 - 1
src/views/Ad/index.ux

@@ -14,7 +14,7 @@
         <div class="bottom-line">
           <image src="../../assets/imgs/logo.png"></image>
           <div class="desc">
-            <text class="title"> 琥珀阅读</text>
+            <text class="title"> 阅乐</text>
             <text class="more"> 给你极致的阅读体验</text>
           </div>
         </div>

Разлика између датотеке није приказан због своје велике величине
+ 27 - 27
src/views/Agreement/index.ux


+ 3 - 12
src/views/Index/index.ux

@@ -13,7 +13,6 @@
         <tab-content>
           <shelf-page @change="pageTohome" tabindex="{{current}}"></shelf-page>
           <home-page @change="pageSwitch" tabindex="{{current}}"></home-page>
-          <leader-board tabindex="{{current}}"></leader-board>
           <category-page tabindex="{{current}}"></category-page>
           <my-page @customer="openCustomer" tabindex="{{current}}"></my-page>
         </tab-content>
@@ -121,32 +120,24 @@ export default {
       },
       {
         name: '书城',
-        title: '琥珀阅读',
+        title: '阅乐',
         icon: '../../assets/imgs/home.png',
         active_icon: '../../assets/imgs/home_choose.png',
         index: 1
       },
-
-      {
-        name: '排行',
-        title: '排行榜',
-        icon: '../../assets/imgs/rank.png',
-        active_icon: '../../assets/imgs/rank_choose.png',
-        index: 2
-      },
       {
         name: '分类',
         title: '分类',
         icon: '../../assets/imgs/classify.png',
         active_icon: '../../assets/imgs/classify_choose.png',
-        index: 3
+        index: 2
       },
       {
         name: '我的',
         title: '个人中心',
         icon: '../../assets/imgs/my.png',
         active_icon: '../../assets/imgs/my_choose.png',
-        index: 4
+        index: 3
       }
     ],
     // current: 0,

+ 1 - 1
src/views/My/index.ux

@@ -204,7 +204,7 @@ export default {
     if (page == 'Privacy') {
       webview.loadUrl({
         url:
-          'https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/hupoyuedu-privacy.htm',
+          'https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/yuele-privacy.htm',
         showloadingdialog: true
       })
     }

+ 1 - 1
src/views/Phone/index.ux

@@ -116,7 +116,7 @@ export default {
     if (page == 'Privacy') {
       webview.loadUrl({
         url:
-          'https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/hupoyuedu-privacy.htm',
+          'https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/yuele-privacy.htm',
         showloadingdialog: true
       })
     } else {

+ 1 - 1
src/views/Task/index.ux

@@ -293,7 +293,7 @@ export default {
         success: ret => {
           if (!ret) {
             shortcut.install({
-              message: '添加【琥珀阅读】到桌面,方便下次阅读',
+              message: '添加【阅乐】到桌面,方便下次阅读',
               success: () => {
                 prompt.showToast('添加成功!')
                 userAddDsktop(1)