mine.vue 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <template>
  2. <view class="page">
  3. <u-navbar :border-bottom='false' :is-back='false'>
  4. <text style="margin-left: 24rpx;">我的</text>
  5. </u-navbar>
  6. <view class="top u-flex u-row-between">
  7. <view class="left">
  8. <image style="width: 116rpx;height: 116rpx;border-radius: 50%;" src="" mode=""></image>
  9. <view class="" style="margin-left: 22rpx;padding: 20rpx 0 0 0 ;">
  10. <text class="login">登录/注册</text>
  11. <view class="look">登录后可使用全部功能</view>
  12. </view>
  13. </view>
  14. <view class="qiandao">
  15. 已签到
  16. </view>
  17. </view>
  18. <view class="back">
  19. <view class="top1">
  20. <text style="font-size: 36rpx;">L</text>
  21. <text>v.0</text>
  22. </view>
  23. <view class="bottom">当前成长值:0</view>
  24. </view>
  25. <view class="order">
  26. <view class="u-flex u-row-between">
  27. <text class="order_text">我的订单</text>
  28. <view class="u-flex " @click="toorder">
  29. <text class="order_all">全部订单</text>
  30. <u-icon name="arrow-right" color='#999999;' size="16"></u-icon>
  31. </view>
  32. </view>
  33. <view class="icon u-flex u-row-around">
  34. <view class="u-flex-col u-col-center ">
  35. <image style="height: 50rpx;width: 50rpx;" src="/static/images/dfk.png" mode=""></image>
  36. <text class="icon_text">待付款</text>
  37. </view>
  38. <view class="u-flex-col u-col-center ">
  39. <image style="height: 50rpx;width: 50rpx;" src="/static/images/dfh.png" mode=""></image>
  40. <text class="icon_text">待发货</text>
  41. </view>
  42. <view class="u-flex-col u-col-center ">
  43. <image style="height: 50rpx;width: 50rpx;" src="/static/images/ywc.png" mode=""></image>
  44. <text class="icon_text">待收货</text>
  45. </view>
  46. <view class="u-flex-col u-col-center ">
  47. <image style="height: 50rpx;width: 50rpx;" src="" mode=""></image>
  48. <text class="icon_text">待评价</text>
  49. </view>
  50. <view class="u-flex-col u-col-center ">
  51. <image style="height: 50rpx;width: 50rpx;" src="/static/images/ywc.png" mode=""></image>
  52. <text class="icon_text">已完成</text>
  53. </view>
  54. <view class="u-flex-col u-col-center ">
  55. <image style="height: 50rpx;width: 50rpx;" src="" mode=""></image>
  56. <text class="icon_text">售后</text>
  57. </view>
  58. </view>
  59. </view>
  60. <view class="serve">
  61. <view class="order_text">
  62. 我的服务
  63. </view>
  64. <view class="">
  65. <view class="u-flex u-row-between" style="margin-top: 50rpx;">
  66. <view class="u-flex">
  67. <image style="width: 84rpx;height: 84rpx;" src="" mode=""></image>
  68. <view class="" style="margin-left: 24rpx;">
  69. <text class="order_text">快手积分兑换</text>
  70. <view class="order_all">上传订单号得积分</view>
  71. </view>
  72. </view>
  73. <view class="u-flex">
  74. <image style="width: 84rpx;height: 84rpx;" src="" mode=""></image>
  75. <view class="" style="margin-left: 24rpx;">
  76. <text class="order_text">心愿单许愿</text>
  77. <view class="order_all">想要什么你说了算</view>
  78. </view>
  79. </view>
  80. </view>
  81. <view class="u-flex u-row-between" style="margin-top: 42rpx;">
  82. <view class="u-flex">
  83. <image style="width: 84rpx;height: 84rpx;" src="" mode=""></image>
  84. <view class="" style="margin-left: 24rpx;">
  85. <text class="order_text">邀请好友得积分</text>
  86. <view class="order_all">10积分轻松获取</view>
  87. </view>
  88. </view>
  89. <view class="u-flex">
  90. <image style="width: 84rpx;height: 84rpx;" src="" mode=""></image>
  91. <view class="" style="margin-left: 24rpx;">
  92. <text class="order_text">消息中心</text>
  93. <view class="order_all">站内动态一手掌握</view>
  94. </view>
  95. </view>
  96. </view>
  97. <view class="u-flex u-row-between" style="margin-top: 42rpx;">
  98. <view class="u-flex">
  99. <image style="width: 84rpx;height: 84rpx;" src="/static/images/qun.png" mode=""></image>
  100. <view class="" style="margin-left: 24rpx;">
  101. <text class="order_text">官方粉丝群</text>
  102. <view class="order_all">优惠提前知道</view>
  103. </view>
  104. </view>
  105. <view class="u-flex">
  106. <image style="width: 84rpx;height: 84rpx;" src="/static/images/kefu.png" mode=""></image>
  107. <view class="" style="margin-left: 24rpx;">
  108. <text class="order_text">我的客服</text>
  109. <view class="order_all">您的问题我们解决</view>
  110. </view>
  111. </view>
  112. </view>
  113. </view>
  114. </view>
  115. <!-- <view class="setting">
  116. <view class="order_text">更多工具</view>
  117. <view class="">
  118. <view class="u-flex u-row-around" style="margin-top: 56rpx;">
  119. <view class="">
  120. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  121. <view class="active">我的活动</view>
  122. </view>
  123. <view class="">
  124. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  125. <view class="active">我的地址</view>
  126. </view>
  127. <view class="">
  128. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  129. <view class="active">积分商城</view>
  130. </view>
  131. <view class="">
  132. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  133. <view class="active">我的分享</view>
  134. </view>
  135. </view>
  136. <view class="u-flex u-row-around" style="margin-top: 56rpx;">
  137. <view class="">
  138. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  139. <view class="active">我的收藏</view>
  140. </view>
  141. <view class="">
  142. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  143. <view class="active">我的优惠券</view>
  144. </view>
  145. <view class="">
  146. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  147. <view class="active">个人信息</view>
  148. </view>
  149. <view class="">
  150. <image style="width: 52rpx;height: 52rpx;" src="" mode=""></image>
  151. <view class="active">我的客服</view>
  152. </view>
  153. </view>
  154. </view>
  155. </view>
  156. <view class="" style="height: 36rpx;"></view> -->
  157. </view>
  158. </template>
  159. <script>
  160. export default {
  161. data() {
  162. return {
  163. }
  164. },
  165. onLoad() {
  166. },
  167. methods: {
  168. toorder() {
  169. uni.navigateTo({
  170. url: '/pageA/orderinfo'
  171. })
  172. }
  173. }
  174. }
  175. </script>
  176. <style lang="scss">
  177. .page {
  178. min-height: 100vh;
  179. padding: 0 24rpx;
  180. background-color: #F7F6FB;
  181. }
  182. .setting {
  183. width: 692rpx;
  184. height: 454rpx;
  185. background: rgba(255, 255, 255, 1);
  186. border-radius: 34rpx;
  187. margin: 40rpx 0 0rpx 0;
  188. padding: 34rpx 24rpx 36rpx;
  189. .active {
  190. font-size: 24rpx;
  191. font-family: PingFangSC-Regular;
  192. font-weight: 400;
  193. line-height: 34rpx;
  194. color: #323337;
  195. margin-top: 32rpx;
  196. }
  197. }
  198. .serve {
  199. width: 702rpx;
  200. height: 482rpx;
  201. background: rgba(255, 255, 255, 1);
  202. opacity: 1;
  203. border-radius: 28rpx;
  204. padding: 26rpx 28rpx 28rpx 30rpx;
  205. }
  206. .order_text {
  207. font-size: 30rpx;
  208. font-family: PingFang SC;
  209. font-weight: 500;
  210. line-height: 42rpx;
  211. color: #070707;
  212. }
  213. .order_all {
  214. font-size: 26rpx;
  215. font-family: PingFang SC;
  216. font-weight: 400;
  217. line-height: 36rpx;
  218. color: #999999;
  219. }
  220. .order {
  221. width: 702rpx;
  222. height: 230rpx;
  223. background: rgba(255, 255, 255, 1);
  224. // opacity: 1;
  225. border-radius: 18rpx;
  226. margin: 24rpx 0 18rpx;
  227. padding: 22rpx 28rpx;
  228. .icon {
  229. margin-top: 46rpx;
  230. .icon_text {
  231. margin-top: 12rpx;
  232. font-size: 26rpx;
  233. font-family: PingFang SC;
  234. font-weight: 400;
  235. line-height: 36rpx;
  236. color: #070707;
  237. }
  238. }
  239. }
  240. .back {
  241. // background-color: #A1A4B5;
  242. width: 690rpx;
  243. height: 128rpx;
  244. background: linear-gradient(95deg, #898EA3 0%, #A1A4B5 40%, #BDC0D1 100%);
  245. opacity: 1;
  246. border-radius: 22rpx;
  247. padding: 22rpx 0 24rpx 58rpx;
  248. .top1 {
  249. font-size: 28rpx;
  250. font-family: DOUYU;
  251. font-weight: normal;
  252. line-height: 38rpx;
  253. color: #FFF7F7;
  254. // letter-spacing: 100px;
  255. }
  256. .bottom {
  257. font-size: 22rpx;
  258. font-family: PingFang SC;
  259. font-weight: 400;
  260. line-height: 32rpx;
  261. color: #FFF7F7;
  262. margin-top: 14rpx;
  263. }
  264. }
  265. .top {
  266. margin: 44rpx 0 38rpx 0;
  267. overflow: hidden;
  268. .left {
  269. display: flex;
  270. overflow: hidden;
  271. .login {
  272. font-size: 36rpx;
  273. font-family: PingFang SC;
  274. font-weight: 500;
  275. line-height: 50rpx;
  276. color: #323337;
  277. margin-bottom: 10rpx;
  278. }
  279. .look {
  280. font-size: 24rpx;
  281. font-family: PingFangSC-Regular;
  282. line-height: 34rpx;
  283. color: #959595;
  284. }
  285. }
  286. .qiandao {
  287. width: 168rpx;
  288. height: 54rpx;
  289. background: #B1E3FA;
  290. box-shadow: 0rpx 6rpx 12rpx #B1E3FA;
  291. opacity: 1;
  292. border-radius: 28rpx;
  293. line-height: 54rpx;
  294. text-align: center;
  295. font-size: 26rpx;
  296. font-family: PingFangSC-Regular;
  297. color: #FFF7F7;
  298. }
  299. }
  300. </style>