Commit c4ee6a9b authored by liwei's avatar liwei

Merge remote-tracking branch 'origin/master'

parents e7d28d9a 53634408
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<view class="noLogin-text"> 登录后才能查看我的哦 </view> <view class="noLogin-text"> 登录后才能查看我的哦 </view>
<!-- <view class="noLogin-button" @click="login"> 点此登录 </view>--> <!-- <view class="noLogin-button" @click="login"> 点此登录 </view>-->
<button class="noLogin-button" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber($event)">点此登录</button> <button class="noLogin-button" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber($event)">点此登录</button>
<view class="div-popo">
<view class="tips-content">
请您仔细阅读并充分理解相关条款
<view class="agreement-btn" @click="gotoPage('0')">《用户协议》</view><view class="agreement-btn" @click="gotoPage('1')">《隐私政策》</view>
</view>
</view>
</view> </view>
...@@ -1147,4 +1153,38 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article"; ...@@ -1147,4 +1153,38 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
} }
} }
} }
.div-popo {
position: absolute;
top: 80%;
left: 0;
width: 100%;
height: 100%;
.tips-content {
width: 448rpx;
margin: auto;
text-align: center;
margin-top: 50rpx;
line-height: 56rpx;
color: #666;
font-size: 28rpx;
font-family: 'PingFang SC-Regular, PingFang SC';
.agreement-btn {
display: inline-block;
color: #5b83e8;
font-family: 'PingFang SC-Bold, PingFang SC';
text-decoration: underline;
}
}
.btn-c {
display: flex;
margin: auto;
margin-top: 64rpx;
justify-content: space-between;
width: 428rpx;
}
}
</style> </style>
...@@ -183,9 +183,7 @@ export default { ...@@ -183,9 +183,7 @@ export default {
this.isAgainConfirm = true; this.isAgainConfirm = true;
this.$refs.elmAgain.showDialog(); this.$refs.elmAgain.showDialog();
} else { } else {
this.tipMsg = "已拒绝对方请求"; this.wantWxC()
this.isConfirm = true;
this.$refs.elm.showDialog();
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment