Commit 7c1971baa263ca6b9e985f57624ea2d5e7fdb94f

Authored by 后端研发-倪永富
1 parent b60a8670

大家都在团的数据错误

pages/team/team_show/team_show.wxml
... ... @@ -170,7 +170,7 @@
170 170 </view>
171 171 <view class='price'>
172 172 <view class='jgleft'>¥{{item.price}}</view>
173   - <view class='jgright'>{{teamlist.ct_num}}人
  173 + <view class='jgright'>{{item.ct_num}}人
174 174 <span>参团</span>
175 175 </view>
176 176 </view>
... ...
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>
... ...