dengjie commit : 会员中心及其联系客服页面初步完成
This commit is contained in:
29
pages/my/bindCompony/bindCompony.vue
Normal file
29
pages/my/bindCompony/bindCompony.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<view>
|
||||
<myForm></myForm>
|
||||
<u-button type="success" text="确定" color="#0EBB5B"></u-button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.u-button {
|
||||
width: 644rpx !important;
|
||||
height: 86rpx !important;
|
||||
background: #0EBB5B;
|
||||
border-radius: 20rpx !important;
|
||||
margin-top: 168rpx;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user