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

修复首页bug

上级 631b54fc
文件已删除
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
<van-cell <van-cell
style="font-size: 18px; padding:18px 16px; width: 50%; " style="font-size: 18px; padding:18px 16px; width: 50%; "
center="true"
:value="outcsinfo.place" :value="outcsinfo.place"
@click="onAddress"> @click="onAddress">
<template #right-icon> <template #right-icon>
...@@ -98,7 +97,7 @@ ...@@ -98,7 +97,7 @@
<van-tabs v-model="active" @click="onClick" style="width:75%" > <van-tabs v-model="active" @click="onClick" style="width:75%" >
<van-tab v-for="index in tabsList" :key="index"> <van-tab v-for="index in tabsList" :key="index.name">
<template #title >{{index.name}} <van-icon :name="index.status===1? 'arrow-up' :'arrow-down'"/> <template #title >{{index.name}} <van-icon :name="index.status===1? 'arrow-up' :'arrow-down'"/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册