提交 631b54fc 编写于 作者: “grape”'s avatar “grape”

修复首页bug

上级 1986f62e
文件已添加
......@@ -55,12 +55,12 @@
<div style="background-color: #ffff; height: 18%">
<div class="prudect">
<van-row type="flex">
<van-row type="flex" justify="space-between">
<span style="padding:20px 16px; font-size: 18px; font-weight: 600; margin-left: 4% width: 30%; height:44px;" >推荐产品</span>
<van-cell
style="font-size: 18px; padding:15px 16px; width: 72%; "
border="false"
style="font-size: 18px; padding:18px 16px; width: 50%; "
center="true"
:value="outcsinfo.place"
@click="onAddress">
......@@ -118,6 +118,7 @@
v-for="(item, index) in applicaList.slice(0, 1)"
:key="index"
>
<van-row type="flex" class="applicationName">
<van-col span="24">{{ item.name }}</van-col>
</van-row>
......@@ -154,6 +155,7 @@
</div>
</van-col>
</van-row>
</div>
<div
class="application"
v-for="(item, index) in applicaList.slice(1, 2)"
......@@ -282,7 +284,7 @@
</van-col>
</van-row>
</div>
</div>
<div style="margin-top: 4%">
<van-row type="flex">
<van-col span="12">
......@@ -527,17 +529,7 @@ export default class Main extends Vue {
foursize: "1000-2000",
},
];
//按钮
tabbarlist: any = {
name: "首页",
flag: true,
};
productList: ProductData[] = [
productList: ProductData[] = [
{
productname: "金融消费贷", //产品名称
describe: "1年100万", //描述
......@@ -553,6 +545,17 @@ export default class Main extends Vue {
loanterm: "89个月", //贷款期限
},
];
//按钮
tabbarlist: any = {
name: "首页",
flag: true,
};
//点击picket跳转界面
onClickPicket() {
this.$router.push({
......@@ -781,7 +784,7 @@ export default class Main extends Vue {
box-shadow: none;
}
::v-deep .van-dropdown-item {
.van-dropdown-item {
position: relative;
right: 0;
left: 0;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册