pifa
fanfan 3 months ago
parent 7f92a1cefb
commit aaca9dd8d3
  1. 15
      pages/invite/index.vue
  2. 2
      pages/invite/list.vue

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

@ -135,7 +135,7 @@
display: flex;
justify-content: center;
padding: 0 16rpx;
width: 176rpx;
min-width: 176rpx;
height: 48rpx;
background: linear-gradient(90deg, #FFDD99 0%, #B87D07 100%);
border-radius: 24rpx;

Loading…
Cancel
Save