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

修复首页bug

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