zhanghui преди 1 година
родител
ревизия
8ee53f819c
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      pages/groupbuying_details/index.vue
  2. 1 1
      pages/groupbuying_details/order_details_confirm/index.vue

+ 1 - 0
pages/groupbuying_details/index.vue

@@ -483,6 +483,7 @@ export default {
     let that = this;
     that.selfTakeId = options.selfTakeId;
     that.organizerUserId = options.organizerUserId;
+    console.log("+++++++++++获取到的推荐人ID:"+options.inviteUserId+"+++++++++++++++")
 	if(options.inviteUserId){
 		this.$Cache.set('INVITE_USER_ID', options.inviteUserId);
 		if (this.isLogin){

+ 1 - 1
pages/groupbuying_details/order_details_confirm/index.vue

@@ -1830,7 +1830,7 @@ export default {
 	color: #fff;
 	width: 240rpx;
 	height: 70rpx;
-	background-color: var(--view-theme);
+	background-color: #B42A3E;
 	border-radius: 50rpx;
 	text-align: center;
 	line-height: 70rpx;