|
|
@@ -51,8 +51,8 @@
|
|
|
<view class="padding-lr">
|
|
|
<view class="title">
|
|
|
{{item.note}}
|
|
|
- <text v-if="item.withdrawStatus==0" style="font-size: 28rpx;color: #ff9900;padding-left: 20rpx;font-weight: 500;">未发款</text>
|
|
|
- <text v-if="item.withdrawStatus==1" style="font-size: 28rpx;color: #19be6b;padding-left: 20rpx;font-weight: 500;">已发款</text>
|
|
|
+ <text v-if="item.withdrawStatus==0" style="font-size: 28rpx;color: #ff9900;padding-left: 20rpx;font-weight: 500;">正在处理中</text>
|
|
|
+ <text v-if="item.withdrawStatus==1" style="font-size: 28rpx;color: #19be6b;padding-left: 20rpx;font-weight: 500;">已处理</text>
|
|
|
</view>
|
|
|
<view class="padding-top-sm" style="font-size: 24upx;font-family: PingFang SC;font-weight: bold;color: #686868;">
|
|
|
{{item.createTime}}</view>
|
|
|
@@ -122,7 +122,7 @@
|
|
|
})
|
|
|
},
|
|
|
init(){
|
|
|
- this.userId = uni.getStorageSync("userId") || "1412774298841526273";
|
|
|
+ this.userId = uni.getStorageSync("userId");
|
|
|
if (!this.userId) {
|
|
|
this.$u.toast('用户未登录')
|
|
|
return
|