lion 3 months ago
parent 062daab840
commit 1a78bdde3f

@ -79,7 +79,7 @@
.u-popup__content {
background: linear-gradient(0deg, #ffffff 85%, #044ed7);
background: linear-gradient(0deg, #ffffff 85%, #4f607e);
}
.mpopup-content {

@ -156,7 +156,7 @@
}
.content .des .link {
color: #044ed7;
color: #4f607e;
text-decoration: underline;
}

@ -156,7 +156,7 @@
<style scoped>
/deep/ .u-popup__content {
background-color: #044ed7;
background-color: #4f607e;
}
/deep/ .u-popup__content .title {

@ -1,6 +1,6 @@
{
"name" : "wx-dangyuanjiaoyujidi",
"appid" : "__UNI__FC384E5",
"name" : "mkw-visit-wx",
"appid" : "__UNI__C571D50",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@ -50,18 +50,14 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx35190cc07e73eda1",
"__usePrivacyCheck__": true,
"appid" : "wxbcf69120e37e6e3a",
"__usePrivacyCheck__" : true,
"setting" : {
"urlCheck" : false,
"minified" : false
},
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "提供您最近的活动地址"
}
},
"permission" : {},
"requiredPrivateInfos" : [ "getLocation" ]
},
"mp-alipay" : {

@ -4,7 +4,12 @@
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index"
"path": "pages/index/index",
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColor": "#fff"
}
},
{
"path": "pages/index/login",
@ -61,9 +66,9 @@
],
"globalStyle": {
"navigationBarTextStyle": "#FFFFFF",
"navigationBarTitleText": "BD访客系统",
"navigationBarBackgroundColor": "#044ed7",
"backgroundColor": "#eceefe"
"navigationBarTitleText": "迈柯唯访客系统",
"navigationBarBackgroundColor": "#182849",
"backgroundColor": "#f4f1f1"
}
// "tabBar": {
// "color": "#351C1B",

@ -141,7 +141,7 @@
</uni-forms-item>
</uni-forms>
<button type="primary" style="background-color: #044ed7;" @click="checkSubmit"></button>
<button type="primary" style="background-color: #4f607e;" @click="checkSubmit"></button>
</view>
<view class="checkforms dbitem" style="padding-top:30rpx" v-if="info.audit_status==0&&!isCheck">
{{checkText}}

@ -298,7 +298,7 @@
}
.toplogo {
background-color: #044ed7;
background-color: #4f607e;
padding: 40rpx 30rpx;
padding-bottom: 130rpx;
color: #fff;
@ -370,7 +370,7 @@
.popupVisit>view button {
padding: 0 20rpx;
background-color: #044ed7;
background-color: #4f607e;
color: #fff
}
.company{

@ -193,7 +193,7 @@
min-height: 60vh;
}
.signBtn{
background-color: #044ed7;
background-color: #4f607e;
padding: 0 30rpx;
margin-left: 40rpx;
font-size: 32rpx;

@ -1,7 +1,7 @@
<template>
<view class="containers" :style="{'height':winHeight+'px'}">
<view class="title justify-between">
<text>BD访客</text>
<text>迈柯唯访客</text>
<text @click="toUrl(0)" style="color: #f27707;">我的拜访记录</text>
</view>
<view class="bdfk">
@ -22,7 +22,7 @@
</view>
</view>
<view class="title justify-between">
<text>BD管理员</text>
<text>迈柯唯管理员</text>
</view>
<view>
<u--image :src="bdgl" width="670rpx" height="336rpx" @click="toUrl(4)"></u--image>
@ -90,13 +90,13 @@
<style scoped>
.containers {
background-color: #044ed7;
background-color: #fff;
padding: 0 40rpx;
padding-bottom:20px;
}
.title {
color: #fff;
color: #182849;
font-size: 32rpx;
padding: 40rpx 0;
padding-top: 70rpx

@ -16,7 +16,7 @@
</uni-forms-item>
</uni-forms>
<view class="sbtn">
<u-button type="primary" size="large" @click="submit"></u-button>
<u-button type="primary" size="large" :custom-style="{'background-color': '#182849','border-color': '#182849'}" @click="submit"></u-button>
</view>
</view>
</view>

@ -41,7 +41,7 @@
</u-popup>
<view class="steps">
<uni-steps :options="steps" :active="stepActive" active-color="#044ed7" />
<uni-steps :options="steps" :active="stepActive" active-color="#4f607e" />
</view>
<uni-forms ref="formdata" :model="form" :rules="rules" labelWidth="100px">
<view class="formtext">拜访信息</view>
@ -100,7 +100,7 @@
</uni-forms-item>
<uni-forms-item label="到访车辆" v-if="form.type!=3">
<view style="text-align: right;">
<button style="background-color: #044ed7;" type="primary" size="mini"
<button style="background-color: #4f607e;" type="primary" size="mini"
@click="form.cars.push('')">新增车辆</button>
</view>
@ -115,7 +115,7 @@
</uni-forms-item>
<uni-forms-item label="到访车辆" required name="cars" v-else>
<view style="text-align: right;">
<button style="background-color: #044ed7;" type="primary" size="mini"
<button style="background-color: #4f607e;" type="primary" size="mini"
@click="form.cars.push('')">新增车辆</button>
</view>
@ -131,7 +131,7 @@
<template v-if="form.type!=3">
<view class="formtext" style="display: flex;justify-content: space-between;">
<text>随访人员</text>
<button style="background-color: #044ed7;" type="primary" size="mini"
<button style="background-color: #4f607e;" type="primary" size="mini"
@click="$refs.showRight.open(),follw_people_obj={credent:1},follow_people_index=-1">新增随访人员</button>
</view>
<!-- 随访人员表格 -->
@ -148,7 +148,7 @@
<uni-td>
<view class="uni-group">
<text @click="editFollwPeople(index)"
style="color: #044ed7;margin-right:8px">修改</text>
style="color: #4f607e;margin-right:8px">修改</text>
<text @click="form.follw_people.splice(index,1)"
style="color: red;margin-right:8px">删除</text>
</view>
@ -197,7 +197,7 @@
:dataLists="adminList" placeholder="输入陪同人具体姓名或手机号搜索" @search="selectSearch" @submit="submitAccept"
@cancel="cancelAccept" />
</uni-forms>
<button type="primary" style="background-color: #044ed7;" @click="getStudy">{{goStudy}}</button>
<button type="primary" style="background-color: #4f607e;" @click="getStudy">{{goStudy}}</button>
<!-- 随访人员弹出 -->
@ -224,7 +224,7 @@
<view class="uni-group" style="text-align: right;">
<button @click="closeDrawer" size="mini">取消</button>
<button @click="pushFollowPeople" size="mini" type="primary"
style="background-color: #044ed7;margin-left:8px">确认</button>
style="background-color: #4f607e;margin-left:8px">确认</button>
</view>
</uni-drawer>
@ -971,7 +971,7 @@
}
.configbtn {
background: #044ed7;
background: #4f607e;
padding: 20rpx;
/* display: inline-block; */
text-align: center;
@ -999,7 +999,7 @@
.areavalue {}
.areabtn {
background-color: #044ed7;
background-color: #4f607e;
/* margin-left: 8px; */
width: 100%;
position: fixed;

@ -325,7 +325,7 @@
}
.cancelcode button.codebtn,.cancelbtns button.codebtn {
background: #044ed7;
background: #4f607e;
border: none;
color:#fff
}

@ -1,7 +1,7 @@
<template>
<view class="containers">
<view class="steps">
<uni-steps :options="steps" :active="stepActive" active-color="#044ed7" />
<uni-steps :options="steps" :active="stepActive" active-color="#4f607e" />
</view>
<view class="study" style="padding:0 20rpx">
<view class="service-show" v-if="studyInfo.file_detail.length>0">
@ -170,7 +170,7 @@
transition: background-color 0.3s;
&--active {
background-color: #044ed7;
background-color: #4f607e;
}
}
}
@ -196,7 +196,7 @@
}
.goTest {
background-color: #044ed7;
background-color: #4f607e;
color: #fff;
}

