Commit 40b9d2c7 authored by zhengxiuming's avatar zhengxiuming

采购分期修改

parent d4da013d
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
{ {
"path": "pages/financial/financialstage", "path": "pages/financial/financialstage",
"style": { "style": {
"navigationBarTitleText": "金融分期-谛宝多多商城" "navigationBarTitleText": "采购分期-谛宝多多商城"
} }
}, },
{ {
"path": "pages/apply/choosetype", "path": "pages/apply/choosetype",
"style": { "style": {
"navigationBarTitleText": "金融分期-谛宝多多商城" "navigationBarTitleText": "采购分期-谛宝多多商城"
} }
}, },
{ {
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
{ {
"path": "pages/certification/certification", "path": "pages/certification/certification",
"style": { "style": {
"navigationBarTitleText": "金融分期-谛宝多多商城" "navigationBarTitleText": "采购分期-谛宝多多商城"
} }
}, },
{ {
......
<template> <template>
<view class="page1_content"> <view class="page1_content">
<TopBar title="金融分期"/> <TopBar title="采购分期"/>
<view class="page1_top"> <view class="page1_top">
<view> <view>
<view class="apply_title">企业信息</view> <view class="apply_title">企业信息</view>
......
<template> <template>
<view class="page2_content"> <view class="page2_content">
<TopBar title="金融分期"/> <TopBar title="采购分期"/>
<view class="apply_data_content"> <view class="apply_data_content">
<view :style="{'margin-top':'40rpx'}"> <view :style="{'margin-top':'40rpx'}">
<view class="apply_title">法人信息</view> <view class="apply_title">法人信息</view>
......
<template> <template>
<view class="page3_content"> <view class="page3_content">
<TopBar title="金融分期"/> <TopBar title="采购分期"/>
<view class="page3_tips">其他补充信息(选填)</view> <view class="page3_tips">其他补充信息(选填)</view>
<view class="apply_data_content"> <view class="apply_data_content">
<view :style="{'margin-top':'40rpx'}"> <view :style="{'margin-top':'40rpx'}">
......
<template> <template>
<view style="padding-top: 80rpx;"> <view style="padding-top: 80rpx;">
<TopBar title="金融分期"/> <TopBar title="采购分期"/>
<view class="type_view" @click="changeType(1)" :class="{'act': type === 1}" style="margin-top:36rpx"> <view class="type_view" @click="changeType(1)" :class="{'act': type === 1}" style="margin-top:36rpx">
<view>申请线上审核资质</view> <view>申请线上审核资质</view>
<view>需填写企业/法人/其他信息</view> <view>需填写企业/法人/其他信息</view>
......
<template> <template>
<view class="cer_content"> <view class="cer_content">
<TopBar title="金融分期"/> <TopBar title="采购分期"/>
<view class="apply_data_content"> <view class="apply_data_content">
<view :style="{'margin-top':'40rpx'}"> <view :style="{'margin-top':'40rpx'}">
<view class="apply_title">选择单位类型</view> <view class="apply_title">选择单位类型</view>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="navigation" :style="[{'height': style_setting.height*2+'rpx', 'height': style_setting.height*2+'rpx'}, style_setting.bg_show ? {'background-image': 'url('+style_setting.bg_url+')'} : null, {'background-color': style_setting.bg_color}]"> <view class="navigation" :style="[{'height': style_setting.height*2+'rpx', 'height': style_setting.height*2+'rpx'}, style_setting.bg_show ? {'background-image': 'url('+style_setting.bg_url+')'} : null, {'background-color': style_setting.bg_color}]">
<view> <view>
<text class="navigation_item" v-for="(item, key) in list" :key="key" v-if="item.goods_type == 0 || (item.goods_type > 0 && goods_type > 0)" > <text class="navigation_item" v-for="(item, key) in list" :key="key" v-if="item.goods_type == 0 || (item.goods_type > 0 && goods_type > 0)" >
<text class="navigation_text" :style="[{'color': item.title_color}, item.title_bg_show ? {'background-image': 'url('+item.title_bg_url+')'} : '']" @click="$jump(item.link)"> <text class="navigation_text" :class="{'active': item.title === '首页'}" :style="[{'color': item.title_color}, item.title_bg_show ? {'background-image': 'url('+item.title_bg_url+')'} : '']" @click="$jump(item.link)">
<i v-if="item.title_icon_show" class="navigation_icon" :style="{'background-image': 'url('+item.title_icon_url+')'}"></i> <i v-if="item.title_icon_show" class="navigation_icon" :style="{'background-image': 'url('+item.title_icon_url+')'}"></i>
<text v-if="item.title_show">{{item.title}}</text> <text v-if="item.title_show">{{item.title}}</text>
</text> </text>
...@@ -22,12 +22,14 @@ ...@@ -22,12 +22,14 @@
return { return {
style_setting: this.wrapper_props.style_setting, style_setting: this.wrapper_props.style_setting,
list: this.wrapper_props.list, list: this.wrapper_props.list,
goods_type: '-1' //默认不可见 goods_type: '-1' ,//默认不可见,
// link_url: ''
} }
}, },
mounted() { mounted() {
const goods_type = this.$getCache('goods_type'); const goods_type = this.$getCache('goods_type');
this.goods_type = goods_type; this.goods_type = goods_type;
// this.link_url = window.location.pathname
} }
} }
</script> </script>
...@@ -69,6 +71,25 @@ ...@@ -69,6 +71,25 @@
margin-right: 8rpx; margin-right: 8rpx;
} }
} }
.active{
font-size: 32rpx;
color: #212121;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
position: relative;
display: inline-block;
&:before{
content: '';
position: absolute;
bottom: -8rpx;
height: 4rpx;
width: 48rpx;
left: 50%;
margin-left: -24rpx;
background-color: #ffcd00;
border-radius: 2rpx;
}
}
} }
.navigation::-webkit-scrollbar { .navigation::-webkit-scrollbar {
display: none; display: none;
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<view> <view>
<text class="info_commom_title">活动</text> <text class="info_commom_title">活动</text>
<text class="info_common_label info_common_label2">分期</text> <text class="info_common_label info_common_label2">分期</text>
<text class="info_common_con">金融分期限时免息</text> <text class="info_common_con">采购分期限时免息</text>
</view> </view>
<view class="info_operation"> <view class="info_operation">
<text>查看</text> <text>查看</text>
......
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