diff --git a/dist.rar b/dist.rar new file mode 100644 index 0000000000000000000000000000000000000000..7fa04544ddba8a40d42c094f1f5974895536520c Binary files /dev/null and b/dist.rar differ diff --git a/src/views/main/Main.vue b/src/views/main/Main.vue index 81c5d8216fe80b85e5435a99d12e25a90704192a..507ba605ac5eb873002fe977b141c7abdbe7cdf4 100644 --- a/src/views/main/Main.vue +++ b/src/views/main/Main.vue @@ -55,12 +55,12 @@
- + 推荐产品 @@ -118,6 +118,7 @@ v-for="(item, index) in applicaList.slice(0, 1)" :key="index" > + {{ item.name }} @@ -154,6 +155,7 @@
+
- +
@@ -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;