@ -70,7 +70,7 @@
}
.containers>view button {
background-color: #044ed7;
background-color: #4f607e;
color: #fff
}
</style>

@ -1,7 +1,7 @@
<template>
<view class="containers">
<view class="steps">
<uni-steps :options="steps" :active="stepActive" active-color="#044ed7" />
<uni-steps :options="steps" :active="stepActive" active-color="#4f607e" />
</view>
<view class="expire" v-if="studyInfo.expire_day">
通过测验后{{studyInfo.expire_day}}天内可不再重复学习
@ -283,7 +283,7 @@
.containers>.submitBtn text:last-child {
width: 30%;
background-color: #044ed7;
background-color: #4f607e;
color: #fff;
display: inline-block;
border-radius: 0 0rpx 10rpx 0;

@ -5,7 +5,7 @@
@reject-privacy="onRejectPrivacy"></privacy-popup>
<!-- #endif -->
<view class="steps">
<uni-steps :options="steps" :active="stepActive" active-color="#044ed7" />
<uni-steps :options="steps" :active="stepActive" active-color="#4f607e" />
</view>
<uni-forms ref="formdata" :model="form" :rules="rules" labelWidth="100px">
<view class="formtext">基础信息</view>
@ -23,7 +23,7 @@
<uni-easyinput type="idcard" v-model="form.idcard" placeholder="请输入证件号码" />
</uni-forms-item>
</uni-forms>
<button class='study' type="primary" style="background-color: #044ed7;" @click="toUrl"></button>
<button class='study' type="primary" style="background-color: #4f607e;" @click="toUrl"></button>
</view>
</template>

@ -21,7 +21,7 @@
top:0;
right:0;
padding:20rpx 40rpx;
background-color:#044ed7;
background-color:#4f607e;
border-radius:0 20rpx 0 20rpx;
color:#fff
}
@ -85,6 +85,6 @@
.dbbtns text.active{
margin-bottom: 0;
border-radius: 20rpx 20rpx 0 0;
background-color: #044ed7;
background-color: #4f607e;
color:#fff
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -16,7 +16,7 @@
/* 颜色变量 */
/* 行为相关颜色 */
$uni-color-primary: #044ed7;
$uni-color-primary: #4f607e;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;

@ -1,7 +1,7 @@
import md5 from "./md5.min";
const HOSTARR = {
'development': 'https://bd-fangke.ali251.langye.net',
'production': 'https://bd-fangke.ali251.langye.net'
'development': 'https://visitor-test.ali251.langye.net',
'production': 'https://visitor-test.ali251.langye.net'
}; // 审核状态
const HOST = HOSTARR[process.env

Loading…
Cancel
Save