no message

cyl/job_im
jscyl13849007907 1 day ago
parent 4217774f11
commit 723b3d9f96

@ -712,7 +712,7 @@
{ {
"path": "view", "path": "view",
"style": { "style": {
"navigationBarTitleText": "通过粉丝验证" "navigationBarTitleText": "通过代理申请"
} }
}, },
// { // {

@ -1,28 +1,33 @@
<template> <template>
<view class="p-root-bind-applyForm g_w_all g_h_all g_bg_f_5 g_kuaishou"> <view class="p-root-bind-applyForm g_w_all g_h_all g_bg_f_5 g_kuaishou">
<view class="g_h_10"></view> <view v-show="isloading">
<g-panel-card-info <rh-loading></rh-loading>
:info="{
avatar: info.logo,
title: info.agencyName,
num: '已发布职位' + info.jobNum,
}"
:isShowMore="0"
/>
<view class="g_mt_10 g_bg_f g_p_16 g_ml_10 g_mr_10 g_radius_8">
<view class="g_fs_16 g_c_6">发送关注申请</view>
<view class="g_mt_10 g_bg_f_7 g_pl_16 g_pr_16 g_radius_8 g_pt_14 g_pb_14">
<u-input v-model="remark" type="textarea" class="g_bg_f_7 g_fs_16" style="font-size: 16px" placeholder-style="font-size:16px" />
</view>
</view> </view>
<view class="g_flex_row_center g_mt_32"> <view v-show="!isloading">
<view class="g_w_184 g_h_40 g_flex_c g_radius_20 g_c_f g_fs_16" <view class="g_h_10"></view>
:class="info.recordStatus == 1 || info.recordStatus == 2 ? 'g_bg_e g_c_9' : 'g_bg_main'" <g-panel-card-info
:style="info.recordStatus == 1 || info.recordStatus == 2 ? 'pointer-events: none;' : ''" :info="{
hover-class="thover" avatar: info.logo,
@click="handleSubmit" title: info.agencyName,
> num: '已发布职位' + info.jobNum,
{{ info.recordStatus == 1 ? "申请中" : info.recordStatus == 2 ? "已关注" : "发送" }} }"
:isShowMore="0"
/>
<view class="g_mt_10 g_bg_f g_p_16 g_ml_10 g_mr_10 g_radius_8">
<view class="g_fs_16 g_c_6">发送关注申请</view>
<view class="g_mt_10 g_bg_f_7 g_pl_16 g_pr_16 g_radius_8 g_pt_14 g_pb_14">
<u-input v-model="remark" type="textarea" class="g_bg_f_7 g_fs_16" style="font-size: 16px" placeholder-style="font-size:16px" />
</view>
</view>
<view class="g_flex_row_center g_mt_32">
<view class="g_w_184 g_h_40 g_flex_c g_radius_20 g_c_f g_fs_16"
:class="info.recordStatus == 1 || info.recordStatus == 2 ? 'g_bg_e g_c_9' : 'g_bg_main'"
:style="info.recordStatus == 1 || info.recordStatus == 2 ? 'pointer-events: none;background-color: #ccc;' : ''"
hover-class="thover"
@click="handleSubmit"
>
{{ info.recordStatus == 1 ? "申请中" : info.recordStatus == 2 ? "已关注" : "发送" }}
</view>
</view> </view>
</view> </view>
</view> </view>
@ -38,6 +43,7 @@ export default {
}, },
data() { data() {
return { return {
isloading: true,
wxCode: "", wxCode: "",
info: { info: {
logo: "", logo: "",
@ -83,6 +89,7 @@ export default {
methods: { methods: {
init() { init() {
let that = this; let that = this;
that.isloading = true;
that.G.Get( that.G.Get(
that.api.bind_getSubscribeDetail, that.api.bind_getSubscribeDetail,
{ {
@ -91,8 +98,13 @@ export default {
(res) => { (res) => {
console.log("企业基本信息:", res); console.log("企业基本信息:", res);
if(res.recordStatus == 1){ if(res.recordStatus == 1){
res.recordStatus = 1;
that.info = res; that.info = res;
setTimeout(() => {
that.isloading = false;
}, 100);
}else{ }else{
that.isloading = false;
uni.switchTab({ uni.switchTab({
url: '/pages/home/index', url: '/pages/home/index',
}); });

@ -505,7 +505,7 @@ export default {
key: "1", key: "1",
}, },
{ {
name: "图标版通告", name: "图标版",
key: "2", key: "2",
}, },
], ],

@ -55,9 +55,9 @@
<radio :checked="switchChecked" @click="switchChange" value="0" class="dib biggerSize" :color="themeColor" style="transform: scale(0.7)" /> <radio :checked="switchChecked" @click="switchChange" value="0" class="dib biggerSize" :color="themeColor" style="transform: scale(0.7)" />
</radio-group> </radio-group>
我已阅读并同意 我已阅读并同意
<navigator url="/root/person/agreeUser" class="aLink">用户服务协议</navigator> <navigator url="/root/person/agreeUser" class="aLink" style="color: #576b95;">用户服务协议</navigator>
<navigator url="/root/person/agreePrive" class="aLink">隐私政策</navigator> <navigator url="/root/person/agreePrive" class="aLink" style="color: #576b95;">隐私政策</navigator>
</view> </view>
<view class="g_flex_row_center" style="text-align: center; font-size: 12px; color: #999; line-height: 32px; box-sizing: border-box"> <view class="g_flex_row_center" style="text-align: center; font-size: 12px; color: #999; line-height: 32px; box-sizing: border-box">
<view> 人海云平台 技术支持 </view> <view> 人海云平台 技术支持 </view>

@ -57,9 +57,9 @@
<radio :checked="switchChecked" @click="switchChange" value="0" class="dib" :color="globalData.themeColor" style="transform: scale(0.7)" /> <radio :checked="switchChecked" @click="switchChange" value="0" class="dib" :color="globalData.themeColor" style="transform: scale(0.7)" />
</radio-group> </radio-group>
我已阅读并同意 我已阅读并同意
<navigator url="/root/person/agreeUser" class="aLink">用户服务协议</navigator> <navigator url="/root/person/agreeUser" class="aLink" style="color: #576b95;">用户服务协议</navigator>
<navigator url="/root/person/agreePrive" class="aLink">隐私政策</navigator> <navigator url="/root/person/agreePrive" class="aLink" style="color: #576b95;">隐私政策</navigator>
</view> </view>
<div class="g_pt_70"> <div class="g_pt_70">

@ -34,9 +34,9 @@
style="transform: scale(0.7)" /> style="transform: scale(0.7)" />
</radio-group> </radio-group>
我已阅读并同意 我已阅读并同意
<navigator url="/root/person/agreeUser" class="aLink">用户服务协议</navigator> <navigator url="/root/person/agreeUser" class="aLink" style="color: #576b95;">用户服务协议</navigator>
<navigator url="/root/person/agreePrive" class="aLink">隐私政策</navigator> <navigator url="/root/person/agreePrive" class="aLink" style="color: #576b95;">隐私政策</navigator>
</view> </view>
<!-- <view class="tc f14 c9" style="margin-top:30px;">暂时仅支持绑定微信零钱账户(可用于提现)</view> --> <!-- <view class="tc f14 c9" style="margin-top:30px;">暂时仅支持绑定微信零钱账户(可用于提现)</view> -->
</view> </view>

@ -53,9 +53,9 @@
<radio :checked="switchChecked" @click="switchChange" value="0" class="dib" color="#f40" style="transform: scale(0.7)" /> <radio :checked="switchChecked" @click="switchChange" value="0" class="dib" color="#f40" style="transform: scale(0.7)" />
</radio-group> </radio-group>
我已阅读并同意 我已阅读并同意
<navigator url="/root/person/agreeUser" class="aLink">用户服务协议</navigator> <navigator url="/root/person/agreeUser" class="aLink" style="color: #576b95;">用户服务协议</navigator>
<navigator url="/root/person/agreePrive" class="aLink">隐私政策</navigator> <navigator url="/root/person/agreePrive" class="aLink" style="color: #576b95;">隐私政策</navigator>
</view> </view>
</view> </view>
</view> </view>

@ -55,9 +55,9 @@
<radio :checked="switchChecked" @click="switchChange" value="0" class="dib biggerSize" :color="primaryTheme" style="transform: scale(0.7)" /> <radio :checked="switchChecked" @click="switchChange" value="0" class="dib biggerSize" :color="primaryTheme" style="transform: scale(0.7)" />
</radio-group> </radio-group>
我已阅读并同意 我已阅读并同意
<navigator url="/root/person/agreeUser" class="aLink">用户服务协议</navigator> <navigator url="/root/person/agreeUser" class="aLink" style="color: #576b95;">用户服务协议</navigator>
<navigator url="/root/person/agreePrive" class="aLink">隐私政策</navigator> <navigator url="/root/person/agreePrive" class="aLink" style="color: #576b95;">隐私政策</navigator>
</view> </view>
<view class="g_flex_row_center" style="text-align: center; font-size: 12px; color: #999; line-height: 32px; box-sizing: border-box"> <view class="g_flex_row_center" style="text-align: center; font-size: 12px; color: #999; line-height: 32px; box-sizing: border-box">
<view> 人海云平台 技术支持 </view> <view> 人海云平台 技术支持 </view>

Loading…
Cancel
Save