This commit is contained in:
GaoHao
2025-02-05 14:01:21 +08:00
4 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
//打包时修改env的值即可
const env='test' //test , production,local
const env='production' //test , production,local
export const encryptKey='1234567890123456' // http数据加解密的key

View File

@@ -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,

View File

@@ -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];
}

View File

@@ -231,6 +231,7 @@
extra: uni.getStorageSync('userInfo').userId + "" + new Date().getTime(),
}
datas.adRewardedVideoloadNum = 0
adRewarded.value.load();
})
})