| | |
| | | </view> |
| | | |
| | | <view class="invite-step colCen"> |
| | | <view class="step-title" @click='checkVideo()' > |
| | | 邀请步骤<span style=" color: blue;">(查看视频教程)</span> |
| | | <view class="step-title"> |
| | | 邀请步骤 |
| | | </view> |
| | | <view class="step-list"> |
| | | 1. 将邀请码或海报分享给好友</br> |
| | |
| | | 3. 好友即可0元购买改商品</br> |
| | | 未来他/她有购物订单,您可获得佣金奖励,并自动计入您的帐户 |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="invit_cont"> |
| | | <view class="invit_v" @click="checkVideo(0)"><image src='https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/vi_jiaocheng.png'></image></view> |
| | | <view class="invit_v" @click="checkVideo(1)"><image src='https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/vi_yaoqing.png'></image></view> |
| | | </view> |
| | | |
| | | <view class="bottom-options-container rowCenAro"> |
| | |
| | | this.makeCode() |
| | | }, |
| | | methods: { |
| | | checkVideo() |
| | | checkVideo(type) |
| | | { |
| | | uni.navigateTo({ |
| | | url: 'https://dfgapp.ushopvip.com/html/fxguid.html' |
| | | }) |
| | | console.log(type) |
| | | if(type==1) |
| | | { |
| | | uni.navigateTo({ |
| | | url: '/pages/webView/webView?url=http://dfgapp.ushopvip.com/html/fxguid.html' |
| | | }) |
| | | } |
| | | else{ |
| | | uni.navigateTo({ |
| | | url: '/pages/webView/webView?url=http://dfgapp.ushopvip.com/html/newuse.html' |
| | | }) |
| | | } |
| | | |
| | | }, |
| | | showModel() { |
| | | this.$nextTick(()=>{ |
| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | .invit_cont |
| | | { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | width: 100%; |
| | | margin-top: 25rpx; |
| | | .invit_v |
| | | { |
| | | width: 49%; |
| | | } |
| | | image |
| | | { |
| | | height: 145rpx; |
| | | } |
| | | } |
| | | .inviteFriends-wrapper { |
| | | width: 100%; |
| | | |