|
|
@@ -43,23 +43,20 @@
|
|
|
</nuxt-link>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="block-wrap collect-block">
|
|
|
- <!--<div class="content-line" @click="goStore">
|
|
|
- <img src="/images/mobile/center/vendor/shop.png" alt="">
|
|
|
- <span>我的店铺</span>
|
|
|
- <i class="iconfont icon-xiangyou"></i>
|
|
|
- </div>-->
|
|
|
- <nuxt-link tag="div" to="/mobile/order?type=saler" class="content-line">
|
|
|
- <img src="/images/mobile/center/user/order.jpg" alt="">
|
|
|
- <span>销售订单</span>
|
|
|
- <i class="iconfont icon-xiangyou"></i>
|
|
|
- </nuxt-link>
|
|
|
- <nuxt-link tag="div" to="/mobile/center/vendor/message" class="content-line" v-if="user.data.enterprise.uu">
|
|
|
- <img src="/images/mobile/center/user/message.png" alt="">
|
|
|
- <span>消息中心<span class="text">({{messageCount.count || 0}})</span></span>
|
|
|
- <i class="iconfont icon-xiangyou"></i>
|
|
|
- </nuxt-link>
|
|
|
+ <div class="block-wrap seek-operation">
|
|
|
+ <p><i></i>更多服务</p>
|
|
|
+ <ul>
|
|
|
+ <nuxt-link tag="li" to="/mobile/order?type=saler">
|
|
|
+ <img src="/images/mobile/center/user/order.jpg" alt="">
|
|
|
+ <p>销售订单</p>
|
|
|
+ </nuxt-link>
|
|
|
+ <nuxt-link tag="li" to="/mobile/center/vendor/message" v-if="user.data.enterprise.uu">
|
|
|
+ <img src="/images/mobile/center/user/message.png" alt="">
|
|
|
+ <p>消息中心<span class="text">({{messageCount.count || 0}})</span></p>
|
|
|
+ </nuxt-link>
|
|
|
+ </ul>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
<remind-box :title="remindText" :timeoutCount="timeoutCount"></remind-box>
|
|
|
</div>
|