From 19f6cadae77fd35f51cb1b1fa3366141dac1b5e7 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Wed, 5 Feb 2025 14:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E6=98=8E=E7=BB=86=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/config.js | 2 +- manifest.json | 9 +++++++++ pages/me/withdraw/moneyList.vue | 2 +- pages/task/index.vue | 1 + 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/commons/config.js b/commons/config.js index e11ef6d..bf78f27 100644 --- a/commons/config.js +++ b/commons/config.js @@ -1,6 +1,6 @@ //打包时修改env的值即可 -const env='test' //test , production,local +const env='production' //test , production,local export const encryptKey='1234567890123456' // http数据加解密的key diff --git a/manifest.json b/manifest.json index 67dfbbb..e0574b7 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,15 @@ "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { + "app" : { + "name" : "斯耀短剧1", + "pkgName" : "com.hnsiyao.duanju" // 安卓包名 + }, + "ios" : { + "name" : "顺享短剧2", + "app-category" : "public.app-category.utilities", + "bundleID" : "com.hnsiyao.duanju" // iOS bundle ID + }, "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, diff --git a/pages/me/withdraw/moneyList.vue b/pages/me/withdraw/moneyList.vue index cbf7fe3..2d9b3a6 100644 --- a/pages/me/withdraw/moneyList.vue +++ b/pages/me/withdraw/moneyList.vue @@ -55,7 +55,7 @@ moneyType : data.moneyType, viewType: data.viewType, }).then(res => { - data.totalCount = res.total; + data.totalCount = res.totalCount; if ( res.records.length > 0) { data.list = [...data.list,...res.records]; } diff --git a/pages/task/index.vue b/pages/task/index.vue index afa07a0..5e6e413 100644 --- a/pages/task/index.vue +++ b/pages/task/index.vue @@ -231,6 +231,7 @@ extra: uni.getStorageSync('userInfo').userId + "" + new Date().getTime(), } datas.adRewardedVideoloadNum = 0 + adRewarded.value.load(); }) })