...
|
...
|
@@ -16,8 +16,8 @@ |
|
|
</div>
|
|
|
<div class="footer">
|
|
|
<OrderAgree :value="isAgreeTerms" @input="isAgreeTerms = !isAgreeTerms" class="agree-wrapper" :desc="agreeDesc" :url="url"></OrderAgree>
|
|
|
<div>
|
|
|
<Button :disabled="!isAgreeTerms" type="submit" @click="submitClick">提交</Button>
|
|
|
<div class="btn-wrapper">
|
|
|
<YohoButton :txt="submitText"class="submit-btn" :disable="!isAgreeTerms" @click="submitClick"></YohoButton>
|
|
|
</div>
|
|
|
</div>
|
|
|
</LayoutApp>
|
...
|
...
|
@@ -63,6 +63,7 @@ export default { |
|
|
agreeDesc: '有货卖家协议',
|
|
|
url: 'http://m.yohobuy.com/activity/student/detail/renzhen?openby:yohobuy={\"action\":\"go.h5\",\"params\":{\"url\":\"https://activity.yoho.cn/feature/3187.html?title=卖家协议\"}}',
|
|
|
isEntry: false,
|
|
|
submitText: '提交',
|
|
|
};
|
|
|
},
|
|
|
|
...
|
...
|
@@ -281,4 +282,14 @@ export default { |
|
|
border-top: 1px solid #eee;
|
|
|
}
|
|
|
|
|
|
.submit-btn {
|
|
|
height: 80px;
|
|
|
line-height: 80px;
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
|
|
|
.btn-wrapper {
|
|
|
padding: 0 40px 40px;
|
|
|
background-color: white;
|
|
|
}
|
|
|
</style> |
...
|
...
|
|