This commit is contained in:
亓雪峰
2020-12-01 18:01:46 +08:00
3 changed files with 485 additions and 25 deletions

View File

@@ -57,7 +57,7 @@
<u-checkbox v-model="consentPact" shape="circle" size="30" label-size="26" icon-size="12" active-color="#ff780f">
<text>我已详细阅读并同意</text>
</u-checkbox>
<text class="pact-items" v-for="(item,index) in pactList" :key="index" @click="viewAgreement(index)"> {{ item.text }}</text>
<text class="pact-items" v-for="item in pactList" :key="item.id" @click="viewAgreement(item.id)"> {{ item.text }}</text>
</view>
</view>
<!-- denglu QQ weixin -->
@@ -292,6 +292,7 @@ export default {
});
}
}
},
onLoad() {
let token = uni.getStorageSync('token');
@@ -370,7 +371,7 @@ export default {
.title {
font-size: 36rpx;
font-weight: bold;
margin-bottom: 150rpx;
margin-bottom: 120rpx;
color: #fff;
display: flex;
justify-content: flex-start;
@@ -417,7 +418,7 @@ export default {
line-height: 90rpx;
border-bottom: 1px #fff solid;
&:first-child {
margin-bottom: 160rpx;
margin-bottom: 100rpx;
}
&:nth-child(2) {
margin-bottom: 80rpx;