|
|
@@ -32,12 +32,12 @@
|
|
|
<img src="@/assets/image/闪电增员.png" />
|
|
|
闪电增员
|
|
|
</li>
|
|
|
- <li @click="recruiting" >
|
|
|
+ <li @click="walletting" >
|
|
|
<img src="@/assets/image/钱包.png" />
|
|
|
钱包
|
|
|
</li>
|
|
|
</div>
|
|
|
- <div class="textItem logout">
|
|
|
+ <!-- <div class="textItem logout">
|
|
|
<li>
|
|
|
<p v-if="MoneyData.handlingFee">{{ MoneyData.handlingFee.toFixed(2) }}</p>
|
|
|
<p v-else>0.00</p>
|
|
|
@@ -53,8 +53,7 @@
|
|
|
<p v-else>0.00</p>
|
|
|
<p>推广金额(元)</p>
|
|
|
</li>
|
|
|
- <!-- <el-button @click="logout" size="small" type="primary" plain>退出登录</el-button> -->
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<message-panel ref="messagePanel"></message-panel>
|
|
|
<backup ref="backupDialog" @afterRestore="afterRestore"></backup>
|
|
|
<psdreset ref="psdresetDialog" @afterRestore="afterReset"></psdreset>
|
|
|
@@ -239,6 +238,9 @@ export default {
|
|
|
})
|
|
|
.catch(() => { })
|
|
|
},
|
|
|
+ walletting(){
|
|
|
+ this.$router.push("/letter/wallet/fundsWallet")
|
|
|
+ },
|
|
|
// 删除cookie
|
|
|
deleteCookie: function (name) {
|
|
|
Cookies.remove(name)
|