|
@@ -4,7 +4,7 @@
|
|
|
<view class="headers " :style="headerStyle">
|
|
|
<view class="dis a-c j-start " style="padding: 0 15px;">
|
|
|
<u-icon name="arrow-left" size="40" @tap="back"></u-icon>
|
|
|
- <text style="margin: auto;">合伙人</text>
|
|
|
+ <text style="margin: auto;">我的合伙人</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -14,7 +14,7 @@
|
|
|
</view>
|
|
|
<!-- <card :cardData='directLsit'></card> -->
|
|
|
<block>
|
|
|
- <!-- 一级 -->
|
|
|
+ <!-- 一级合伙人 -->
|
|
|
<view v-if="userLevel == 1">
|
|
|
<view class="card">
|
|
|
<view style="padding: 10px 15px 0 10px">
|
|
@@ -24,7 +24,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie1.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="partnersAndStudios(2)">
|
|
|
+ <view @click="ShowModalCodeFun(2,1)">
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;"
|
|
|
src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
@@ -33,7 +33,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitOne.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitOne.sumPremium || 0 }}</text>
|
|
@@ -46,11 +46,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitOne)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitOne,1)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitOne.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitOne)">
|
|
|
+ <text @click="closeInstitution(directLsitOne,1)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitOne.workNumber || 0 }})
|
|
|
</text>
|
|
@@ -64,7 +64,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="recruitment(3)">
|
|
|
+ <view @click="ShowModalCodeFun(3,2)">
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;"
|
|
|
src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
@@ -73,7 +73,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitTwo.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitTwo.sumPremium || 0 }}</text>
|
|
@@ -86,11 +86,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitTwo)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitTwo,2)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitTwo.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitTwo)">
|
|
|
+ <text @click="closeInstitution(directLsitTwo,2)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitTwo.workNumber || 0 }})
|
|
|
</text>
|
|
@@ -105,7 +105,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie3.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="recruitment(4)">
|
|
|
+ <view @click="ShowModalCodeFun(4,3)">
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;"
|
|
|
src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
@@ -114,7 +114,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitThree.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitThree.sumPremium || 0 }}</text>
|
|
@@ -127,11 +127,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitThree)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitThree,3)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitThree.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitThree)">
|
|
|
+ <text @click="closeInstitution(directLsitThree,3)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitThree.workNumber || 0 }})
|
|
|
</text>
|
|
@@ -145,7 +145,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie4.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="ShowModalCodeFun(5)">
|
|
|
+ <view @click="ShowModalCodeFun(5,4)">
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;"
|
|
|
src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
@@ -158,7 +158,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.sumPremium || 0 }}</text>
|
|
@@ -171,18 +171,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour,4)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitFour.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitFour)">
|
|
|
+ <text @click="closeInstitution(directLsitFour,4)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitFour.workNumber || 0 }})
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- 二级 -->
|
|
|
+ <!-- 二级合伙人 -->
|
|
|
<view v-if="userLevel == 2">
|
|
|
<view class="card" >
|
|
|
<view style="padding: 10px 15px 0 10px">
|
|
@@ -192,7 +192,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="partnersAndStudios(3)">
|
|
|
+ <view @click="ShowModalCodeFun(3,1)">
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;"
|
|
|
src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
@@ -201,7 +201,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitTwo.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitTwo.sumPremium || 0 }}</text>
|
|
@@ -214,11 +214,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitTwo)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitTwo,1)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitTwo.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitTwo)">
|
|
|
+ <text @click="closeInstitution(directLsitTwo,1)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitTwo.workNumber || 0 }})
|
|
|
</text>
|
|
@@ -232,7 +232,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie3.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="recruitment(4)">
|
|
|
+ <view @click="ShowModalCodeFun(4,2)">
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;"
|
|
|
src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
@@ -241,7 +241,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitThree.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitThree.sumPremium || 0 }}</text>
|
|
@@ -254,11 +254,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitThree)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitThree,2)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitThree.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitThree)">
|
|
|
+ <text @click="closeInstitution(directLsitThree,2)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitThree.workNumber || 0 }})
|
|
|
</text>
|
|
@@ -272,7 +272,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie4.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="ShowModalCodeFun(5)" >
|
|
|
+ <view @click="ShowModalCodeFun(5,3)" >
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;" src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
|
</view>
|
|
@@ -280,7 +280,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.sumPremium || 0 }}</text>
|
|
@@ -293,17 +293,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour,3)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitFour.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitFour)">
|
|
|
+ <text @click="closeInstitution(directLsitFour,3)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitFour.workNumber || 0 }})
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- 三级合伙人 -->
|
|
|
<view v-if="userLevel == 3">
|
|
|
<view class="card" >
|
|
|
<view style="padding: 10px 15px 0 10px">
|
|
@@ -313,7 +314,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie3.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="partnersAndStudios(4)">
|
|
|
+ <view @click="ShowModalCodeFun(4,1)">
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;"
|
|
|
src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
@@ -322,7 +323,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitThree.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitThree.sumPremium || 0 }}</text>
|
|
@@ -335,11 +336,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitThree)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitThree,1)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitThree.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitThree)">
|
|
|
+ <text @click="closeInstitution(directLsitThree,1)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitThree.workNumber || 0 }})
|
|
|
</text>
|
|
@@ -353,7 +354,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie4.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="ShowModalCodeFun(5)" >
|
|
|
+ <view @click="ShowModalCodeFun(5,2)" >
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;" src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
|
</view>
|
|
@@ -361,7 +362,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.sumPremium || 0 }}</text>
|
|
@@ -374,17 +375,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour,2)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitFour.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitFour)">
|
|
|
+ <text @click="closeInstitution(directLsitFour,2)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitFour.workNumber || 0 }})
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- 四级合伙人 -->
|
|
|
<view v-if="userLevel == 4">
|
|
|
<view class="card" >
|
|
|
<view style="padding: 10px 15px 0 10px">
|
|
@@ -394,7 +396,7 @@
|
|
|
<image style="display: inline-block; width: 45px;height:18px;vertical-align: sub;"
|
|
|
src="/static/icon/jibie4.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view @click="ShowModalCodeFun(5)" >
|
|
|
+ <view @click="ShowModalCodeFun(5,1)" >
|
|
|
<image style="display: inline-block; width: 13px;height:13px;vertical-align: -1px;" src="/static/icon/code2.png" mode=""></image>
|
|
|
<text>招募码</text>
|
|
|
</view>
|
|
@@ -402,7 +404,7 @@
|
|
|
<view class="card-con dis j-c a-c">
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.teamManNum || 0 }}</text>
|
|
|
- <text>总人数</text>
|
|
|
+ <text>会员总人数</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>{{ directLsitFour.sumPremium || 0 }}</text>
|
|
@@ -415,11 +417,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="card-footer dis">
|
|
|
- <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour)">
|
|
|
+ <text style="border-right: 1px solid #EEEEEE;" @click="partnerDetail(directLsitFour,1)">
|
|
|
<image src="/static/icon/hehuoren.png" mode=""></image>
|
|
|
合伙人({{ directLsitFour.partnerNumber || 0 }})
|
|
|
</text>
|
|
|
- <text @click="closeInstitution(directLsitFour)">
|
|
|
+ <text @click="closeInstitution(directLsitFour,1)">
|
|
|
<image src="/static/icon/gongzuoshi.png" mode=""></image>
|
|
|
工作室({{ directLsitFour.workNumber || 0 }})
|
|
|
</text>
|
|
@@ -439,7 +441,7 @@
|
|
|
</u-popup>
|
|
|
<u-popup v-model="ShowModalCode" mode="bottom" border-radius="15">
|
|
|
<view class="ShowModalCode-style ">
|
|
|
- <text>合伙人招募码</text>
|
|
|
+ <text>{{chineseNumbers[relativeLeavl]}}级合伙人招募码</text>
|
|
|
<view class=" ShowModalCode-con">
|
|
|
<view>扫码加入</view>
|
|
|
<image :src="partnerImg" mode="widthFix" lazy-load style="width: 150px;"></image>
|
|
@@ -477,6 +479,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
+ <u-popup mode="center" ref="alertDialog" type="dialog">
|
|
|
+ <uni-popup-dialog type="warn" cancelText="取消" confirmText="确定" title=" " :content="dialogContent" @confirm="dialogConfirm"
|
|
|
+ @close="dialogClose"></uni-popup-dialog>
|
|
|
+ </u-popup>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -488,6 +494,8 @@ import {
|
|
|
mapState,
|
|
|
mapMutations
|
|
|
} from "vuex"
|
|
|
+// import uniPopup from 'x../../../components/';
|
|
|
+
|
|
|
// import card from '../components/card.vue'
|
|
|
export default {
|
|
|
components: { myDatePicker, seach },
|
|
@@ -496,11 +504,14 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ dialogContent:'',
|
|
|
+ ShowalertDialog:false,
|
|
|
+ relativeLeavl:null,
|
|
|
ShowModal: false,
|
|
|
ShowModalCode: false,
|
|
|
ShowModalCode1: false,
|
|
|
ShowModalCodebusiness: false,
|
|
|
- // chineseNumbers:[ '一', '二', '三', '四', '五', '六', '七', '八', '九'],
|
|
|
+ chineseNumbers:[ '零', '一', '二', '三', '四', '五', '六', '七', '八', '九'],
|
|
|
headerStyle: {
|
|
|
backgroundColor: 'transparent',
|
|
|
backgroundImage: 'url("/static/beijing (2).png")',
|
|
@@ -554,19 +565,28 @@ export default {
|
|
|
this.userLevel = this.userInfo.sysUser.level
|
|
|
},
|
|
|
methods: {
|
|
|
+ dialogClose(){
|
|
|
+ this.$refs.alertDialog.close()
|
|
|
+ },
|
|
|
styleChange(e) {
|
|
|
this.deptSource = e.detail.value
|
|
|
},
|
|
|
- ShowModalCodeFun(level) {
|
|
|
- this.level=level
|
|
|
- console.log(this.level,222222);
|
|
|
+ dialogConfirm (){
|
|
|
this.ShowModalCode = true
|
|
|
+ this.$refs.alertDialog.close()
|
|
|
this.partnerImg = QR.createQrCodeImg(this.$base.h5BaseUrl + "/#/pages/index/applypartner?level=" + this.level + '&userId=' + this.userInfo.sysUser.userId, {
|
|
|
size: parseInt(200) //二维码大小
|
|
|
})
|
|
|
},
|
|
|
+ ShowModalCodeFun(level,relativeLeavl) {
|
|
|
+ // 绝对等级:level 相对等级:relativeLeavl
|
|
|
+ this.level=level
|
|
|
+ this.relativeLeavl=relativeLeavl
|
|
|
+ // this.ShowalertDialog=true
|
|
|
+ this.dialogContent=`是否招募${this.chineseNumbers[relativeLeavl]}级合伙人?`
|
|
|
+ this.$refs.alertDialog.open()
|
|
|
+ },
|
|
|
ShowModalCodeSumbit(){
|
|
|
- console.log(this.deptSource,9999222222);
|
|
|
this. ShowModalCode1 = true
|
|
|
this.workImg = QR.createQrCodeImg(this.$base.h5BaseUrl + "/#/pages/index/applystudio?deptSource=" + this.deptSource + '&userId=' + this.userInfo.sysUser.userId, {
|
|
|
size: parseInt(200) //二维码大小
|
|
@@ -576,14 +596,14 @@ export default {
|
|
|
this.ShowModalCodebusiness = true
|
|
|
this.deptSource = 1
|
|
|
},
|
|
|
- partnersAndStudios(level){
|
|
|
- this.level=level
|
|
|
- this.ShowModal = true
|
|
|
- },
|
|
|
- recruitment(level) {
|
|
|
- this.level = level
|
|
|
- this.ShowModalCodeFun(level)
|
|
|
- },
|
|
|
+ // partnersAndStudios(level){
|
|
|
+ // this.level=level
|
|
|
+ // this.ShowModal = true
|
|
|
+ // },
|
|
|
+ // recruitment(level) {
|
|
|
+ // this.level = level
|
|
|
+ // this.ShowModalCodeFun(level)
|
|
|
+ // },
|
|
|
back() {
|
|
|
uni.navigateBack({
|
|
|
delta: 1, // 返回的页面数,如果是1表示返回上一页
|
|
@@ -591,16 +611,17 @@ export default {
|
|
|
});
|
|
|
|
|
|
},
|
|
|
- partnerDetail(item) {
|
|
|
+ partnerDetail(item,level) {
|
|
|
if (item.partnerNumber) {
|
|
|
+ item.partnerType=level
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/institutional/partnerDetail?key=" + encodeURIComponent(JSON.stringify(item))
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
- closeInstitution(item) {
|
|
|
+ closeInstitution(item,level) {
|
|
|
if (item.leaderIds.length > 0) {
|
|
|
- item.type = 1
|
|
|
+ item.level=level
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/institutional/institutionalTeam?key=" + encodeURIComponent(JSON.stringify(item))
|
|
|
})
|
|
@@ -818,17 +839,17 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-.ShowModalCode-business {
|
|
|
- display: block;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 16px;
|
|
|
- color: #333333;
|
|
|
- // border: 1px solid #EEEEEE;
|
|
|
- padding: 15px;
|
|
|
- text-align: center;
|
|
|
+.popup-code {
|
|
|
+ text {
|
|
|
+ display: block;
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #666666;
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
.ShowModalCode-con {
|
|
|
padding: 30px;
|
|
|
text-align: center;
|
|
@@ -838,58 +859,4 @@ export default {
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-.uni-list {
|
|
|
- flex: 1;
|
|
|
-}
|
|
|
-
|
|
|
-.uni-list-item:first-child {
|
|
|
- /* #ifndef APP-NVUE */
|
|
|
- // display: flex;
|
|
|
- /* #endif */
|
|
|
- flex: 1;
|
|
|
- flex-direction: row;
|
|
|
- background-color: #FFFFFF;
|
|
|
- border-bottom-style: solid;
|
|
|
- border-bottom-width: 1px;
|
|
|
- border-bottom-color: #eee;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.uni-list-item__container {
|
|
|
- padding: 12px 15px;
|
|
|
- width: 100%;
|
|
|
- flex: 1;
|
|
|
-
|
|
|
- position: relative;
|
|
|
- /* #ifndef APP-NVUE */
|
|
|
- display: flex;
|
|
|
- box-sizing: border-box;
|
|
|
- /* #endif */
|
|
|
- flex-direction: row;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
-.uni-list-item__notestext {
|
|
|
- padding: 0 15px 15px 15px;
|
|
|
- font-size: 15px;
|
|
|
- color: #666666;
|
|
|
-}
|
|
|
-
|
|
|
-.uni-list-item__content-title {
|
|
|
- font-size: 17px;
|
|
|
- color: #333333;
|
|
|
-}
|
|
|
-
|
|
|
-.ShowModalCode-sumbit {
|
|
|
- background: linear-gradient(132deg, #2DD9FF 0%, #2D6DFF 100%);
|
|
|
- border-radius: 5px 5px 5px 5px;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- font-size: 16px;
|
|
|
- color: #FFFFFF;
|
|
|
- margin: 15px;
|
|
|
- text-align: center;
|
|
|
-}</style>
|
|
|
+</style>
|