| | |
| | | <view class="middle-container"> |
| | | <view class="dept-name"> |
| | | {{ deptName }} |
| | | <text v-show="deptName">({{ coalName || productName}})</text> |
| | | <text v-show="deptName">({{ productNames || productName}})</text> |
| | | </view> |
| | | <view class="dept-num"> |
| | | <text style="font-size: 46rpx; |
| | |
| | | }, |
| | | showMore(item) { |
| | | uni.navigateTo({ |
| | | url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}` |
| | | url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}&orderType=${item.orderType}` |
| | | }); |
| | | }, |
| | | init() { |