|  | @@ -6,14 +6,14 @@ | 
														
													
														
															
																|  |  | <view wx:if="{{list.length!=0}}" class='section' wx:for='{{list}}' wx:key='{{index}}'> |  |  | <view wx:if="{{list.length!=0}}" class='section' wx:for='{{list}}' wx:key='{{index}}'> | 
														
													
														
															
																|  |  | <view class='detail_msg'> |  |  | <view class='detail_msg'> | 
														
													
														
															
																|  |  | <view class='logo'> |  |  | <view class='logo'> | 
														
													
														
															
																|  |  | <image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <image src='{{item.coverImg}}'></image> | 
														
													
														
															
																|  |  | </view> |  |  | </view> | 
														
													
														
															
																|  |  | <view class='info'> |  |  | <view class='info'> | 
														
													
														
															
																|  |  | <view> |  |  | <view> | 
														
													
														
															
																|  |  | <text>{{item.detail}}</text> |  |  |  | 
														
													
														
															
																|  |  | <text>等待付款</text> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <text>{{item.title}}</text> | 
														
													
														
															
																|  |  |  |  |  | <text wx:if="{{item.orderStatus==0}}">等待付款</text> | 
														
													
														
															
																|  |  | </view> |  |  | </view> | 
														
													
														
															
																|  |  | <!-- <view><text>购买数量:</text>{{item.tenantId}}件</view> --> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <view>{{item.subTitle}}</view> | 
														
													
														
															
																|  |  | <view> |  |  | <view> | 
														
													
														
															
																|  |  | <text>下单时间:</text>2018-07-10 11:30 |  |  | <text>下单时间:</text>2018-07-10 11:30 | 
														
													
														
															
																|  |  | </view> |  |  | </view> | 
														
													
												
													
														
															
																|  | @@ -21,8 +21,8 @@ | 
														
													
														
															
																|  |  | </view> |  |  | </view> | 
														
													
														
															
																|  |  | <view class='payment'> |  |  | <view class='payment'> | 
														
													
														
															
																|  |  | <view> |  |  | <view> | 
														
													
														
															
																|  |  | <text>¥{{item.payment}}</text> |  |  |  | 
														
													
														
															
																|  |  | <text>¥{{item.paymentType}}</text> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <text>¥{{item.salePrice/100}}</text> | 
														
													
														
															
																|  |  |  |  |  | <text>¥{{item.price/100}}</text> | 
														
													
														
															
																|  |  | </view> |  |  | </view> | 
														
													
														
															
																|  |  | <view class="btn"> |  |  | <view class="btn"> | 
														
													
														
															
																|  |  | <text>支付</text> |  |  | <text>支付</text> | 
														
													
												
													
														
															
																|  | 
 |