爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

257 lines
7.9 KiB

5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
  1. <template>
  2. <view class="about-container">
  3. <!-- 顶部导航栏 -->
  4. <view class="nav-bar" :style="{ height: (statusBarHeight + 88) + 'rpx', paddingTop: statusBarHeight + 'px' }">
  5. <view class="back" @tap="goBack">
  6. <uni-icons type="left" size="20"></uni-icons>
  7. </view>
  8. <text class="title">关于我们</text>
  9. </view>
  10. <view class="main-card" :style="{marginTop: (statusBarHeight + 88) + 'rpx'}">
  11. <rich-text :nodes="sbk_cion"
  12. style="padding: 20rpx 0;"/>
  13. </view>
  14. <!-- <view class="main-card" :style="{marginTop: (statusBarHeight + 88) + 'rpx'}">
  15. <text class="main-title">瀚海回收</text>
  16. <text class="main-desc">瀚海回收致力于打造一个便捷高效且环保的旧衣回收平台为用户提供符合环保理念的旧衣回收解决方案助力资源循环利用和可持续发展</text>
  17. <view class="service-tags">
  18. <view class="tag-item">
  19. <image class="tag-icon" src="/static/about/free.png" mode="aspectFit"></image>
  20. <text class="tag-text">免费寄</text>
  21. </view>
  22. <view class="tag-item">
  23. <image class="tag-icon" src="/static/about/inspect.png" mode="aspectFit"></image>
  24. <text class="tag-text">逐件验</text>
  25. </view>
  26. <view class="tag-item">
  27. <image class="tag-icon" src="/static/about/fast.png" mode="aspectFit"></image>
  28. <text class="tag-text">秒到账</text>
  29. </view>
  30. <view class="tag-item">
  31. <image class="tag-icon" src="/static/about/eco.png" mode="aspectFit"></image>
  32. <text class="tag-text">助环保</text>
  33. </view>
  34. </view>
  35. <view class="service-section">
  36. <view class="section-title">
  37. <image class="section-icon" src="/static/home/② 快递上门.png" mode="aspectFit"></image>
  38. <text>免费寄</text>
  39. </view>
  40. <text class="section-desc">我们为用户提供一个便捷且无负担的旧衣回收服务用户只需在平台上提交旧衣回收申请我们会提供免费的上门取件服务无论您有多少衣物想要处理都可以轻松寄出让旧衣变资源</text>
  41. <image class="section-img" src="/static/回收/回收规则.png" mode="aspectFit"></image>
  42. </view>
  43. <view class="service-section">
  44. <view class="section-title">
  45. <image class="section-icon" src="/static/home/③ 透明质检.png" mode="aspectFit"></image>
  46. <text>逐件验</text>
  47. </view>
  48. <text class="section-desc">我们对每一件回收的旧衣进行严格的逐件验收确保衣物符合回收标准我们的专业团队会仔细检查每一件衣物的状况包括是否破损是否有严重污染异味等只有符合要求的旧衣才会进入后续的处理流程以保证回收质量和效率</text>
  49. <image class="section-img" src="/static/回收/回收规则.png" mode="aspectFit"></image>
  50. </view>
  51. <view class="service-section">
  52. <view class="section-title">
  53. <image class="section-icon" src="/static/home/④ 现金打款.png" mode="aspectFit"></image>
  54. <text>秒到账</text>
  55. </view>
  56. <text class="section-desc">我们深知用户对资金结算的及时性要求因此建立了高效的结算系统订单成功推单回收订单后佣金会及时到账无论订单有多少件我们都承诺在最短时间内为您发放奖励确保用户收益的及时性和稳定性</text>
  57. <image class="section-img" src="/static/回收/回收规则.png" mode="aspectFit"></image>
  58. </view>
  59. <view class="service-section">
  60. <view class="section-title">
  61. <image class="section-icon" src="/static/home/碳循再生.png" mode="aspectFit"></image>
  62. <text>助环保</text>
  63. </view>
  64. <text class="section-desc">我们的使命是通过旧衣回收推动环保事业的发展实现资源的循环再利用我们始终以环保为核心理念不断优化服务流程提高用户体验以实现经济效益与环保效益的双赢加入我们一起为环保事业贡献力量让旧衣焕发新的价值</text>
  65. <image class="section-img" src="/static/回收/回收规则.png" mode="aspectFit"></image>
  66. </view>
  67. <view class="about-footer">
  68. <view class="footer-divider"></view>
  69. <text class="footer-text">如有任何问题或建议请随时与我们联系我们将竭诚为您服务</text>
  70. </view>
  71. </view> -->
  72. </view>
  73. </template>
  74. <script>
  75. import pullRefreshMixin from '@/pages/mixins/pullRefreshMixin.js'
  76. export default {
  77. mixins: [pullRefreshMixin],
  78. data() {
  79. return {
  80. statusBarHeight: 0
  81. }
  82. },
  83. onLoad() {
  84. this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight
  85. },
  86. computed: {
  87. sbk_cion() {
  88. console.log(getApp().globalData.configData, 'getApp().globalData.configData')
  89. const item = getApp().globalData.configData.find(i => i.keyName === 'member_text')
  90. return item ? item.keyContent : ''
  91. },
  92. },
  93. methods: {
  94. goBack() {
  95. uni.navigateBack();
  96. },
  97. async onRefresh() {
  98. // 模拟刷新数据
  99. await new Promise(resolve => setTimeout(resolve, 1000))
  100. this.stopPullRefresh()
  101. }
  102. }
  103. }
  104. </script>
  105. <style scoped lang="scss">
  106. .about-container {
  107. min-height: 100vh;
  108. background: linear-gradient(180deg, #fff3db 0%, #fffefb 30%);
  109. padding-bottom: 40rpx;
  110. }
  111. .nav-bar {
  112. position: fixed;
  113. top: 0;
  114. left: 0;
  115. right: 0;
  116. z-index: 999;
  117. display: flex;
  118. align-items: center;
  119. background: #fffbe6;
  120. padding: 0 30rpx;
  121. .back {
  122. padding: 20rpx;
  123. margin-left: -20rpx;
  124. }
  125. .title {
  126. flex: 1;
  127. text-align: center;
  128. font-family: PingFang SC;
  129. font-weight: 500;
  130. font-size: 16px;
  131. line-height: 140%;
  132. letter-spacing: 0%;
  133. text-align: center;
  134. vertical-align: middle;
  135. font-weight: 500;
  136. color: #222;
  137. }
  138. }
  139. .main-card {
  140. background: #ffffff;
  141. border-radius: 36rpx;
  142. box-shadow: 0 8rpx 32rpx rgba(255, 156, 0, 0.08);
  143. margin: 32rpx 24rpx 0 24rpx;
  144. padding: 40rpx 32rpx 32rpx 32rpx;
  145. display: flex;
  146. flex-direction: column;
  147. align-items: stretch;
  148. }
  149. .main-title {
  150. font-size: 32rpx;
  151. font-weight: bold;
  152. color: #222;
  153. margin-bottom: 18rpx;
  154. }
  155. .main-desc {
  156. font-size: 26rpx;
  157. color: #444;
  158. margin-bottom: 32rpx;
  159. line-height: 1.7;
  160. }
  161. .service-tags {
  162. display: grid;
  163. grid-template-columns: 1fr 1fr;
  164. gap: 24rpx 24rpx;
  165. margin-bottom: 36rpx;
  166. }
  167. .tag-item {
  168. background: #fff8ea;
  169. border-radius: 24rpx;
  170. box-shadow: 0 2rpx 8rpx rgba(255, 156, 0, 0.06);
  171. display: flex;
  172. flex-direction: row;
  173. align-items: center;
  174. justify-content: center;
  175. padding: 28rpx 0 18rpx 0;
  176. min-height: 90rpx;
  177. gap: 12rpx;
  178. }
  179. .tag-icon {
  180. width: 40rpx;
  181. height: 40rpx;
  182. margin: 0;
  183. }
  184. .tag-text {
  185. font-size: 26rpx;
  186. color: #222;
  187. font-weight: 500;
  188. }
  189. .service-section {
  190. margin-bottom: 36rpx;
  191. }
  192. .section-title {
  193. display: flex;
  194. align-items: center;
  195. font-size: 28rpx;
  196. font-weight: bold;
  197. color: #222;
  198. margin-bottom: 12rpx;
  199. .section-icon {
  200. width: 32rpx;
  201. height: 32rpx;
  202. margin-right: 12rpx;
  203. }
  204. }
  205. .section-desc {
  206. font-size: 24rpx;
  207. color: #666;
  208. line-height: 1.7;
  209. margin-bottom: 18rpx;
  210. }
  211. .section-img {
  212. width: 80%;
  213. margin: 0 auto;
  214. display: block;
  215. border-radius: 24rpx;
  216. box-shadow: 0 2rpx 8rpx rgba(255, 156, 0, 0.04);
  217. }
  218. .about-footer {
  219. margin-top: 24rpx;
  220. text-align: center;
  221. }
  222. .footer-divider {
  223. width: 100%;
  224. height: 1rpx;
  225. background: #f0f0f0;
  226. margin: 32rpx 0 18rpx 0;
  227. }
  228. .footer-text {
  229. color: #bcbcbc;
  230. font-size: 24rpx;
  231. margin-bottom: 18rpx;
  232. }
  233. </style>