index.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. <template>
  2. <view class="supply-hall">
  3. <z-paging ref="paging" v-model="dataList" @query="queryList">
  4. <!-- <template slot="top">
  5. <u-navbar :autoBack="true" bgColor="transparent">
  6. <view
  7. slot="center"
  8. class="supply-hall-search"
  9. style="width: 530rpx; display: flex; justify-content: flex-start"
  10. >
  11. <view class="" style="width: 400rpx">
  12. <u-input
  13. class="header-search"
  14. placeholder="分类,地区,群名称"
  15. prefixIcon="search"
  16. prefixIconStyle="font-size: 22px;color: #909399"
  17. >
  18. <template slot="suffix">
  19. <u-button text="搜索" type="primary"></u-button>
  20. </template>
  21. </u-input>
  22. </view>
  23. </view>
  24. </u-navbar>
  25. <view class="supply-hall-header">
  26. <view :style="{ height: statusBarHeight + 'px' }"></view>
  27. </view>
  28. <view class="supply-hall-screen">
  29. <view class="supply-hall-screen-item" @click="screenClick(1)">
  30. <view class="">
  31. <u--text
  32. :text="screenData.className"
  33. size="28rpx"
  34. :color="screenIndex == 1 ? '#00D36D' : '#666666'"
  35. ></u--text>
  36. </view>
  37. <view class="ml6">
  38. <u-icon
  39. :name="screenIndex == 1 ? 'arrow-up-fill' : 'arrow-down-fill'"
  40. :color="screenIndex == 1 ? '#00D36D' : '#b7b7b7'"
  41. size="20rpx"
  42. ></u-icon>
  43. </view>
  44. </view>
  45. <view class="supply-hall-screen-item" @click="screenClick(2)">
  46. <view class="">
  47. <u--text
  48. :text="screenData.addressName"
  49. size="28rpx"
  50. :color="screenIndex == 2 ? '#00D36D' : '#666666'"
  51. ></u--text>
  52. </view>
  53. <view class="ml6">
  54. <u-icon
  55. :name="screenIndex == 2 ? 'arrow-up-fill' : 'arrow-down-fill'"
  56. :color="screenIndex == 2 ? '#00D36D' : '#b7b7b7'"
  57. size="20rpx"
  58. ></u-icon>
  59. </view>
  60. </view>
  61. <view
  62. class=""
  63. v-show="screenStatus"
  64. style="
  65. background-color: #ffffff;
  66. position: absolute;
  67. top: 70rpx;
  68. z-index: 997;
  69. width: 100%;
  70. "
  71. >
  72. <view class="" v-show="screenIndex == 1">
  73. <classification @select="selectClass"></classification>
  74. </view>
  75. <view class="" v-show="screenIndex == 2">
  76. <gjsSelectCity @select="selectAddress"></gjsSelectCity>
  77. </view>
  78. </view>
  79. </view>
  80. </template> -->
  81. <view class="main">
  82. <view
  83. class="item"
  84. v-for="(item, index) in dataList"
  85. :key="index"
  86. @click="grouoDetail(item)"
  87. >
  88. <view class="left">
  89. <img :src="item.faceUrl" alt="" class="img" />
  90. </view>
  91. <view class="right">
  92. <view class="right_contont">
  93. <view style="width: 80%">
  94. <view class="title">{{ item.name }}</view>
  95. <view class="value">
  96. <view class="gys"> 供应商:{{ item.supplierCount }}人 </view>
  97. <view class="cgs"> 采购商:{{ item.purchaserCount }} 人 </view>
  98. </view>
  99. </view>
  100. <view @click.stop="join(item)" v-if="item.isAddGroupStatus == 0">
  101. <u-button
  102. type="primary"
  103. text="加入"
  104. color="linear-gradient( 275deg, #01CF6C 0%, #07E278 100%)"
  105. shape="circle"
  106. ></u-button>
  107. </view>
  108. </view>
  109. <view class="remake"> {{ item.introduction }} </view>
  110. </view>
  111. </view>
  112. </view>
  113. </z-paging>
  114. <u-popup :show="show" @close="show = false" @open="open">
  115. <view style="padding: 15px">
  116. <view style="text-align: right; position: absolute; right: 20rpx">
  117. <image
  118. src="https://directpurchase-oss-dev.oss-cn-chengdu.aliyuncs.com/wx/static/imImges/close.png"
  119. style="width: 40rpx; height: 40rpx"
  120. @click="show = false"
  121. />
  122. </view>
  123. <view class="main">
  124. <view class="item">
  125. <view class="left">
  126. <img :src="itemData.faceUrl" alt="" class="img" />
  127. </view>
  128. <view class="right">
  129. <view class="right_contont">
  130. <view style="width: 80%">
  131. <view class="title">{{ itemData.name }}</view>
  132. </view>
  133. </view>
  134. <view class="remake"> 群ID:{{ itemData.id }} </view>
  135. <view class="remake"> {{ itemData.introduction }} </view>
  136. </view>
  137. </view>
  138. <view class="imgs">
  139. <view class="item_img">
  140. <image
  141. src="https://directpurchase-oss-dev.oss-cn-chengdu.aliyuncs.com/wx/static/imImges/yzkh.png"
  142. class="icon"
  143. />
  144. <view> 优质客户 </view>
  145. </view>
  146. <view class="item_img">
  147. <image
  148. src="https://directpurchase-oss-dev.oss-cn-chengdu.aliyuncs.com/wx/static/imImges/xxgx.png"
  149. class="icon"
  150. />
  151. <view> 信息共享 </view>
  152. </view>
  153. <view class="item_img">
  154. <image
  155. src="https://directpurchase-oss-dev.oss-cn-chengdu.aliyuncs.com/wx/static/imImges/qsmh.png"
  156. class="icon"
  157. />
  158. <view> 轻松卖货 </view>
  159. </view>
  160. </view>
  161. </view>
  162. <view class="popup" style="margin-top: 40rpx">
  163. <u-button
  164. type="primary"
  165. :plain="true"
  166. :text="`${itemData.price}元加入群聊`"
  167. :customStyle="customStyle"
  168. @click="addGroup"
  169. ></u-button>
  170. </view>
  171. </view>
  172. </u-popup>
  173. </view>
  174. </template>
  175. <script>
  176. import gjsSelectCity from "@/components/gjs-selectCity.vue";
  177. import classification from "@/components/classification.vue";
  178. import { isPC, isUniFrameWork } from "../../TUIKit/utils/env";
  179. import { TUIGlobal } from "@tencentcloud/universal-api";
  180. import {
  181. TUITranslateService,
  182. TUIStore,
  183. StoreName,
  184. IGroupModel,
  185. TUIFriendService,
  186. Friend,
  187. FriendApplication,
  188. TUIUserService,
  189. TUIConversationService,
  190. } from "@tencentcloud/chat-uikit-engine";
  191. export default {
  192. components: {
  193. gjsSelectCity,
  194. classification,
  195. },
  196. data() {
  197. return {
  198. show: false,
  199. popupShow: false,
  200. statusBarHeight: 0,
  201. bottomStatusHeight: 0,
  202. pullDownStatus: "loading",
  203. screenData: {
  204. className: "分类",
  205. classId: "",
  206. addressName: "发货地",
  207. addressId: "",
  208. },
  209. queryParams: {
  210. pageNumber: 1,
  211. pageSize: 5,
  212. area: "",
  213. category: "",
  214. },
  215. screenIndex: 0,
  216. screenStatus: false,
  217. classList: [],
  218. dataList: [],
  219. itemData: {},
  220. };
  221. },
  222. mounted() {
  223. // #ifndef H5 || APP-PLUS || MP-ALIPAY
  224. const { windowHeight, screenHeight, safeArea, statusBarHeight } = uni.$u.sys(); // 获取页面高度
  225. let menuButtonObject = uni.getMenuButtonBoundingClientRect();
  226. let navHeight =
  227. menuButtonObject.height + (menuButtonObject.top - statusBarHeight) * 2;
  228. this.statusBarHeight = navHeight + statusBarHeight + 4;
  229. let tabBarHeight = windowHeight - safeArea.bottom;
  230. this.bottomStatusHeight = screenHeight - this.statusBarHeight - tabBarHeight;
  231. // #endif
  232. },
  233. onLoad(option) {
  234. console.log("option", option);
  235. },
  236. onReady() {},
  237. methods: {
  238. setData(aaa) {
  239. console.log("12312321", aaa);
  240. },
  241. addGroup() {
  242. let userid = uni.getStorageSync("userId");
  243. let openid = uni.getStorageSync("openid");
  244. if (this.itemData.price == 0) {
  245. let params = {
  246. userId: userid,
  247. ragId: this.itemData.id,
  248. ragStatus: 0,
  249. userType: 1,
  250. };
  251. this.api.addRagUser(params).then((res) => {
  252. if (res.code === 200) {
  253. if (res.msg == "该用户已加入过该群组") {
  254. }
  255. }
  256. });
  257. } else {
  258. let params = {
  259. body: this.itemData.introduction,
  260. attach: 0,
  261. oriMon: this.itemData.price,
  262. payKinds: 0,
  263. payMeth: 2,
  264. ragId: this.itemData.id,
  265. openId: openid,
  266. };
  267. this.api.addImGroupOrder(params).then((res) => {
  268. if (res.code === 200) {
  269. this.show = false;
  270. webUni.webView.navigateTo({
  271. url:
  272. `/subpages/message/pay/index?info=` + encodeURIComponent(res.data.result),
  273. });
  274. }
  275. });
  276. }
  277. },
  278. join(record) {
  279. this.itemData = record;
  280. if (record.isAddGroupStatus == 1) {
  281. //已加群
  282. } else {
  283. this.show = true;
  284. }
  285. },
  286. queryList(pageNumber, pageSize) {
  287. let userid = uni.getStorageSync("userId");
  288. this.queryParams.pageNumber = pageNumber;
  289. this.queryParams.pageSize = pageSize;
  290. this.queryParams.userId = userid;
  291. let dataList = [];
  292. this.$refs.paging.complete(dataList);
  293. this.api
  294. .getAllGroups(this.queryParams)
  295. .then((res) => {
  296. if (res.code === 200) {
  297. console.log("123213", res);
  298. this.$refs.paging.complete(res.data.content);
  299. }
  300. })
  301. .catch((res) => {
  302. this.$refs.paging.complete(false);
  303. });
  304. },
  305. grouoDetail(record) {
  306. console.log(record);
  307. if (record.isAddGroupStatus == 1) {
  308. isUniFrameWork &&
  309. TUIGlobal?.navigateTo({
  310. url: "/TUIKit/components/TUIChat/index",
  311. });
  312. TUIConversationService.switchConversation(`GROUP${record.groupId}`);
  313. } else {
  314. uni.navigateTo({
  315. url: "/pages/group/data?info=" + JSON.stringify(record),
  316. });
  317. }
  318. },
  319. // 筛选点击事件
  320. screenClick(i) {
  321. this.screenIndex = i;
  322. if (this.screenStatus) {
  323. this.screenIndex = "";
  324. this.screenStatus = false;
  325. } else {
  326. this.screenStatus = true;
  327. }
  328. },
  329. // 发货地返回值
  330. selectAddress(i) {
  331. this.screenData.addressName = i.name;
  332. this.screenData.addressId = i.cityId;
  333. this.screenStatus = false;
  334. this.ajax.page = 1;
  335. this.ajax.load = true;
  336. this.getList();
  337. },
  338. // 分类返回值
  339. selectClass(i) {
  340. this.screenData.className = i.className;
  341. this.screenData.classId = i.id;
  342. this.screenStatus = false;
  343. this.ajax.page = 1;
  344. this.ajax.load = true;
  345. this.getList();
  346. },
  347. // 筛选清空事件
  348. screenReset() {
  349. this.screenData.lowestPrice = "";
  350. this.screenData.maxPrice = "";
  351. this.screenData.minPurchase = "";
  352. this.screenData.maxPurchase = "";
  353. },
  354. // 筛选确定
  355. screenOk() {
  356. this.ajax.page = 1;
  357. this.ajax.load = true;
  358. this.getList();
  359. this.screenStatus = false;
  360. },
  361. },
  362. };
  363. </script>
  364. <style lang="scss" scoped>
  365. .imgs {
  366. display: flex;
  367. flex-direction: row;
  368. justify-content: space-around;
  369. align-items: center;
  370. margin-top: 10px;
  371. .item_img {
  372. display: flex;
  373. flex-direction: column;
  374. align-items: center;
  375. justify-content: center;
  376. width: 30%;
  377. .icon {
  378. width: 120rpx;
  379. height: 120rpx;
  380. }
  381. }
  382. }
  383. .popup ::v-deep .u-button {
  384. width: 100% !important;
  385. height: 38px !important;
  386. background: linear-gradient(87deg, #28d141 0%, #28ef8c 100%) !important;
  387. border: none !important;
  388. border-radius: 29rpx !important;
  389. font-size: 28rpx !important;
  390. font-weight: bold !important;
  391. margin-top: 30px;
  392. color: white;
  393. }
  394. .main {
  395. .item {
  396. display: flex;
  397. flex-direction: row;
  398. align-items: center;
  399. padding: 10px 20px;
  400. background: white;
  401. .left {
  402. width: 20%;
  403. margin-right: 10px;
  404. .img {
  405. width: 110rpx;
  406. height: 110rpx;
  407. border-radius: 50%;
  408. }
  409. }
  410. .right {
  411. width: 80%;
  412. line-height: 25px;
  413. .remake {
  414. font-weight: 400;
  415. font-size: 28rpx;
  416. color: #999999;
  417. }
  418. .right_contont {
  419. display: flex;
  420. flex-direction: row;
  421. align-items: center;
  422. .gys {
  423. width: 168rpx;
  424. height: 28rpx;
  425. font-weight: 500;
  426. font-size: 24rpx;
  427. color: #ff8b2f;
  428. line-height: 28rpx;
  429. font-style: normal;
  430. }
  431. .cgs {
  432. width: 168rpx;
  433. height: 28rpx;
  434. font-weight: 500;
  435. font-size: 24rpx;
  436. color: #00d36d;
  437. line-height: 28rpx;
  438. font-style: normal;
  439. }
  440. }
  441. .value {
  442. display: flex;
  443. flex-direction: row;
  444. align-items: center;
  445. height: 60rpx;
  446. }
  447. .title {
  448. font-weight: 600;
  449. font-size: 32rpx;
  450. color: #333333;
  451. }
  452. }
  453. }
  454. }
  455. .supply-hall {
  456. width: 750rpx;
  457. height: 100vh;
  458. background-color: white;
  459. overflow: hidden;
  460. &-tabs {
  461. height: 70rpx;
  462. background-color: #ffffff;
  463. border-radius: 0rpx 0rpx 28rpx 28rpx;
  464. display: flex;
  465. justify-content: space-between;
  466. align-items: center;
  467. padding: 0rpx 24rpx;
  468. &-item {
  469. display: flex;
  470. align-items: center;
  471. }
  472. }
  473. &-screen {
  474. height: 70rpx;
  475. background-color: #ffffff;
  476. // border-radius: 0rpx 0rpx 28rpx 28rpx;
  477. display: flex;
  478. align-items: center;
  479. justify-content: space-around;
  480. position: relative;
  481. &-item {
  482. display: flex;
  483. align-items: center;
  484. }
  485. }
  486. }
  487. .ml6 {
  488. margin-left: 6rpx;
  489. }
  490. ::v-deep .supply-hall-search .u-input.data-v-113bc24f {
  491. background-color: #fff !important;
  492. box-sizing: border-box !important;
  493. border-radius: 33rpx !important;
  494. height: 64rpx !important;
  495. padding-right: 2rpx !important;
  496. }
  497. ::v-deep .popup-item .u-input.data-v-113bc24f {
  498. background-color: #fff !important;
  499. box-sizing: border-box !important;
  500. border-radius: 33rpx !important;
  501. height: 64rpx !important;
  502. padding-right: 2rpx !important;
  503. width: 200rpx !important;
  504. }
  505. ::v-deep .u-button--primary.data-v-2bf0e569 {
  506. width: 110rpx !important;
  507. height: 56rpx !important;
  508. background: linear-gradient(87deg, #28d141 0%, #28ef8c 100%) !important;
  509. border: none !important;
  510. border-radius: 29rpx !important;
  511. font-size: 28rpx !important;
  512. font-weight: bold !important;
  513. }
  514. </style>