Commit 3e20838a by yuzhenWang

修改显示文字

parent 8e58faec
......@@ -186,7 +186,7 @@
"vueVersion" : "3",
"h5" : {
"router" : {
"base" : "/appYdhomeoffice/",
"base" : "/cffp/",
"mode" : "history"
},
"devServer" : {
......
{
"name": "日期区间picker",
"version": "1.0.7",
"lockfileVersion": 1,
"name": "验证码输入框",
"version": "2.0",
"lockfileVersion": 3,
"requires": true,
"dependencies": {
"echarts": {
"packages": {
"": {
"name": "验证码输入框",
"version": "2.0",
"dependencies": {
"echarts": "^5.4.1",
"nanoid": "^4.0.0"
}
},
"node_modules/echarts": {
"version": "5.4.1",
"resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.4.1.tgz",
"integrity": "sha512-9ltS3M2JB0w2EhcYjCdmtrJ+6haZcW6acBolMGIuf01Hql1yrIV01L1aRj7jsaaIULJslEP9Z3vKlEmnJaWJVQ==",
"requires": {
"dependencies": {
"tslib": "2.3.0",
"zrender": "5.4.1"
}
},
"merge-images": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/merge-images/-/merge-images-1.2.0.tgz",
"integrity": "sha512-hEGvgnTdXr08uzGvEArxRsKpy7WmozM73YaSi4s5IYF4LxrhANpqfHaz9CgBZ5+0+s2NsjPnPdStz3aCc0Yulw=="
},
"nanoid": {
"node_modules/nanoid": {
"version": "4.0.0",
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-4.0.0.tgz",
"integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg=="
},
"signature_pad": {
"version": "3.0.0-beta.4",
"resolved": "https://registry.npmmirror.com/signature_pad/-/signature_pad-3.0.0-beta.4.tgz",
"integrity": "sha512-cOf2NhVuTiuNqe2X/ycEmizvCDXk0DoemhsEpnkcGnA4kS5iJYTCqZ9As7tFBbsch45Q1EdX61833+6sjJ8rrw=="
"integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==",
"bin": {
"nanoid": "bin/nanoid.js"
},
"engines": {
"node": "^14 || ^16 || >=18"
}
},
"tslib": {
"node_modules/tslib": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
},
"vue-signature-pad": {
"version": "3.0.2",
"resolved": "https://registry.npmmirror.com/vue-signature-pad/-/vue-signature-pad-3.0.2.tgz",
"integrity": "sha512-o25o+lROfCmzASS2+fU8ZV801kV+D4/02zkZ+ez3NKeiUmbxW7kwlUf5oKQkvA+l7Ou9xGsGLsirBLch3jyX8A==",
"requires": {
"merge-images": "^1.1.0",
"signature_pad": "^3.0.0-beta.3"
}
},
"zrender": {
"node_modules/zrender": {
"version": "5.4.1",
"resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.4.1.tgz",
"integrity": "sha512-M4Z05BHWtajY2241EmMPHglDQAJ1UyHQcYsxDNzD9XLSkPDqMq4bB28v9Pb4mvHnVQ0GxyTklZ/69xCFP6RXBA==",
"requires": {
"dependencies": {
"tslib": "2.3.0"
}
}
......
......@@ -13,5 +13,9 @@
"前端组件",
"通用组件"
]
},
"dependencies": {
"echarts": "^5.4.1",
"nanoid": "^4.0.0"
}
}
\ No newline at end of file
}
......@@ -527,7 +527,7 @@
"pagePath": "pages/courselist/courselist", // 页面路径,必须在 pages 中先定义
"iconPath": "static/tabbar/cffp.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px
"selectedIconPath": "static/tabbar/cffp_active.png", // 选中时的图片路径
"text": "CFFP认证" // tab 上按钮文字
"text": "产品中心" // tab 上按钮文字
}, {
"pagePath": "pages/personalCenter/personalCenter",
"iconPath": "static/tabbar/my.png",
......
......@@ -2,7 +2,8 @@
<view class="container">
<view class="top">
<view class="compony">
<image :src="cffpUserInfo.logo" mode="widthFix" style="max-width:320rpx"></image>
<!-- <image :src="cffpUserInfo.logo" mode="widthFix" style="max-width:320rpx"></image> -->
<image src="@/static/logo1.png" mode="widthFix" style="width: 120rpx !important;"></image>
<text class="name">{{cffpUserInfo.name}}</text>
<text class="iconfont icon-31tishi" @click="getIntroduce('center')"></text>
</view>
......@@ -86,7 +87,7 @@
},
featureLists: [{
key: '00',
name: '销售课程',
name: '销售中心',
icon: 'salesCourse',
link: '/pages/saleCourseLists/saleCourseLists',
isOpen: true
......@@ -354,15 +355,16 @@
.compony {
display: flex;
align-items: center;
max-height: 90rpx;
overflow: hidden;
// max-height: 150rpx;
// overflow: hidden;
.name {
font-size: 36rpx;
}
image {
margin-right: 20rpx;
margin-right: 40rpx;
}
.icon-31tishi {
......
......@@ -25,7 +25,7 @@
</view>
<view class="" style="display: align-self: end;">
<span><text style="color: #2D56A7;" @click="getFile(1)">《服务协议》 | </text><text style="color: #2D56A7;" @click="getFile(2)">《隐私政策》</text></span>
<p class="footer-text" style="margin: 10px 0;">客服电话:400921-9290</p>
<p class="footer-text" style="margin: 10px 0;">客服电话:400-921-9290</p>
<p class="footer-text">{{companyFullName}}提供</p>
</view>
</view>
......
......@@ -94,7 +94,7 @@
mainMenuLists:[
{id:'00',categoryName:'销售管理',
children:[
{title:'销售课程',icon:'salesCourse',link:'/pages/saleCourseLists/saleCourseLists',isOpen:true,isShow:true},
{title:'销售中心',icon:'salesCourse',link:'/pages/saleCourseLists/saleCourseLists',isOpen:true,isShow:true},
{title:'销售保单',icon:'salesOrder',link:'',isOpen:true,isShow:false},
{title:'我的售后',icon:'afterSales',link:'/pages/afterSales/afterSales',isOpen:true,isShow:true}
],
......
......@@ -13,7 +13,7 @@ import MenuList from "@/components/menuList/menuList.vue"
data() {
return {
minorMenuLists: [{
title: '房贷推销计算器',
title: '购房能力测算',
icon: 'shareEcode',
link: '/sfp/housePurchase/housePurchase',
isOpen: true,
......
......@@ -58,7 +58,7 @@
<navigator class="rule" url="/pages/taxRules/taxRules">《劳务报酬税缴纳规则》;</navigator>
</view>
<view class="">
3、如需帮助,请联系银盾家办客服电话400:921-9290;
3、如需帮助,请联系银盾家办客服电话400-921-9290;
</view>
</view>
<view class="btn" @click="confirmWithdrawal()" :class="{'gray':readonlyFlag}" style="bottom: 30rpx;">
......
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