lion 3 months ago
parent 062daab840
commit 1a78bdde3f

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

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

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

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

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

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

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

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

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

@ -16,7 +16,7 @@
</uni-forms-item> </uni-forms-item>
</uni-forms> </uni-forms>
<view class="sbtn"> <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> </view>
</view> </view>

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

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

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

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

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

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

@ -21,7 +21,7 @@
top:0; top:0;
right:0; right:0;
padding:20rpx 40rpx; padding:20rpx 40rpx;
background-color:#044ed7; background-color:#4f607e;
border-radius:0 20rpx 0 20rpx; border-radius:0 20rpx 0 20rpx;
color:#fff color:#fff
} }
@ -85,6 +85,6 @@
.dbbtns text.active{ .dbbtns text.active{
margin-bottom: 0; margin-bottom: 0;
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
background-color: #044ed7; background-color: #4f607e;
color:#fff 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-success: #4cd964;
$uni-color-warning: #f0ad4e; $uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d; $uni-color-error: #dd524d;

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

Loading…
Cancel
Save