index.vue 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <template>
  2. <view class="app-content">
  3. <view class="header"><view class="log" @tap="fall"></view>{{ navname }}<view class="up" @tap="seach"></view></view>
  4. <view class="nav">
  5. <view :class="action === index ? 'nav_lists': 'nav_list'" v-for="(item, index) in list" :key="index" @tap="lop(index)">{{item.name}}</view>
  6. </view>
  7. <view class="content">
  8. <view class="list" v-for="(item, index) in detailedTable" :key="index" @tap = 'uplist'>
  9. {{ item.name }}
  10. <view class="listup"></view>
  11. </view>
  12. </view>
  13. </view>
  14. </template>
  15. <script>
  16. import Nav from '../../components/header/nav.vue'
  17. export default {
  18. data() {
  19. return {
  20. navname: '帮助',
  21. action:0,
  22. list: [{
  23. name: '功能模块'
  24. },{
  25. name: '业务流程'
  26. },{
  27. name: '常见问题'
  28. }],
  29. detailedTable: [
  30. {
  31. name: 'App启动'
  32. },
  33. {
  34. name: '用户登录'
  35. },
  36. {
  37. name: '首页'
  38. },
  39. {
  40. name: '行李处理'
  41. },
  42. {
  43. name: '行李提取'
  44. },
  45. {
  46. name: '消息'
  47. },
  48. {
  49. name: '我的'
  50. },
  51. ]
  52. }
  53. },
  54. created(option) {
  55. },
  56. onLoad(){
  57. },
  58. onUnload() {
  59. },
  60. onShow() {
  61. },
  62. mounted() {
  63. },
  64. components: {
  65. Nav
  66. },
  67. methods: {
  68. uplist () {
  69. uni.redirectTo({
  70. url: "/pages/loadingdetails/index"
  71. })
  72. },
  73. lop(index) {
  74. this.action = index
  75. },
  76. seach () {
  77. uni.redirectTo({
  78. url: "/pages/search/index"
  79. })
  80. },
  81. fall () {
  82. uni.switchTab({
  83. url: "/pages/mypage/index"
  84. })
  85. }
  86. },
  87. }
  88. </script>
  89. <style lang="scss" scoped>
  90. .app-content{
  91. >.header{
  92. width: 100%;
  93. height: 4.375rem;
  94. display: flex;
  95. justify-content: center;
  96. align-items: center;
  97. // background: rgba(49,85,99,1);
  98. color: rgb(16, 17, 22);
  99. font-family: Noto Sans SC;
  100. font-size: 1rem;
  101. position: relative;
  102. >.log{
  103. width: .375rem;
  104. height: .75rem;
  105. font-size: .75rem;
  106. position: absolute;
  107. left: 1.5rem;
  108. background: url('../../static/ico@1x.png') no-repeat;
  109. background-size: 100% 100%;
  110. }
  111. >.up{
  112. width: .8456rem;
  113. height: .8456rem;
  114. position: absolute;
  115. right: 1.5rem;
  116. // background: url('../../static/search.png') no-repeat;
  117. // background-size: 100% 100%;
  118. // color: rgb(37, 121, 160);
  119. // font-family: Noto Sans SC;
  120. // font-size: .875rem;
  121. // font-weight: 500;
  122. }
  123. }
  124. >.nav{
  125. height: 2rem;
  126. display: flex;
  127. align-items: center;
  128. justify-content: space-between;
  129. padding: 0 .75rem 0 .75rem;
  130. >.nav_list{
  131. margin: 0 .75rem 0 .75rem;
  132. color: rgb(16, 17, 22);
  133. font-family: Noto Sans SC;
  134. font-size: 14px;
  135. height: 100%;
  136. }
  137. >.nav_lists{
  138. margin: 0 .75rem 0 .75rem;
  139. color: rgb(37, 121, 160);
  140. font-family: Noto Sans SC;
  141. font-size: 14px;
  142. font-size: 14px;
  143. height: 100%;
  144. border-bottom: 2px solid rgb(37, 121, 160);
  145. }
  146. }
  147. >.content{
  148. margin-left: 1.5rem;
  149. >.list{
  150. height: 3.375rem;
  151. display: flex;
  152. align-items: center;
  153. border-bottom: 1px solid rgb(238, 238, 238);
  154. position: relative;
  155. color: rgb(0, 0, 0);
  156. font-family: Noto Sans SC;
  157. font-size: 13px;
  158. font-weight: 400;
  159. >p{
  160. color: rgb(0, 0, 0);
  161. font-family: Noto Sans SC;
  162. font-size: 13px;
  163. font-weight: 400;
  164. margin-right: 2.1875rem;
  165. }
  166. >.listup{
  167. width: .25rem;
  168. height: .5rem;
  169. background: url('../../static/icos.png') no-repeat;
  170. background-size: 100% 100%;
  171. position: absolute;
  172. right: 1.5rem;
  173. }
  174. }
  175. >.picturearea{
  176. margin-top: 1.875rem;
  177. >.name{
  178. color: rgb(0, 0, 0);
  179. font-family: Noto Sans SC;
  180. font-size: .8125rem;
  181. font-weight: 500;
  182. }
  183. >.content_list{
  184. width: 100%;
  185. display: flex;
  186. margin-top: 1.25rem;
  187. >.mg{
  188. width: 5.5rem;
  189. height: 5.5rem;
  190. background: rgb(197, 207, 211);
  191. display: flex;
  192. align-items: center;
  193. justify-content: center;
  194. margin-right: .625rem;
  195. >.mg_lg{
  196. width: 1.75rem;
  197. height: 1.75rem;
  198. background: url('../../static/shi.png') no-repeat;
  199. background-size: 100% 100%;
  200. }
  201. }
  202. }
  203. }
  204. }
  205. }
  206. </style>