Commit 913dc888 authored by 罗超's avatar 罗超

1

parent 254f272e
......@@ -35,7 +35,7 @@
class="imgicon"
/>
<view class="iconname">订单消息</view>
<view class="tipNum">{{ OrderNumber<100?OrderNumber:'99+' }}</view>
<view class="tipNum" v-if="OrderNumber>0">{{ OrderNumber<100?OrderNumber:'99+' }}</view>
</view>
<!-- <view class="itemBox">
<image
......@@ -52,7 +52,7 @@
class="imgicon"
/>
<view class="iconname">提现申请</view>
<view class="tipNum">{{ txNumber<100?txNumber:'99+' }}</view>
<view class="tipNum" v-if="txNumber>0">{{ txNumber<100?txNumber:'99+' }}</view>
</view>
<view class="itemBox" @click="goUserList('commentsManage')">
<image
......@@ -527,7 +527,7 @@ export default {
// 获取提现消息
getTX() {
let msg = {
AuditStatus: 3,
AuditStatus: 1,
UserId: 0,
pageIndex: 1,
pageSize: 100,
......
This diff is collapsed.
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