| | |
| | | 规则说明: |
| | | </view> |
| | | <view class="richtext-content"> |
| | | 1.红包需先领取才能在下单页面使用; |
| | | 2.加餐红包和外卖红包不冲突,可以同时领取,哪个红包大用哪个; |
| | | 3.无论饿了么新老用户,外卖红包和加餐红包每个手机号每天均可领一次,红包金额随机发放; |
| | | <view>1.红包需先领取才能在下单页面使用;</view> |
| | | <view>2.加餐红包和外卖红包不冲突,可以同时领取,哪个红包大用哪个;</view> |
| | | <view>3.无论饿了么新老用户,外卖红包和加餐红包每个手机号每天均可领一次,红包金额随机发放;</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | <script> |
| | | import './elm.css' |
| | | import comUtils from '../../common/ComUtils.js' |
| | | import api from '@/common/tk_api.js' |
| | | export default { |
| | | data() { |
| | | return { |
| | | api, |
| | | optionsCurrent:3, |
| | | qrcode:'', |
| | | mtInfo:{}, |
| | |
| | | mask:true |
| | | }); |
| | | var that = this; |
| | | this.$http.post('/tkapi/api/taoke/ele_act', { |
| | | this.api.post('/api/taoke/ele_act', { |
| | | type: this.optionsCurrent |
| | | }).then(e => { |
| | | uni.hideLoading(); |
| | |
| | | toMt() |
| | | { |
| | | uni.redirectTo({ |
| | | url:'./mt?dfgtoken='+comUtils.getUrlPar('dfgtoken') |
| | | url:'./mt?dfgtoken='+'' |
| | | }) |
| | | }, |
| | | shareClick() { |
| | | window.location.href=this.mtInfo.h5; |
| | | uni.navigateToMiniProgram({ |
| | | appId: this.mtInfo.we_app_info.app_id, |
| | | path: this.mtInfo.we_app_info.page_path, |
| | | success(res) { |
| | | // 打开成功 |
| | | } |
| | | }) |
| | | // window.location.href=this.mtInfo.h5; |
| | | }, |
| | | |
| | | } |