tixian1.vue 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <template>
  2. <view class="page">
  3. <view class="content">
  4. <view class="">
  5. <u-subsection mode="subsection" :list="list2" :current="current" @change="change"
  6. keyName="label"></u-subsection>
  7. <view class="" v-if="current == 0">
  8. <hx-order></hx-order>
  9. </view>
  10. <view class="" v-if="current == 1">
  11. <hx-invite></hx-invite>
  12. </view>
  13. </view>
  14. </view>
  15. </view>
  16. </template>
  17. <script>
  18. export default {
  19. data() {
  20. return {
  21. current: 0,
  22. date: "",
  23. all: "",
  24. list: [],
  25. allist: [],
  26. list2: [{
  27. label: '订单佣金',
  28. // 其他属性值
  29. source_type: "order"
  30. }, {
  31. label: '邀请佣金',
  32. source_type: "invite"
  33. }],
  34. source_type: "order",
  35. label: "订单佣金",
  36. }
  37. },
  38. onLoad(options) {
  39. this.current = options.current
  40. this.source_type = options.source_type
  41. if (this.source_type == "order") {
  42. this.label = "订单佣金"
  43. } else {
  44. this.label = "邀请佣金"
  45. }
  46. },
  47. computed: {
  48. },
  49. methods: {
  50. change(e) {
  51. this.current = e
  52. if (e == 0) {
  53. this.source_type = "order"
  54. } else {
  55. this.source_type = "invite"
  56. }
  57. },
  58. }
  59. }
  60. </script>
  61. <style lang="scss" scoped>
  62. .btn {
  63. width: 184rpx;
  64. height: 72rpx;
  65. background: #0C66C2;
  66. border-radius: 12rpx;
  67. font-size: 30rpx;
  68. font-family: PingFangSC, PingFang SC;
  69. font-weight: 400;
  70. color: #FFFFFF;
  71. line-height: 72rpx;
  72. text-align: center;
  73. }
  74. .jine {
  75. font-size: 24rpx;
  76. font-family: PingFangSC, PingFang SC;
  77. font-weight: 400;
  78. color: #444444;
  79. }
  80. .red {
  81. font-family: JDZhengHT, JDZhengHT;
  82. font-weight: 400;
  83. color: #F2413A;
  84. }
  85. .bottom-end {
  86. width: 750rpx;
  87. height: 166rpx;
  88. background: #FFFFFF;
  89. padding: 16rpx 32rpx 0;
  90. position: fixed;
  91. bottom: 0;
  92. left: 0;
  93. box-sizing: border-box;
  94. }
  95. .date {
  96. font-size: 24rpx;
  97. font-family: PingFangSC-Regular, PingFang SC;
  98. font-weight: 400;
  99. color: #888888;
  100. }
  101. .date1 {
  102. font-size: 24rpx;
  103. font-family: SFPro-Regular, SFPro;
  104. font-weight: 400;
  105. color: #222222;
  106. }
  107. .red {
  108. font-family: JDZhengHT-Regular, JDZhengHT;
  109. font-weight: 400;
  110. color: #F2413A;
  111. }
  112. .lietou {
  113. font-size: 32rpx;
  114. font-family: PingFangSC-Medium, PingFang SC;
  115. font-weight: 500;
  116. color: #222222;
  117. }
  118. .dan {
  119. margin-top: 20rpx;
  120. border-top: 2rpx solid #F6F6F6;
  121. padding-top: 18rpx;
  122. }
  123. .deposit {
  124. border-radius: 6rpx;
  125. background-color: rgba(12, 102, 194, 0.1);
  126. font-size: 24rpx;
  127. font-family: PingFangSC-Regular, PingFang SC;
  128. font-weight: 400;
  129. color: #0C66C2;
  130. padding: 4rpx;
  131. }
  132. .order {
  133. font-size: 24rpx;
  134. font-family: SFPro-Regular, SFPro;
  135. font-weight: 400;
  136. color: #666666;
  137. }
  138. .yong {
  139. background: #FFFFFF;
  140. border-radius: 16rpx;
  141. padding: 20rpx 20rpx 26rpx;
  142. box-sizing: border-box;
  143. .top {
  144. .left {
  145. font-size: 24rpx;
  146. font-family: PingFangSC-Regular, PingFang SC;
  147. font-weight: 400;
  148. color: #555555;
  149. }
  150. .right {
  151. font-family: SFPro-Regular, SFPro;
  152. font-weight: 400;
  153. color: #F2413A;
  154. }
  155. }
  156. .leftf {
  157. font-size: 26rpx;
  158. font-family: PingFangSC-Regular, PingFang SC;
  159. font-weight: 400;
  160. color: #555555;
  161. margin-top: 20rpx;
  162. }
  163. .leftff {
  164. font-size: 26rpx;
  165. font-family: PingFangSC-Regular, PingFang SC;
  166. font-weight: 400;
  167. color: #555555;
  168. }
  169. }
  170. .list1 {
  171. background: #FFFFFF;
  172. border-radius: 16rpx;
  173. .data {
  174. font-size: 24rpx;
  175. font-family: PingFangSC-Regular, PingFang SC;
  176. font-weight: 400;
  177. color: #888888;
  178. }
  179. .data1 {
  180. font-size: 24rpx;
  181. font-family: PingFangSC-Regular, PingFang SC;
  182. font-weight: 400;
  183. color: #222222;
  184. }
  185. .title {
  186. font-size: 32rpx;
  187. font-family: PingFangSC-Medium, PingFang SC;
  188. font-weight: 500;
  189. color: #222222;
  190. }
  191. .font {
  192. font-size: 24rpx;
  193. font-family: PingFangSC-Regular, PingFang SC;
  194. font-weight: 400;
  195. color: #fff;
  196. opacity: 1;
  197. }
  198. .back {
  199. background: #0C66C2;
  200. border-radius: 6rpx;
  201. padding: 4rpx 8rpx;
  202. opacity: 0.5;
  203. }
  204. .money {
  205. font-size: 24rpx;
  206. font-family: SFPro-Regular, SFPro;
  207. font-weight: 400;
  208. color: #F2413A;
  209. margin-left: 12rpx;
  210. }
  211. }
  212. .page {
  213. height: 100vh;
  214. .content {
  215. padding: 0 24rpx;
  216. background: #F3F3F3;
  217. min-height: 78vh;
  218. padding-top: 20rpx;
  219. min-height: 100vh;
  220. box-sizing: border-box;
  221. .list {
  222. background: #FFFFFF;
  223. border-radius: 16rpx;
  224. padding: 20rpx;
  225. box-sizing: border-box;
  226. }
  227. }
  228. }
  229. .bottom {
  230. border-top: 2rpx solid #F6F6F6;
  231. margin-top: 18rpx;
  232. padding-top: 18rpx;
  233. box-sizing: border-box;
  234. .left {
  235. font-size: 24rpx;
  236. font-family: PingFangSC-Regular, PingFang SC;
  237. font-weight: 400;
  238. color: #555555;
  239. }
  240. .right {
  241. font-size: 24rpx;
  242. font-family: PingFangSC-Regular, PingFang SC;
  243. font-weight: 400;
  244. color: #999999;
  245. }
  246. }
  247. .right {
  248. .concent {
  249. .left {
  250. font-size: 24rpx;
  251. font-family: PingFangSC-Regular, PingFang SC;
  252. font-weight: 400;
  253. color: #222222;
  254. }
  255. .money {
  256. font-size: 24rpx;
  257. font-family: SFPro-Regular, SFPro;
  258. font-weight: 400;
  259. color: #F2413A;
  260. margin-left: 12rpx;
  261. }
  262. .right {
  263. margin-left: 12rpx;
  264. font-size: 24rpx;
  265. font-family: PingFangSC-Regular, PingFang SC;
  266. font-weight: 400;
  267. color: #555555;
  268. }
  269. }
  270. .top {
  271. .left {
  272. font-size: 24rpx;
  273. font-family: PingFangSC-Regular, PingFang SC;
  274. font-weight: 400;
  275. color: #555555;
  276. }
  277. .right {
  278. font-size: 24rpx;
  279. font-family: PingFangSC-Regular, PingFang SC;
  280. font-weight: 400;
  281. color: #555555;
  282. display: inline-block;
  283. width: 170rpx;
  284. overflow: hidden;
  285. text-overflow: ellipsis;
  286. white-space: nowrap;
  287. }
  288. }
  289. }
  290. .left {
  291. // width: 300rpx;
  292. // overflow: hidden;
  293. // text-overflow: ellipsis;
  294. // white-space: nowrap;
  295. .concent {
  296. .left {
  297. font-size: 24rpx;
  298. font-family: PingFangSC-Regular, PingFang SC;
  299. font-weight: 400;
  300. color: #222222;
  301. }
  302. .money {
  303. font-size: 24rpx;
  304. font-family: SFPro-Regular, SFPro;
  305. font-weight: 400;
  306. color: #F2413A;
  307. margin-left: 12rpx;
  308. }
  309. .right {
  310. margin-left: 12rpx;
  311. font-size: 24rpx;
  312. font-family: PingFangSC-Regular, PingFang SC;
  313. font-weight: 400;
  314. color: #555555;
  315. }
  316. }
  317. .top {
  318. .left {
  319. height: 44rpx;
  320. font-size: 32rpx;
  321. font-family: PingFangSC-Medium, PingFang SC;
  322. font-weight: 500;
  323. color: #222222;
  324. }
  325. .right {
  326. margin-left: 12rpx;
  327. font-size: 24rpx;
  328. font-family: PingFangSC-Regular, PingFang SC;
  329. font-weight: 400;
  330. color: #141414;
  331. overflow: hidden;
  332. text-overflow: ellipsis;
  333. white-space: nowrap;
  334. width: 220rpx;
  335. display: inline-block;
  336. }
  337. }
  338. }
  339. .search {
  340. height: 68rpx;
  341. background: #F3F3F3;
  342. border-radius: 38rpx;
  343. padding: 14rpx 28rpx;
  344. box-sizing: border-box;
  345. }
  346. .index-header {
  347. padding: 0 32rpx;
  348. height: 50rpx;
  349. .index-search {
  350. width: 200rpx;
  351. height: 64rpx;
  352. background: #FFFFFF;
  353. border-radius: 20rpx;
  354. padding: 0 28rpx;
  355. .text1 {
  356. font-size: 24rpx;
  357. font-family: PingFangSC-Regular, PingFang SC;
  358. font-weight: 400;
  359. color: #999999;
  360. margin-left: 16rpx;
  361. }
  362. }
  363. }
  364. ::v-deep .u-navbar__content__left {
  365. padding: 0 !important;
  366. }
  367. // ::v-deep .u-subsection__item{
  368. // border-radius: 38rpx;
  369. // }
  370. // ::v-deep .u-subsection--subsection{
  371. // border-radius: 76rpx;
  372. // }
  373. </style>