Commit a7193f75 by yuzhenWang

邀请已加盟增加弹窗

parent 9dea7b8c
......@@ -15,12 +15,7 @@
优质资源,专业服务
</view>
</view>
<!-- <resigter
:form="form"
:editNickName="editNickName"
:editMobile="editMobile"
@apply="gotoApply()"
/> -->
<view class="applyBox">
<view style="height: 550rpx;">
<view class="inputBox">
......@@ -115,7 +110,6 @@
</template>
<script>
import resigter from "./resigter.vue";
import everyJoinPopup from "@/components/commonPopup/everyJoinPopup.vue";
import api from '@/api/api';
import * as environment from "@/environments/environment";
......@@ -124,7 +118,6 @@
export default {
components:{
everyJoinPopup,
resigter
},
data() {
return {
......@@ -201,7 +194,9 @@
this.form.nickName = res.data.data.name
this.form.mobile = res.data.data.mobileNumber
this.editNickName = this.editMobile = true
if(res.data.data.isPartner){
this.$refs.successJoinPopup.open()
}
})
},
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 @@
"style": {
"navigationBarTitleText": "协议"
}
},{
"path": "transformPage/transformPage",
"style": {
"navigationBarTitleText": "中转页"
}
}
},
]
},{
"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