Commit 836a1acfa1c50e3ba88cfe2a7ab272720c2cccf0

Authored by 后端研发-苏明海
2 parents 2713bcb2 643144d0

Merge branch 'test' into 'qa'

Test

See merge request !171
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>