| xqd
@@ -74,10 +74,10 @@
|
|
|
</view> -->
|
|
|
<view v-if="item.status==0" class="log-num"
|
|
|
style="display: flex;flex-direction: column;align-items: center;">
|
|
|
- <view class="" style="color:orange;">
|
|
|
+ <view class="" style="color:orange; width: 100rpx;text-align: center;">
|
|
|
待入账
|
|
|
</view>
|
|
|
- <view class="" style="color:orange">
|
|
|
+ <view class="" style="color:orange;width: 100rpx;text-align: center;">
|
|
|
{{item.amount}}
|
|
|
</view>
|
|
|
</view>
|
| xqd
@@ -202,6 +202,9 @@
|
|
|
...mapGetters(['appInfo', 'isLogin', 'userInfo'])
|
|
|
},
|
|
|
async onLoad() {
|
|
|
+
|
|
|
+ },
|
|
|
+ async onShow() {
|
|
|
let ress = await taskCount()
|
|
|
if (ress.code == 0) {
|
|
|
this.commissionSum = ress.data
|
| xqd
@@ -215,9 +218,6 @@
|
|
|
this.commissionList = res.data.data
|
|
|
}
|
|
|
},
|
|
|
- onShow() {
|
|
|
- // this.getCheck()
|
|
|
- },
|
|
|
|
|
|
methods: {
|
|
|
queryList(pageNo, pageSize) {
|