增加核销功能,修改无法砍价的问题

This commit is contained in:
gaoxs
2020-06-28 17:31:13 +08:00
parent e7e349e2ed
commit 5f6f8e7f4c
7 changed files with 61 additions and 37 deletions

View File

@ -8,7 +8,7 @@
<view>总资产()</view>
<view class="money">{{ now_money }}</view>
</view>
<navigator url="/pages/user/Recharge/index" class="recharge font-color-red">充值</navigator>
<!-- <navigator url="/pages/user/Recharge/index" class="recharge font-color-red">充值</navigator> -->
</view>
<view class="cumulative acea-row row-top">
<view class="item">
@ -31,12 +31,12 @@
</view>
<view>消费记录</view>
</view>
<view class="item" @click="goUserBill(2)">
<!-- <view class="item" @click="goUserBill(2)">
<view class="pictrue">
<image src="@/static/images/record3.png" />
</view>
<view>充值记录</view>
</view>
</view> -->
</view>
<view class="advert acea-row row-between-wrapper"></view>
</view>