Commit 7c1971baa263ca6b9e985f57624ea2d5e7fdb94f
1 parent
b60a8670
大家都在团的数据错误
Showing
2 changed files
with
3 additions
and
3 deletions
pages/team/team_show/team_show.wxml
@@ -170,7 +170,7 @@ | @@ -170,7 +170,7 @@ | ||
170 | </view> | 170 | </view> |
171 | <view class='price'> | 171 | <view class='price'> |
172 | <view class='jgleft'>¥{{item.price}}</view> | 172 | <view class='jgleft'>¥{{item.price}}</view> |
173 | - <view class='jgright'>{{teamlist.ct_num}}人 | 173 | + <view class='jgright'>{{item.ct_num}}人 |
174 | <span>参团</span> | 174 | <span>参团</span> |
175 | </view> | 175 | </view> |
176 | </view> | 176 | </view> |
pages/team/team_success/team_success.wxml
@@ -244,9 +244,9 @@ | @@ -244,9 +244,9 @@ | ||
244 | <view class='price flex-vertical-between'> | 244 | <view class='price flex-vertical-between'> |
245 | <view class='jgleft fs32 flex-center xc-wc'> | 245 | <view class='jgleft fs32 flex-center xc-wc'> |
246 | <view class="xc-ping xc-wc fs26 t-c">拼</view> | 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 | </view> | 248 | </view> |
249 | - <view class='jgright'>{{teamlist.ct_num}} | 249 | + <view class='jgright'>{{item.ct_num}} |
250 | <span>人参团</span> | 250 | <span>人参团</span> |
251 | </view> | 251 | </view> |
252 | </view> | 252 | </view> |