| | |
| | | } |
| | | this.getSettingBackground() |
| | | }, |
| | | onShow() { |
| | | this.getBusinessDetail(); |
| | | }, |
| | | methods: { |
| | | back() { |
| | | uni.navigateBack(); |
| | |
| | | if (res.code === 1) { |
| | | // 跳转到收银台支付 |
| | | uni.redirectTo({ |
| | | url: '/pages/plus/business/cashier?order_id=' + res.data.order_id + '&order_type=100' |
| | | url: '/pages/plus/business/cashier?order_id=' + res.data.order_id + |
| | | '&order_type=100' |
| | | }); |
| | | } else { |
| | | this.showError(res.msg || '支付失败'); |
| | |
| | | if (this.businessInfo) { |
| | | return { |
| | | title: `${this.businessInfo.name}的电子名片`, |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}&referee_id=${this.getUserId()}` |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}&referee_id=${this.businessInfo.user_id}` |
| | | }; |
| | | } |
| | | return { |
| | |
| | | if (this.businessInfo) { |
| | | return { |
| | | title: `${this.businessInfo.name}的电子名片`, |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}&referee_id=${this.getUserId()}` |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}&referee_id=${this.businessInfo.user_id}` |
| | | }; |
| | | } |
| | | return { |
| | | title: '电子名片', |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}` |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}&referee_id=${this.businessInfo.user_id}` |
| | | }; |
| | | } |
| | | }; |