Commit 7c1971baa263ca6b9e985f57624ea2d5e7fdb94f
1 parent
b60a8670
大家都在团的数据错误
Showing
2 changed files
with
3 additions
and
3 deletions
pages/team/team_show/team_show.wxml
pages/team/team_success/team_success.wxml
... | ... | @@ -244,9 +244,9 @@ |
244 | 244 | <view class='price flex-vertical-between'> |
245 | 245 | <view class='jgleft fs32 flex-center xc-wc'> |
246 | 246 | <view class="xc-ping xc-wc fs26 t-c">拼</view> |
247 | - <text class="fs20"style='height:39rpx;margin-right:5rpx;margin-left:15rpx;' >¥</text>{{teamlist.price}} | |
247 | + <text class="fs20"style='height:39rpx;margin-right:5rpx;margin-left:15rpx;' >¥</text>{{item.price}} | |
248 | 248 | </view> |
249 | - <view class='jgright'>{{teamlist.ct_num}} | |
249 | + <view class='jgright'>{{item.ct_num}} | |
250 | 250 | <span>人参团</span> |
251 | 251 | </view> |
252 | 252 | </view> | ... | ... |