Authored by 张文文

Merge branch 'develop' of http://git.yoho.cn/fe/xianyu-ufo-app-web into develop

... ... @@ -77,6 +77,7 @@ export default {
};
},
async mounted() {
this.pay();
},
methods: {
...mapOrderAction(['payAction']),
... ... @@ -207,7 +208,7 @@ export default {
<style lang="scss" scoped>
.pay-type-wrapper {
height: 714px;
height: 0;
background: white;
position: relative;
border-top-left-radius: 32px 32px;
... ...
... ... @@ -28,7 +28,7 @@ export default {
data() {
return {
desc: '有货买家协议',
url: 'https://activity.yoho.cn/feature/3189.html?share_id=5853&title=ufo-%E4%B9%B0%E5%AE%B6%E5%8D%8F%E8%AE%AE'
url: 'https://activity.yoho.cn/feature/6775.html?nodownload=1'
};
},
computed: {
... ...