|
|
@ -88,7 +88,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="contents" v-html="activity_rules"></view> |
|
|
|
<view class="contents" v-html="activity_rules"></view> |
|
|
|
<view class="agreement"> |
|
|
|
<view class="agreement"> |
|
|
|
点击查看<text @click="openPage(2)">《服务商共富计划推广协议》</text> |
|
|
|
<u-checkbox active-color="#08CC57" size="25" v-model="isCheckout" style="margin-right: -20rpx"></u-checkbox> |
|
|
|
|
|
|
|
我已阅读并同意<text @click="openPage(2)">《服务商共富计划推广协议》</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="recruit-explain" style="padding:5rpx 16rpx 40rpx 16rpx;"> |
|
|
|
<view class="recruit-explain" style="padding:5rpx 16rpx 40rpx 16rpx;"> |
|
|
@ -166,6 +167,7 @@ |
|
|
|
devicePixelRatio: 750 / uni.getSystemInfoSync().windowHeight, |
|
|
|
devicePixelRatio: 750 / uni.getSystemInfoSync().windowHeight, |
|
|
|
activity_rules: '', |
|
|
|
activity_rules: '', |
|
|
|
storysList: [], |
|
|
|
storysList: [], |
|
|
|
|
|
|
|
isCheckout: false, |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad(options) {}, |
|
|
|
onLoad(options) {}, |
|
|
@ -409,6 +411,13 @@ |
|
|
|
url: "/pages/invite/rule?type=1" |
|
|
|
url: "/pages/invite/rule?type=1" |
|
|
|
}) |
|
|
|
}) |
|
|
|
} else if (index == 3) { |
|
|
|
} else if (index == 3) { |
|
|
|
|
|
|
|
if (!this.isCheckout) { |
|
|
|
|
|
|
|
uni.showToast({ |
|
|
|
|
|
|
|
title: "请阅读服务商共富计划推广协议", |
|
|
|
|
|
|
|
icon: 'none' |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
if (!this.qrcode1) { |
|
|
|
if (!this.qrcode1) { |
|
|
|
this.InviteUserPoster(); |
|
|
|
this.InviteUserPoster(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
@ -777,11 +786,11 @@ |
|
|
|
.agreement { |
|
|
|
.agreement { |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #FF1F1F; |
|
|
|
color: #999; |
|
|
|
margin-top: 16rpx; |
|
|
|
margin-top: 16rpx; |
|
|
|
|
|
|
|
|
|
|
|
text { |
|
|
|
text { |
|
|
|
color: #999; |
|
|
|
color: #333; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
::v-deep .u-checkbox__icon-wrap--square { |
|
|
|
::v-deep .u-checkbox__icon-wrap--square { |
|
|
|