hankzhang 1 год назад
Родитель
Сommit
2d86ee69b6
3 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      components/charge-dialog/charge-dialog.js
  2. 1 1
      config/config.js
  3. 1 1
      project.config.json

+ 2 - 2
components/charge-dialog/charge-dialog.js

@@ -96,7 +96,7 @@ Component({
             novelManager.closeChargeDialog()
             console.log('关闭解锁组件')
             wx.showToast({
-              title: '解锁失败',
+              title: '广告解锁失败,请重试',
               icon: 'none'
             })
           }
@@ -114,7 +114,7 @@ Component({
       }).catch((err) => {
         console.log('激励视频播放失败', err)
         wx.showToast({
-          title: '广告拉起失败,请重试',
+          title: '观看人数太多,请稍后再试',
           icon: 'none'
         })
       }).then(() => {

+ 1 - 1
config/config.js

@@ -471,7 +471,7 @@ const appInfoObj = {
 };
 
 // @config 确定使用的小程序appid
-const current_appid = 'wx1eb74c589da1731f';
+const current_appid = 'wx3800bb2ed4a326c5';
 export const apple = {
     ...appInfoObj[current_appid],
     appKey: '49TBR8Z1rA7PyqD30FV0v48AU',

+ 1 - 1
project.config.json

@@ -39,7 +39,7 @@
         "tabIndent": "auto",
         "tabSize": 2
     },
-    "appid": "wx1eb74c589da1731f",
+    "appid": "wx3800bb2ed4a326c5",
     "testRoot": "minitest/",
     "libVersion": "trial",
     "simulatorPluginLibVersion": {}