From e1d03323d2e8b3a1e1180f38065334046c6ec8d1 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 3 Feb 2025 16:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B0=B7=E6=AD=8C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=99=BB=E5=BD=95=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Account/frontPage/bindPage.vue | 5 +- .../Transaction/TransactionTable.vue | 18 +++--- .../affiliate/affiliateAudit.vue | 2 +- .../affiliate/itemAffiliateDetail.vue | 2 +- .../Administrator/recentActiveChart.vue | 2 +- .../Administrator/recentActiveUser.vue | 2 +- .../Administrator/recentActiveUserChart.vue | 2 +- src/component/Administrator/recentNewUser.vue | 2 +- .../Administrator/recentNewUserChart.vue | 2 +- src/component/Administrator/trialAllUser.vue | 2 +- .../trialUserConversionRateChart.vue | 2 +- .../Administrator/trialUserCountry.vue | 2 +- src/component/Detail/setDesignItem.vue | 5 +- src/component/DetailCopy/designDetail.vue | 11 ++-- src/component/DetailCopy/model/index.vue | 2 +- .../DetailCopy/model/modelPosition.vue | 7 +-- src/component/HomePage/Generate.vue | 2 +- src/component/HomePage/productImg.vue | 13 +++-- src/component/LoginPage/googleLogin.vue | 6 +- src/component/Pay/payMethod.vue | 2 +- src/component/mainPage/signUp/index.vue | 58 ++++++++++--------- src/store/Detail/designDetailCopy.ts | 40 +++++++++++++ src/store/index.ts | 2 + src/views/HomeView/HomeView.vue | 6 +- src/views/affiliate/affiliateRegister.vue | 2 +- 25 files changed, 127 insertions(+), 72 deletions(-) create mode 100644 src/store/Detail/designDetailCopy.ts diff --git a/src/component/Account/frontPage/bindPage.vue b/src/component/Account/frontPage/bindPage.vue index a67eca16..bcdce51a 100644 --- a/src/component/Account/frontPage/bindPage.vue +++ b/src/component/Account/frontPage/bindPage.vue @@ -190,7 +190,10 @@ export default defineComponent({ }) onBeforeUnmount(()=>{ var existingScript = document.querySelector(`script[src="${data.scriptSrc}"]`); - if(existingScript)existingScript.remove() + if(existingScript){ + existingScript.remove() + window.isAddGmail = false + } }) return{ ...toRefs(accountHomeData), diff --git a/src/component/Administrator/Transaction/TransactionTable.vue b/src/component/Administrator/Transaction/TransactionTable.vue index a6f9abe1..2df967cf 100644 --- a/src/component/Administrator/Transaction/TransactionTable.vue +++ b/src/component/Administrator/Transaction/TransactionTable.vue @@ -48,10 +48,10 @@ >