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>
<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 {

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

Loading…
Cancel
Save