tixian1.vue 7.5 KB

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