From b0775fc8bd797c5f7b7f9abfb9e19471e06ad9a8 Mon Sep 17 00:00:00 2001 From: lanzhihui <503792708@qq.com> Date: Thu, 26 Sep 2024 16:59:18 +0800 Subject: [PATCH] update --- src/app.wpy | 1 - src/components/cu-custom.wpy | 31 +- src/components/shareComponent.wpy | 2 +- src/components/userTitle.wpy | 29 +- src/pages/home/registration.wpy | 80 +- src/pages/tabBar/user.wpy | 134 +-- src/pages/users/ImageCropper.wpy | 38 +- src/pages/users/aboutLove.wpy | 2 - src/pages/users/artificial.wpy | 84 -- src/pages/users/blacklist.wpy | 22 - src/pages/users/degreeCertificate.wpy | 126 +-- src/pages/users/exclusiveService.wpy | 26 +- src/pages/users/friendlist.wpy | 17 +- src/pages/users/logout.wpy | 5 - src/pages/users/logoutDefault.wpy | 15 +- src/pages/users/myCertification.wpy | 8 - src/pages/users/myDynamic.wpy | 4 +- src/pages/users/myOrderList.wpy | 41 +- src/pages/users/orderDetails.wpy | 1 - src/pages/users/report.wpy | 47 - src/pages/users/schools.wpy | 35 - src/pages/users/selfTextarea.wpy | 12 - src/pages/users/setTing.wpy | 177 ---- src/pages/users/unmarri.wpy | 15 - src/pages/users/unmarriV3.wpy | 1256 ------------------------- src/pages/users/upgradeVIP.wpy | 45 - src/pages/users/upgradeVIP2.wpy | 69 +- 27 files changed, 102 insertions(+), 2220 deletions(-) delete mode 100644 src/pages/users/unmarriV3.wpy diff --git a/src/app.wpy b/src/app.wpy index 66767a7..e7208d0 100644 --- a/src/app.wpy +++ b/src/app.wpy @@ -191,7 +191,6 @@ subPackages: [ 'root': 'pages/users', 'pages': [ 'unmarriV2', - 'unmarriV3', 'unmarri', 'myCertification', 'artificial', diff --git a/src/components/cu-custom.wpy b/src/components/cu-custom.wpy index c838caf..bfd7471 100644 --- a/src/components/cu-custom.wpy +++ b/src/components/cu-custom.wpy @@ -4,12 +4,7 @@ style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;{{bgImage?'background-image:url(' + bgImage+')':''}};{{bgColor}}"> - - - - - @@ -48,13 +43,9 @@ import wepy from '@wepy/core' import https from '../mixins/https' import base from '../mixins/base' - // import loginDialog from './loginDialog' - // import ShareMessage from '../mixins/ShareMessage' + wepy.component({ mixins: [base, https], - // components = { - // loginDialog - // } options: { multipleSlots: true // 在组件定义时的选项中启用多slot支持 }, @@ -187,8 +178,6 @@ wx.reLaunch({ url: '/pages/tabBar/welcome' }) - // this.modalName = 'Modal' - // this.$apply() } } }, @@ -225,24 +214,6 @@ this.searchValue = '' this.$emit('customInput', e) } - }, - events: { - 'loginDialogCut': (e) => { - console.log(e) - // this.$parent.$parent.getEvent(this.config.navigationBarTitleText, `点击暂不登录`) - this.loginShow = e.loginShow - }, - 'mobileSuccess': (e) => { - console.log(e) - // this.$parent.$parent.getEvent(this.config.navigationBarTitleText, `微信私密(登录)`) - }, - 'loginDialogShow': (e) => { - let vm = this - wepy.$instance.pageLogin().then((data) => { - vm.token = data.token - vm.onShow() - }) - } } }) diff --git a/src/components/shareComponent.wpy b/src/components/shareComponent.wpy index ea6f808..2769cab 100644 --- a/src/components/shareComponent.wpy +++ b/src/components/shareComponent.wpy @@ -241,7 +241,7 @@ wepy.component({ }, onLoad() { - console.log(this.shareImage) + console.log(this.shareImage, '123-') } }) diff --git a/src/components/userTitle.wpy b/src/components/userTitle.wpy index f09eac4..c0da95a 100644 --- a/src/components/userTitle.wpy +++ b/src/components/userTitle.wpy @@ -1,13 +1,11 @@