| | |
| | | <span class="font_Size12 bg_Red">{{ highLevelAuthCount }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="text_Box2" @click="onUseBaseButtonTwo()"> |
| | | <div class="text_Box2" @click="onUseC2c()"> |
| | | <div class="text_moll"> |
| | | <img |
| | | style="width: 42px; height: 40px" |
| | |
| | | /> |
| | | </div> |
| | | <div class="text_moll"> |
| | | <span class="font_Size14">c2c</span> |
| | | <span class="font_Size14">c2c订单</span> |
| | | <span class="font_Size12 bg_Red">{{ c2cMsgCount }}</span> |
| | | </div> |
| | | </div> |
| | |
| | | onUseBaseButtonTwo() { |
| | | this.$router.push({ path: "/user-relation-senior" }); |
| | | }, |
| | | onUseC2c() { |
| | | this.$router.push({ path: "/c2c-c2c_pay_order" }); |
| | | }, |
| | | onRechange() { |
| | | this.$router.push({ path: "/order-rechange" }); |
| | | }, |