浏览代码

下单按钮颜色

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;