Commit a7193f75 by yuzhenWang

邀请已加盟增加弹窗

parent 9dea7b8c
...@@ -15,12 +15,7 @@ ...@@ -15,12 +15,7 @@
优质资源,专业服务 优质资源,专业服务
</view> </view>
</view> </view>
<!-- <resigter
:form="form"
:editNickName="editNickName"
:editMobile="editMobile"
@apply="gotoApply()"
/> -->
<view class="applyBox"> <view class="applyBox">
<view style="height: 550rpx;"> <view style="height: 550rpx;">
<view class="inputBox"> <view class="inputBox">
...@@ -115,7 +110,6 @@ ...@@ -115,7 +110,6 @@
</template> </template>
<script> <script>
import resigter from "./resigter.vue";
import everyJoinPopup from "@/components/commonPopup/everyJoinPopup.vue"; import everyJoinPopup from "@/components/commonPopup/everyJoinPopup.vue";
import api from '@/api/api'; import api from '@/api/api';
import * as environment from "@/environments/environment"; import * as environment from "@/environments/environment";
...@@ -124,7 +118,6 @@ ...@@ -124,7 +118,6 @@
export default { export default {
components:{ components:{
everyJoinPopup, everyJoinPopup,
resigter
}, },
data() { data() {
return { return {
...@@ -201,7 +194,9 @@ ...@@ -201,7 +194,9 @@
this.form.nickName = res.data.data.name this.form.nickName = res.data.data.name
this.form.mobile = res.data.data.mobileNumber this.form.mobile = res.data.data.mobileNumber
this.editNickName = this.editMobile = true this.editNickName = this.editMobile = true
if(res.data.data.isPartner){
this.$refs.successJoinPopup.open()
}
}) })
}, },
jumpPage(){ jumpPage(){
......
<template>
<view class="">
11111
</view>
</template>
<script>
export default {
//项目中转页
onLoad(options){
if(options.invitationCode) {
uni.navigateTo({
url: `/myPackageA/applyFranchise/applyFranchise?shareId=${options.shareId}&invitationCode=${options.invitationCode}&inviteUserId=${options.inviteUserId}`
});
return;
}
}
}
</script>
<style>
</style>
\ No newline at end of file
...@@ -539,12 +539,7 @@ ...@@ -539,12 +539,7 @@
"style": { "style": {
"navigationBarTitleText": "协议" "navigationBarTitleText": "协议"
} }
},{ },
"path": "transformPage/transformPage",
"style": {
"navigationBarTitleText": "中转页"
}
}
] ]
},{ },{
"root": "officialWebsite", "root": "officialWebsite",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment