|
@@ -10,7 +10,7 @@
|
|
|
<i class="icon iconfont icon-iconm_waixht"></i>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li class="theme2" @click="toUrl('DealWith',1)">
|
|
|
+ <li class="theme2" @click="toUrl('DealWith',2)">
|
|
|
<div class="num">{{haveInitiatedData.total}}</div>
|
|
|
<div class="label">我的发起(未结束)</div>
|
|
|
<div class="icon-box">
|
|
@@ -285,6 +285,7 @@ onMounted(() => {})
|
|
|
color: #333333;
|
|
|
position: relative;
|
|
|
border-radius: 10px;
|
|
|
+ cursor: pointer;
|
|
|
.label {
|
|
|
font-size: 14px;
|
|
|
margin-top: 10px;
|