uniapp/components/indexPage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
uniapp/pages/mine/inviteFriends.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
uniapp/components/indexPage.vue
@@ -67,7 +67,7 @@ <!--左轮播,右两行--> <view class="centerflex f_contant"> <view class="f_centerSwiper-container swiper-box swiper-item f_left"> <swiper class="swiper-box" :autoplay="true" :interval="5000" :duration="300" circular> <swiper class="swiper-box" :autoplay="true" :interval="3000" :duration="300" circular> <swiper-item v-for="(items,index) in popBannerSList" :key='index'> <view class="swiper-item defIcon" @click="goUrl(items)"> <image :src="items.image" mode="aspectFit"></image> @@ -109,7 +109,7 @@ </swiper> </view> <!--全网热销--> <view class="van-row"> <!-- <view class="van-row"> <view class="van-col van-col--12" style="padding-right: 10rpx;"> <view class="home-row" @click="gorxb()"> <view class="title"><text class="name">全网热销榜</text> @@ -157,7 +157,7 @@ </view> </view> </view> </view> </view> --> <!-- 大家都在买 --> <!-- <view class="everysBuying-container colCen" v-if="zdmList.length>0"> <view class="box-bar-content rowCen"> uniapp/pages/mine/inviteFriends.vue
@@ -25,8 +25,8 @@ </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> @@ -34,6 +34,11 @@ 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"> @@ -156,11 +161,21 @@ 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(()=>{ @@ -420,6 +435,21 @@ </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%;