|
|
@@ -12,6 +12,10 @@
|
|
|
<div class="block-wrap seek-operation">
|
|
|
<p><i></i>我的求购</p>
|
|
|
<ul>
|
|
|
+ <li @click="showPublishBox = true">
|
|
|
+ <img src="/images/mobile/center/user/pub.png" alt="">
|
|
|
+ <p>发布求购</p>
|
|
|
+ </li>
|
|
|
<nuxt-link to="/mobile/center/user/seek?seekType=wait" tag="li">
|
|
|
<img src="/images/mobile/center/user/wait.png" alt="">
|
|
|
<p>待报价</p>
|
|
|
@@ -20,10 +24,6 @@
|
|
|
<img src="/images/mobile/center/user/done.png" alt="">
|
|
|
<p>已报价</p>
|
|
|
</nuxt-link>
|
|
|
- <li @click="showPublishBox = true">
|
|
|
- <img src="/images/mobile/center/user/pub.png" alt="">
|
|
|
- <p>发布求购</p>
|
|
|
- </li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
|