-
Status changed to merged
-
mentioned in commit 643144d0c5397a93e24cca74adc5a3b417f9b891
Showing
2 changed files
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> |