Commit 017c971e by 陈超

A

parent 78142034
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
</div> </div>
</div> </div>
<div class="divider"></div> <div class="divider"></div>
<van-cell @click="onIncome" title="收益明细" is-link ></van-cell>
<van-cell @click="onWithdraw" title="提现明细" is-link ></van-cell>
<van-cell @click="onMyQrcode" title="我的推广码" is-link ></van-cell>
</div> </div>
</div> </div>
...@@ -33,6 +36,17 @@ ...@@ -33,6 +36,17 @@
return { return {
money: 0 money: 0
} }
},
methods: {
onIncome: function() {
},
onWithdraw: function() {
},
onMyQrcode: function() {
},
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment