|
|
@@ -42,10 +42,6 @@
|
|
|
<view class="module-com content_box user-open_bx">
|
|
|
<view class="input-line-wrap">
|
|
|
|
|
|
- <tui-list-cell @click="pageTo({ url: '/admin/coupon/couponList' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
- <div class="tui-title">我的红包</div>
|
|
|
- </tui-list-cell>
|
|
|
-
|
|
|
<tui-list-cell @click="pageTo({ url: '/pagesStore/me/shopYeChange' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
<div class="tui-title">余额明细</div>
|
|
|
</tui-list-cell>
|
|
|
@@ -58,6 +54,10 @@
|
|
|
<div class="tui-title">收支明细</div>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
+ <tui-list-cell @click="pageTo({ url: '/admin/coupon/couponList' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
+ <div class="tui-title">我的红包</div>
|
|
|
+ </tui-list-cell>
|
|
|
+
|
|
|
<tui-list-cell @click="pageTo({ url: '/pagesStore/me/rechargeList' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
<div class="tui-title">充值记录</div>
|
|
|
</tui-list-cell>
|