From 9bced08083626290b263ac6631b0d8214425ba9b Mon Sep 17 00:00:00 2001
From: GaoHao <1210693421@qq.com>
Date: Wed, 15 Jan 2025 16:34:23 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8Aapdid=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.hbuilderx/launch.json | 2 +-
pages/me/withdraw/index.vue | 9 ++++++++-
pages/task/index.vue | 9 ++++++++-
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index e466870..15f1188 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -2,7 +2,7 @@
"version" : "1.0",
"configurations" : [
{
- "playground" : "standard",
+ "playground" : "custom",
"type" : "uni-app:app-android"
},
{
diff --git a/pages/me/withdraw/index.vue b/pages/me/withdraw/index.vue
index 9255de9..827f029 100644
--- a/pages/me/withdraw/index.vue
+++ b/pages/me/withdraw/index.vue
@@ -83,7 +83,7 @@
-
@@ -112,6 +112,7 @@
totalCount: 0,
cashMoney: 0,
urlCallback: {},
+ adpid: null,
adRewardedShow: true,
adRewardedVideoloadNum: 0,
isWithdraw: false,
@@ -122,6 +123,12 @@
const adRewarded = ref(null);
onLoad(() => {
+ if ( uni.getSystemInfoSync().platform == 'android' ) {
+ data.adpid = 1531580352
+ }
+ if ( uni.getSystemInfoSync().platform == 'ios' ) {
+ data.adpid = 1373604770
+ }
getExtractFei();
getMoneyDetail();
diff --git a/pages/task/index.vue b/pages/task/index.vue
index 231152d..5532757 100644
--- a/pages/task/index.vue
+++ b/pages/task/index.vue
@@ -62,7 +62,7 @@
-
@@ -103,12 +103,19 @@
signInList: [],
list: [],
urlCallback: {},
+ adpid: null,
adRewardedShow: true,
adRewardedVideoloadNum: 0,
})
const adRewarded = ref(null);
onShow(() => {
+ if ( uni.getSystemInfoSync().platform == 'android' ) {
+ datas.adpid = 1531580352
+ }
+ if ( uni.getSystemInfoSync().platform == 'ios' ) {
+ datas.adpid = 1373604770
+ }
if (uni.getStorageSync("token")) {
getTaskdata()
getsignIn()