6.2
This commit is contained in:
21
pageE/mine/HelpDetails.vue
Normal file
21
pageE/mine/HelpDetails.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<view class="help-details">
|
||||
<rich-text :nodes="nodes"></rich-text>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
nodes: `<p>13268748568645634nfdhf dfvjdfjgdfl vdufhnh1</p>123346<h1>das</h1><h1>das</h1><h1>das1</h1><h2>das2</h2><h3>das3</h3>`
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.help-details {
|
||||
background: #ECECEC;
|
||||
padding: 20rpx 35rpx 0;
|
||||
min-height: 100vh;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user