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