diff --git a/pages/invite/index.vue b/pages/invite/index.vue
index 338ceaa..1dd1c39 100644
--- a/pages/invite/index.vue
+++ b/pages/invite/index.vue
@@ -88,7 +88,8 @@
- 点击查看《服务商共富计划推广协议》
+
+ 我已阅读并同意《服务商共富计划推广协议》
@@ -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 {
diff --git a/pages/invite/list.vue b/pages/invite/list.vue
index 2f68030..8214729 100644
--- a/pages/invite/list.vue
+++ b/pages/invite/list.vue
@@ -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;