deal.vue 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187
  1. <template>
  2. <view class="">
  3. <view class="sort">
  4. <view
  5. class="sortItem"
  6. :style="{ color: current == 1 ? '#A5CF49' : '#333333' }"
  7. @click="sort(1)"
  8. >
  9. <text>{{
  10. sortCurrent == null ? "时间排序" : sortList[sortCurrent].name
  11. }}</text>
  12. <u-icon
  13. name="arrow-down-fill"
  14. :color="{ color: current == 1 ? '#A5CF49' : '#333333' }"
  15. :class="{ select: current == 1 }"
  16. size="8"
  17. ></u-icon>
  18. </view>
  19. <view
  20. class="sortItem"
  21. @click="sort(2)"
  22. :style="{ color: current == 2 ? '#A5CF49' : '#333333' }"
  23. >
  24. <view class="">
  25. <text>账号筛选</text>
  26. <view class="tips">
  27. {{ mark_notice }}
  28. </view>
  29. <u-badge
  30. showZero
  31. absolute="true"
  32. :offset="[10, 30]"
  33. bgColor="red"
  34. type="warning "
  35. max="99"
  36. :value="total_num"
  37. ></u-badge>
  38. </view>
  39. <u-icon
  40. name="arrow-down-fill"
  41. :color="{ color: current == 2 ? '#A5CF49' : '#333333' }"
  42. :class="{ select: current == 2 }"
  43. size="8"
  44. ></u-icon>
  45. <zpTooltip
  46. content="点击快速筛选"
  47. :visible="visible"
  48. placement="bottom"
  49. ></zpTooltip>
  50. </view>
  51. </view>
  52. <view class="notice">
  53. <u-notice-bar
  54. :text="text1"
  55. color="#fff"
  56. bgColor="#A5CF49"
  57. fontSize="16"
  58. ></u-notice-bar>
  59. </view>
  60. <view class="" v-if="swiperList.length != 0">
  61. <u-swiper
  62. :list="swiperList"
  63. height="350rpx"
  64. @change="change"
  65. keyName="image"
  66. @click="click"
  67. ></u-swiper>
  68. </view>
  69. <view class="accountList">
  70. <view
  71. class="accountItem"
  72. v-for="(item, index) in goodsList"
  73. :key="index"
  74. @click="toInfo(item)"
  75. >
  76. <view class="imgBox">
  77. <image :src="BASE_URL + item.coverimage" mode=""></image>
  78. <view
  79. v-if="item.color_bar"
  80. class="bar"
  81. :class="{ bule: item.bar_type == 0 }"
  82. >
  83. {{ item.color_bar }}
  84. </view>
  85. </view>
  86. <view class="introduction">
  87. <view class="title">
  88. {{ item.show_title }}
  89. </view>
  90. <view class="labelBox">
  91. <view
  92. class="labelItem"
  93. :style="{
  94. backgroundImage: 'url(' + BASE_URL + bg_list.top_bg.value + ')',
  95. }"
  96. v-if="item.is_top == 1"
  97. >
  98. 置顶
  99. </view>
  100. <view
  101. class="labelItem"
  102. :style="{
  103. backgroundImage:
  104. 'url(' + BASE_URL + bg_list.discount_bg.value + ')',
  105. }"
  106. v-if="item.discount == 1"
  107. >
  108. 特价
  109. </view>
  110. <view
  111. class="labelItem"
  112. :style="{
  113. backgroundImage:
  114. 'url(' + BASE_URL + bg_list.recommend_bg.value + ')',
  115. }"
  116. v-if="item.recommend == 1"
  117. >
  118. 斑马推荐
  119. </view>
  120. <view
  121. class="labelItem"
  122. :style="{
  123. backgroundImage:
  124. 'url(' + BASE_URL + bg_list.stage_bg.value + ')',
  125. }"
  126. v-if="item.stage == 1"
  127. >
  128. 可分期
  129. </view>
  130. <view
  131. class="labelItem"
  132. :style="{
  133. backgroundImage: 'url(' + BASE_URL + bg_list.hot_bg.value + ')',
  134. }"
  135. v-if="item.is_hot == 1"
  136. >
  137. 热门
  138. </view>
  139. <!-- <view class="labelItem" :style="{ backgroundImage:'url('+BASE_URL+bg_list.level_bg.value+')'}" v-if="item.level>=1">
  140. VIP
  141. </view> -->
  142. <view
  143. class="labelItem"
  144. :style="{
  145. backgroundImage: 'url(' + BASE_URL + bg_list.new_bg.value + ')',
  146. }"
  147. v-if="item.is_new == 1"
  148. >
  149. 新品
  150. </view>
  151. <view
  152. class="labelItem"
  153. :style="{
  154. backgroundImage:
  155. 'url(' + BASE_URL + bg_list.standby1_bg.value + ')',
  156. }"
  157. v-if="item.standby1 == 1"
  158. >
  159. {{ item.standby1_title }}
  160. </view>
  161. <view
  162. class="labelItem"
  163. :style="{
  164. backgroundImage:
  165. 'url(' + BASE_URL + bg_list.standby2_bg.value + ')',
  166. }"
  167. v-if="item.standby2 == 1"
  168. >
  169. {{ item.standby2_title }}
  170. </view>
  171. <view
  172. class="labelItem"
  173. :style="{
  174. backgroundImage:
  175. 'url(' + BASE_URL + bg_list.standby3_bg.value + ')',
  176. }"
  177. v-if="item.standby3 == 1"
  178. >
  179. {{ item.standby3_title }}
  180. </view>
  181. <!-- <u-tag v-if="item.discount==1" text="特价" type="error" shape="circle" size="mini"></u-tag>
  182. <u-tag v-if="item.recommend==1" text="斑马推荐" shape="circle" size="mini"></u-tag>
  183. <u-tag v-if="item.stage==1" text="可分期" type="success" shape="circle" size="mini"></u-tag> -->
  184. </view>
  185. <view class="price">
  186. <text>{{ item.money }}</text
  187. >米
  188. </view>
  189. </view>
  190. </view>
  191. <u-empty
  192. v-if="goodsList.length == 0 && !loading"
  193. mode="list"
  194. icon="http://cdn.uviewui.com/uview/empty/list.png"
  195. >
  196. </u-empty>
  197. </view>
  198. <view class="company—info" v-if="showCompany && goodsList.length > 10">
  199. <p>六合区斑马互娱游戏工作室</p>
  200. <p>公安备案号:32011502011903</p>
  201. <p>
  202. <a href="http://beian.miit.gov.cn/">ICP备案号:苏ICP备2023025782号-1</a>
  203. </p>
  204. </view>
  205. </view>
  206. <u-popup :show="show" mode="top" @close="close">
  207. <view class="popup">
  208. <view
  209. class="item"
  210. :class="{ selectSort: sortCurrent == index }"
  211. v-for="(item, index) in sortList"
  212. :key="index"
  213. @click="sortClick(item, index)"
  214. >
  215. {{ item.name }}
  216. </view>
  217. </view>
  218. </u-popup>
  219. <u-popup :show="show1" mode="top" @close="close1">
  220. <scroll-view scroll-y="true">
  221. <view class="popup popup1">
  222. <view class="labelItem">
  223. <view class="label"> 编号 </view>
  224. <view class="value">
  225. <input
  226. type="text"
  227. v-model="condition.search_name"
  228. class="codeInput"
  229. placeholder="请输入需要搜索的账号编号"
  230. />
  231. </view>
  232. </view>
  233. <view class="" style="height: 800rpx; overflow: scroll">
  234. <view class="labelItem">
  235. <view class="label"> 标签选择 </view>
  236. <view class="value">
  237. <u-checkbox-group
  238. v-model="checkboxValue1"
  239. placement="row"
  240. @change="checkboxChange"
  241. >
  242. <u-checkbox
  243. :customStyle="{ marginBottom: '8px' }"
  244. v-for="(item, index) in labelList"
  245. :key="index"
  246. :label="item.title"
  247. :name="item.id"
  248. >
  249. </u-checkbox>
  250. </u-checkbox-group>
  251. </view>
  252. </view>
  253. <view class="labelItem">
  254. <view class="label"> 价格区间 </view>
  255. <view class="value1">
  256. <input
  257. type="number"
  258. v-model="condition.min_money"
  259. class="codeInput"
  260. placeholder="最低价格"
  261. />
  262. <text>至</text>
  263. <input
  264. type="number"
  265. v-model="condition.max_money"
  266. class="codeInput"
  267. placeholder="最高价格"
  268. />
  269. </view>
  270. </view>
  271. <view class="labelItem">
  272. <view class="label"> 区服范围 </view>
  273. <view class="value1">
  274. <input
  275. type="number"
  276. v-model="condition.min_server"
  277. class="codeInput"
  278. placeholder="XXX区"
  279. />
  280. <text>至</text>
  281. <input
  282. type="number"
  283. v-model="condition.max_server"
  284. class="codeInput"
  285. placeholder="XXX区"
  286. />
  287. </view>
  288. </view>
  289. <view class="labelItem">
  290. <view class="label"> 金伙伴数量区间 </view>
  291. <view class="value1">
  292. <input
  293. type="number"
  294. v-model="condition.min_partner"
  295. class="codeInput"
  296. placeholder="最少伙伴数量"
  297. />
  298. <text>至</text>
  299. <input
  300. type="number"
  301. v-model="condition.max_partner"
  302. class="codeInput"
  303. placeholder="最多伙伴数量"
  304. />
  305. </view>
  306. </view>
  307. <view class="labelItem">
  308. <view class="label"> VIP等级区间 </view>
  309. <view class="value1">
  310. <input
  311. type="number"
  312. v-model="condition.min_level"
  313. class="codeInput"
  314. placeholder="最低等级"
  315. />
  316. <text>至</text>
  317. <input
  318. type="number"
  319. v-model="condition.max_level"
  320. class="codeInput"
  321. placeholder="最高等级"
  322. />
  323. </view>
  324. </view>
  325. <view class="labelItem">
  326. <view class="label"> 战力范围(单位:亿) </view>
  327. <view class="value1">
  328. <input
  329. type="number"
  330. v-model="condition.min_force"
  331. class="codeInput"
  332. placeholder="最低战力"
  333. />
  334. <text>至</text>
  335. <input
  336. type="number"
  337. v-model="condition.max_force"
  338. class="codeInput"
  339. placeholder="最高战力"
  340. />
  341. </view>
  342. </view>
  343. <view class="labelItem">
  344. <view class="label"> 速度范围(单位:万) </view>
  345. <view class="value1">
  346. <input
  347. type="number"
  348. v-model="condition.min_speed"
  349. class="codeInput"
  350. placeholder="最低速度"
  351. />
  352. <text>至</text>
  353. <input
  354. type="number"
  355. v-model="condition.max_speed"
  356. class="codeInput"
  357. placeholder="最高速度"
  358. />
  359. </view>
  360. </view>
  361. <view class="labelItem">
  362. <view class="label"> 法伤范围(单位:万) </view>
  363. <view class="value1">
  364. <input
  365. type="number"
  366. v-model="condition.min_atk"
  367. class="codeInput"
  368. placeholder="最低法伤"
  369. />
  370. <text>至</text>
  371. <input
  372. type="number"
  373. v-model="condition.max_atk"
  374. class="codeInput"
  375. placeholder="最高法伤"
  376. />
  377. </view>
  378. </view>
  379. <view class="labelItem">
  380. <view class="label"> 冰冻范围(单位:万) </view>
  381. <view class="value1">
  382. <input
  383. type="number"
  384. v-model="condition.min_property"
  385. class="codeInput"
  386. placeholder="最低冰冻"
  387. />
  388. <text>至</text>
  389. <input
  390. type="number"
  391. v-model="condition.max_property"
  392. class="codeInput"
  393. placeholder="最高冰冻"
  394. />
  395. </view>
  396. </view>
  397. <view class="labelItem">
  398. <view class="label"> 渡劫等级 </view>
  399. <view class="value1">
  400. <input
  401. type="number"
  402. v-model="condition.min_dj_level"
  403. class="codeInput"
  404. placeholder="最少等级"
  405. />
  406. <text>至</text>
  407. <input
  408. type="number"
  409. v-model="condition.max_dj_level"
  410. class="codeInput"
  411. placeholder="最高等级"
  412. />
  413. </view>
  414. </view>
  415. <view class="labelItem">
  416. <view class="label"> 账号类型 </view>
  417. <view class="value">
  418. <u-radio-group
  419. v-model="radiovalue1"
  420. placement="row"
  421. @change="groupChange"
  422. >
  423. <u-radio
  424. :customStyle="{ marginBottom: '8px' }"
  425. v-for="(item, index) in checkboxList1"
  426. :key="index"
  427. :label="item.name"
  428. :name="item.type"
  429. >
  430. </u-radio>
  431. </u-radio-group>
  432. </view>
  433. </view>
  434. <view class="labelItem">
  435. <view class="label"> 是否榜一 </view>
  436. <view class="value">
  437. <u-radio-group
  438. v-model="radiovalue2"
  439. placement="row"
  440. @change="groupChange1"
  441. >
  442. <u-radio
  443. :customStyle="{ marginBottom: '8px' }"
  444. v-for="(item, index) in checkboxList2"
  445. :key="index"
  446. :label="item.name"
  447. :name="item.type"
  448. >
  449. </u-radio>
  450. </u-radio-group>
  451. </view>
  452. </view>
  453. </view>
  454. <view class="btnBox">
  455. <button class="btn1" @click="reset">重置</button>
  456. <button
  457. class="btn2"
  458. @click="
  459. (_) => {
  460. condition.page = 1;
  461. showCompany = false;
  462. goodsList = [];
  463. getList();
  464. }
  465. "
  466. >
  467. 确定
  468. </button>
  469. </view>
  470. </view>
  471. </scroll-view>
  472. </u-popup>
  473. <u-overlay :show="show10" @click="show10 = false">
  474. <view class="warp">
  475. <view class="rect1" @tap.stop>
  476. <image src="../../static/tishi.png" mode=""></image>
  477. <p>该商品已出售或下架</p>
  478. <u-button
  479. color="#A5CF49"
  480. type="success"
  481. shape="circle"
  482. text="看看其他斑马账号"
  483. @click="show10 = false"
  484. ></u-button>
  485. </view>
  486. </view>
  487. </u-overlay>
  488. </template>
  489. <script setup>
  490. import {
  491. onLoad,
  492. onShow,
  493. onPullDownRefresh,
  494. onReachBottom,
  495. } from "@dcloudio/uni-app";
  496. import zpTooltip from "../../uni_modules/zb-tooltip/components/zb-tooltip/zb-tooltip.vue";
  497. import { BASE_URL } from "../../utils/http.js";
  498. import { ref } from "vue";
  499. import {
  500. getbannerlist,
  501. getnoticelist,
  502. getSelLabel,
  503. getGoodsList,
  504. getplatformmeun,
  505. getplatformeditor,
  506. } from "@/utils/api.js";
  507. let mark_notice = ref("");
  508. onLoad(() => {
  509. getplatformeditor().then((res) => {
  510. mark_notice.value = res.data.mark_notice;
  511. });
  512. uni.hideTabBar();
  513. getplatformmeun().then((res) => {
  514. text1.value = res.data.acc_notice;
  515. let menu = res.data;
  516. getApp().globalData.config = menu;
  517. uni.setTabBarItem({
  518. index: 0,
  519. text: menu.simple_menu,
  520. iconPath: BASE_URL + menu.simple_logo,
  521. selectedIconPath: BASE_URL + menu.simple_logo2,
  522. });
  523. uni.setTabBarItem({
  524. index: 1,
  525. text: menu.acc_menu,
  526. iconPath: BASE_URL + menu.acc_logo,
  527. selectedIconPath: BASE_URL + menu.acc_logo2,
  528. });
  529. uni.setTabBarItem({
  530. index: 2,
  531. text: menu.jump_menu,
  532. iconPath: BASE_URL + menu.jump_logo,
  533. selectedIconPath: BASE_URL + menu.jump_logo2,
  534. });
  535. uni.setTabBarItem({
  536. index: 3,
  537. text: menu.information_menu,
  538. iconPath: BASE_URL + menu.information_logo,
  539. selectedIconPath: BASE_URL + menu.information_logo2,
  540. });
  541. uni.showTabBar();
  542. uni.setNavigationBarTitle({
  543. title: res.data.name,
  544. });
  545. });
  546. getBanner();
  547. getSelLabel().then((res) => {
  548. labelList.value = res.data;
  549. });
  550. // getnoticelist(2).then(res=>{
  551. // let data=res.data
  552. // data.forEach(item=>{
  553. // text1.value=text1.value+' '+item.content
  554. // })
  555. // })
  556. getList();
  557. });
  558. let show10 = ref(false);
  559. onReachBottom(() => {
  560. condition.value.page++;
  561. getList();
  562. });
  563. let groupChange = (e) => {
  564. condition.value.account_type = e;
  565. };
  566. let groupChange1 = (e) => {
  567. condition.value.is_top = e;
  568. };
  569. let sortCurrent = ref(null);
  570. let sortClick = (item, index) => {
  571. if (sortCurrent.value != index) {
  572. sortCurrent.value = index;
  573. condition.value.sort_type = item.sort_type;
  574. condition.value.sort_order = item.sort_order;
  575. show.value = false;
  576. current.value = 0;
  577. condition.value.page = 1;
  578. getList();
  579. }
  580. };
  581. let goodsList = ref([]);
  582. let bg_list = ref({});
  583. let total_num = ref(0);
  584. let loading = ref(false);
  585. let getList = () => {
  586. if (loading.value) return;
  587. show1.value = false;
  588. current.value = 0;
  589. loading.value = true;
  590. getGoodsList(condition.value).then((res) => {
  591. getNum();
  592. bg_list.value = res.data.bg_list;
  593. if (condition.value.page == 1) {
  594. goodsList.value = res.data.list;
  595. } else {
  596. goodsList.value = [...goodsList.value, ...res.data.list];
  597. }
  598. if (res.data.list.length < condition.value.page_num)
  599. showCompany.value = true;
  600. loading.value = false;
  601. });
  602. };
  603. let labelList = ref([]);
  604. onShow(() => {
  605. history.pushState(null, document.title, location.href);
  606. });
  607. let getNum = () => {
  608. let count = 0;
  609. if (condition.value.search_name != "") {
  610. count += 1;
  611. }
  612. if (condition.value.label_ids.split(",") != 0) {
  613. count += condition.value.label_ids.split(",").length;
  614. }
  615. if (condition.value.min_money != "" || condition.value.max_money != "") {
  616. count += 1;
  617. }
  618. if (condition.value.min_server != "" || condition.value.max_server != "") {
  619. count += 1;
  620. }
  621. if (condition.value.min_partner != "" || condition.value.max_partner != "") {
  622. count += 1;
  623. }
  624. if (condition.value.min_level != "" || condition.value.max_level != "") {
  625. count += 1;
  626. }
  627. if (condition.value.min_force != "" || condition.value.max_force != "") {
  628. count += 1;
  629. }
  630. if (condition.value.min_speed != "" || condition.value.max_speed != "") {
  631. count += 1;
  632. }
  633. // console.log(123,condition.value.min_atk,condition.value.max_atk)
  634. if (condition.value.min_atk != "" || condition.value.max_atk != "") {
  635. count += 1;
  636. }
  637. if (
  638. condition.value.min_property != "" ||
  639. condition.value.max_property != ""
  640. ) {
  641. count += 1;
  642. }
  643. if (
  644. condition.value.min_dj_level != "" ||
  645. condition.value.max_dj_level != ""
  646. ) {
  647. count += 1;
  648. }
  649. if (condition.value.account_type != 0) {
  650. count += 1;
  651. }
  652. if (condition.value.is_top != -1) {
  653. count += 1;
  654. }
  655. total_num.value = count;
  656. };
  657. let reset = () => {
  658. radiovalue1.value = ref(0);
  659. radiovalue2.value = ref(-1);
  660. checkboxValue1.value = [];
  661. condition.value = {
  662. page: 1,
  663. page_num: 10,
  664. sort_type: "",
  665. sort_order: "",
  666. min_money: "",
  667. max_money: "",
  668. min_server: "",
  669. max_server: "",
  670. min_partner: "",
  671. max_partner: "",
  672. min_level: "",
  673. max_level: "",
  674. min_force: "",
  675. max_force: "",
  676. min_speed: "",
  677. max_speed: "",
  678. min_atk: "",
  679. max_atk: "",
  680. min_property: "",
  681. max_property: "",
  682. min_dj_level: "",
  683. max_dj_level: "",
  684. account_type: 0,
  685. is_top: -1,
  686. label_ids: "",
  687. search_name: "",
  688. };
  689. };
  690. let sortList = [
  691. {
  692. name: "最近发布",
  693. sort_type: 1,
  694. sort_order: 1,
  695. },
  696. // {name:'发布时间从远到近',sort_type:1,sort_order:2},
  697. {
  698. name: "价格从高到低",
  699. sort_type: 2,
  700. sort_order: 1,
  701. },
  702. {
  703. name: "价格从低到高",
  704. sort_type: 2,
  705. sort_order: 2,
  706. },
  707. {
  708. name: "战力从高到低",
  709. sort_type: 3,
  710. sort_order: 1,
  711. },
  712. {
  713. name: "战力从低到高",
  714. sort_type: 3,
  715. sort_order: 2,
  716. },
  717. {
  718. name: "冰冻从高到低",
  719. sort_type: 4,
  720. sort_order: 1,
  721. },
  722. {
  723. name: "冰冻从低到高",
  724. sort_type: 4,
  725. sort_order: 2,
  726. },
  727. {
  728. name: "速度从高到低",
  729. sort_type: 5,
  730. sort_order: 1,
  731. },
  732. {
  733. name: "速度从低到高",
  734. sort_type: 5,
  735. sort_order: 2,
  736. },
  737. {
  738. name: "法伤从高到低",
  739. sort_type: 6,
  740. sort_order: 1,
  741. },
  742. {
  743. name: "法伤从低到高",
  744. sort_type: 6,
  745. sort_order: 2,
  746. },
  747. {
  748. name: "vip等级排序",
  749. sort_type: 7,
  750. sort_order: 1,
  751. },
  752. // {name:'vip等级从低到高',sort_type:7,sort_order:2},
  753. ];
  754. let condition = ref({
  755. page: 1,
  756. page_num: 10,
  757. sort_type: "",
  758. sort_order: "",
  759. min_money: "",
  760. max_money: "",
  761. min_server: "",
  762. max_server: "",
  763. min_partner: "",
  764. max_partner: "",
  765. min_level: "",
  766. max_level: "",
  767. min_force: "",
  768. max_force: "",
  769. min_speed: "",
  770. max_speed: "",
  771. min_atk: "",
  772. max_atk: "",
  773. min_property: "",
  774. max_property: "",
  775. min_dj_level: "",
  776. max_dj_level: "",
  777. account_type: 0,
  778. is_top: -1,
  779. label_ids: "",
  780. search_name: "",
  781. });
  782. let getBanner = () => {
  783. getbannerlist().then((res) => {
  784. res.data.forEach((item) => {
  785. item.image = BASE_URL + item.image;
  786. });
  787. swiperList.value = res.data;
  788. });
  789. };
  790. let toInfo = (item) => {
  791. if (item.status == 0) {
  792. show10.value = true;
  793. return;
  794. }
  795. uni.navigateTo({
  796. url:
  797. `/pages/deal/product_info?id=${item.id}` +
  798. (item.rand_num ? `&rand_num=${item.rand_num}` : ""),
  799. // url:'/pages/deal/productInfo?id='+6
  800. });
  801. };
  802. let visible = ref(true);
  803. let swiperList = ref([]);
  804. let radiovalue1 = ref(0);
  805. let radiovalue2 = ref(-1);
  806. let checkboxValue1 = ref([]);
  807. let checkboxChange = (n) => {
  808. condition.value.label_ids = n.toString();
  809. };
  810. let text1 = ref("");
  811. let showCompany = ref(false);
  812. // 基本案列数据
  813. let checkboxList1 = [
  814. {
  815. name: "全部",
  816. type: 0,
  817. },
  818. {
  819. name: "手机",
  820. type: 1,
  821. },
  822. {
  823. name: "邮箱",
  824. type: 2,
  825. },
  826. {
  827. name: "微信/qq",
  828. type: 3,
  829. },
  830. ];
  831. let checkboxList2 = [
  832. {
  833. name: "全部",
  834. type: -1,
  835. },
  836. {
  837. name: "否",
  838. type: 0,
  839. },
  840. {
  841. name: "是",
  842. type: 1,
  843. },
  844. ];
  845. let show = ref(false);
  846. let show1 = ref(false);
  847. let current = ref(0);
  848. let sort = (type) => {
  849. if (current.value != type) {
  850. current.value = type;
  851. if (type == 1) {
  852. show.value = true;
  853. show1.value = false;
  854. } else {
  855. show1.value = true;
  856. show.value = false;
  857. }
  858. } else {
  859. current.value = 0;
  860. show.value = false;
  861. show1.value = false;
  862. }
  863. };
  864. let close = () => {
  865. show.value = false;
  866. current.value = 0;
  867. };
  868. let close1 = () => {
  869. show1.value = false;
  870. current.value = 0;
  871. };
  872. onPullDownRefresh(() => {
  873. reset();
  874. getList();
  875. setTimeout(function () {
  876. uni.stopPullDownRefresh();
  877. }, 2000);
  878. });
  879. </script>
  880. <style>
  881. uni-button:after {
  882. border: none;
  883. }
  884. </style>
  885. <style lang="scss">
  886. .notice {
  887. height: 37px;
  888. overflow: hidden;
  889. }
  890. .warp {
  891. padding: 0 28rpx;
  892. display: flex;
  893. align-items: center;
  894. justify-content: center;
  895. height: 100%;
  896. }
  897. .rect1 {
  898. padding: 60rpx 120rpx;
  899. display: flex;
  900. flex-direction: column;
  901. align-items: center;
  902. width: 558rpx;
  903. height: 438rpx;
  904. background: #ffffff;
  905. border-radius: 20rpx;
  906. image {
  907. width: 96rpx;
  908. height: 96rpx;
  909. }
  910. p {
  911. font-size: 24rpx;
  912. margin: 62rpx 0 40rpx;
  913. }
  914. // background-color: #fff;
  915. }
  916. .labelBox {
  917. margin: 10rpx 0;
  918. display: flex;
  919. flex-wrap: wrap;
  920. .labelItem {
  921. margin-right: 20rpx;
  922. margin-bottom: 5rpx;
  923. font-size: 24rpx;
  924. font-weight: bold;
  925. color: #fff;
  926. border-radius: 30rpx;
  927. padding: 7rpx 16rpx;
  928. background-position: center center;
  929. background-repeat: no-repeat;
  930. background-size: cover;
  931. // background-color: #A5CF49;
  932. }
  933. }
  934. .selectSort {
  935. color: rgb(165, 207, 73);
  936. }
  937. .accountList {
  938. background-color: #ffffff;
  939. .accountItem {
  940. border-bottom: 20rpx solid #f5f5f5;
  941. display: flex;
  942. padding: 8rpx 24rpx;
  943. align-items: center;
  944. .imgBox {
  945. overflow: hidden;
  946. position: relative;
  947. margin-right: 26rpx;
  948. image {
  949. width: 188rpx;
  950. max-height: 188rpx;
  951. border-radius: 10rpx;
  952. }
  953. .bar {
  954. display: flex;
  955. justify-content: center;
  956. font-weight: bold;
  957. overflow: hidden;
  958. font-size: 28rpx;
  959. color: #fff;
  960. padding: 5rpx;
  961. // text-align: center;
  962. position: absolute;
  963. top: 50%;
  964. transform: translateY(-50%);
  965. width: 188rpx;
  966. background: red;
  967. }
  968. .bule {
  969. background: blue;
  970. }
  971. }
  972. .introduction {
  973. flex: 1;
  974. .title {
  975. color: #000000;
  976. font-weight: bold;
  977. font-size: 28rpx;
  978. }
  979. .u-fade-enter-active {
  980. margin-top: 0;
  981. padding: 10rpx;
  982. }
  983. .price {
  984. color: #ff2828;
  985. font-size: 24rpx;
  986. text {
  987. font-size: 40rpx;
  988. font-weight: bold;
  989. }
  990. }
  991. }
  992. }
  993. }
  994. .btnBox {
  995. margin-top: 100rpx;
  996. display: flex;
  997. justify-content: right;
  998. button {
  999. margin: 0;
  1000. margin-left: 40rpx;
  1001. padding: 0;
  1002. width: 206rpx;
  1003. height: 80rpx;
  1004. line-height: 80rpx;
  1005. background: #f5f5f5;
  1006. border-radius: 40rpx;
  1007. font-size: 24rpx;
  1008. }
  1009. .btn1 {
  1010. background: #f5f5f5;
  1011. }
  1012. .btn2 {
  1013. background: #a5cf49;
  1014. color: #fff;
  1015. }
  1016. }
  1017. .labelItem {
  1018. .label {
  1019. font-size: 24rpx;
  1020. font-weight: bold;
  1021. margin: 24rpx 0 10rpx;
  1022. }
  1023. .value {
  1024. .codeInput {
  1025. font-size: 24rpx;
  1026. width: 562rpx;
  1027. height: 68rpx;
  1028. line-height: 68rpx;
  1029. background: #f5f5f5;
  1030. border-radius: 20rpx;
  1031. padding: 0 24rpx;
  1032. }
  1033. }
  1034. .value1 {
  1035. display: flex;
  1036. align-items: center;
  1037. justify-content: space-between;
  1038. input {
  1039. font-size: 24rpx;
  1040. text-align: center;
  1041. width: 231rpx;
  1042. height: 68rpx;
  1043. line-height: 68rpx;
  1044. background: #f5f5f5;
  1045. border-radius: 20rpx;
  1046. padding: 0 24rpx;
  1047. }
  1048. }
  1049. }
  1050. .popup {
  1051. padding: 0 40rpx;
  1052. font-size: 24rpx;
  1053. .item {
  1054. line-height: 90rpx;
  1055. border-bottom: 1rpx solid #f5f5f5;
  1056. }
  1057. }
  1058. .popup1 {
  1059. padding: 0 40rpx 40rpx;
  1060. }
  1061. ::v-deep .u-checkbox {
  1062. span {
  1063. font-size: 24rpx !important;
  1064. }
  1065. margin-right: 20rpx;
  1066. }
  1067. ::v-deep .u-radio {
  1068. span {
  1069. font-size: 24rpx !important;
  1070. }
  1071. margin-right: 20rpx;
  1072. }
  1073. ::v-deep .u-fade-enter-active {
  1074. margin-top: 89px;
  1075. }
  1076. ::v-deep .u-slide-down-enter-to {
  1077. top: 3.75rem !important;
  1078. }
  1079. .select {
  1080. transform: rotate(180deg);
  1081. }
  1082. page {
  1083. .sort {
  1084. border-top: 1rpx solid #f2f2f2;
  1085. width: 100%;
  1086. height: 120rpx;
  1087. line-height: 120rpx;
  1088. background: #ffffff;
  1089. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.1);
  1090. display: flex;
  1091. position: sticky;
  1092. top: 0;
  1093. z-index: 99999;
  1094. .sortItem {
  1095. position: relative;
  1096. flex: 1;
  1097. display: flex;
  1098. justify-content: center;
  1099. align-items: center;
  1100. text {
  1101. margin-right: 16rpx;
  1102. }
  1103. .tips {
  1104. width: 100%;
  1105. text-align: center;
  1106. position: absolute;
  1107. bottom: -40rpx;
  1108. left: 0;
  1109. // transform: translateX(-50%);
  1110. font-size: 8rpx;
  1111. white-space: nowrap;
  1112. color: #000;
  1113. font-weight: bold;
  1114. // transform: scale(0.8);
  1115. }
  1116. }
  1117. }
  1118. }
  1119. .company—info {
  1120. font-size: 20rpx;
  1121. width: 100%;
  1122. text-align: center;
  1123. display: flex;
  1124. align-items: center;
  1125. flex-direction: column;
  1126. justify-content: center;
  1127. padding: 0 0 20rpx;
  1128. color: #999999;
  1129. text-decoration: none;
  1130. a {
  1131. color: #999999;
  1132. text-decoration: none;
  1133. }
  1134. }
  1135. </style>