|
|
@@ -192,7 +192,7 @@
|
|
|
<view class="fflex">
|
|
|
<view class="step-title tovers">{{item.matchContent.title}}</view>
|
|
|
<view class="ddflex" style="justify-content: space-between;margin-top: 10rpx;">
|
|
|
- <view class="step-price">¥12888.00</view>
|
|
|
+ <view class="step-price">{{item.matchContent.endTime}}</view>
|
|
|
<view class="step-btn">查看</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -368,7 +368,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
getUserDetail() {
|
|
|
- req.getRequest('/api/v3/other/getUser', { userId: this.userId }, data => {
|
|
|
+ req.getRequest('/api/v3/moments/getUser', { userId: this.userId }, data => {
|
|
|
this.userDetail = data;
|
|
|
this.isShowView = true;
|
|
|
});
|