publish.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. <template>
  2. <view class="publish">
  3. <statusBar :item="navBarData"></statusBar>
  4. <view class="" style="background-color: #ffffff;">
  5. <view class="pubTitle">
  6. <input class="title" style="" placeholder="活动标题" v-model="activitytitle" />
  7. </view>
  8. <view class="pubMid">
  9. <view class="mid">
  10. <view class="txt">
  11. <textarea class="txtClass" value="" placeholder="请输入内容" v-model="activityintro" />
  12. </view>
  13. <!-- <uni-file-picker :v-model="imageValue" fileMediatype="image" file-extname="png,jpg,jpeg"
  14. @select="select" @success="success" limit="1"> -->
  15. <!-- 上传图片 -->
  16. <view class="pic" @click="uploadPic">
  17. <view class="picCont">
  18. <image :src="pic" mode="aspectFill"></image>
  19. <view
  20. style="font-size: 24rpx;line-height: 40rpx;font-weight: 400;color: rgba(0, 0, 0, 0.6);">
  21. 添加图片
  22. </view>
  23. <view
  24. style="font-size: 20rpx;line-height: 36rpx;font-weight: 400;color: rgba(0, 0, 0, 0.4);">
  25. (0/1)
  26. </view>
  27. </view>
  28. <view class="pic_show" v-if="imageValue!==''">
  29. <image :src="imageValue" mode="aspectFill"></image>
  30. </view>
  31. </view>
  32. <!-- <view class="pic_show">
  33. <image :src="imageValue" mode="aspectFill"></image>
  34. </view> -->
  35. <!-- </uni-file-picker> -->
  36. <!-- <beUpload @getFile="getFile" :navName="'上传文件'" :accept="accept" :progress="progress"></beUpload> -->
  37. </view>
  38. </view>
  39. <view class="userOptionsBox">
  40. <view class="optionsItemBox">
  41. <picker mode="selector" :range="classifyList" @change="handelclassify">
  42. <view class="optionItem">
  43. <view class="option_left">
  44. <text class="option_text">
  45. 活动分类
  46. </text>
  47. </view>
  48. <view class="option_right">
  49. <view class="input_details">
  50. <view class="details">
  51. <view class="uni-input text">{{classify}}</view>
  52. </view>
  53. <view class="arrow">
  54. <image src="../../static/mine/arrow-right.png" mode="aspectFill"></image>
  55. </view>
  56. </view>
  57. </view>
  58. </view>
  59. </picker>
  60. </view>
  61. </view>
  62. <view class="userOptionsBox">
  63. <view class="optionsItemBox">
  64. <picker mode="selector" :range="recruitmentList" @change="handelRecruitment">
  65. <view class="optionItem">
  66. <view class="option_left">
  67. <text class="option_text">
  68. 招募人数
  69. </text>
  70. </view>
  71. <view class="option_right">
  72. <view class="input_details">
  73. <view class="details">
  74. <view class="uni-input text">{{recruitment}}</view>
  75. </view>
  76. <view class="arrow">
  77. <image src="../../static/mine/arrow-right.png" mode="aspectFill"></image>
  78. </view>
  79. </view>
  80. </view>
  81. </view>
  82. </picker>
  83. </view>
  84. </view>
  85. <view class="userOptionsBox">
  86. <view class="optionsItemBox">
  87. <picker mode="selector" :range="activityformList" @change="handelActivityform">
  88. <view class="optionItem">
  89. <view class="option_left">
  90. <text class="option_text">
  91. 活动形式
  92. </text>
  93. </view>
  94. <view class="option_right">
  95. <view class="input_details">
  96. <view class="details">
  97. <view class="uni-input text">{{activityform}}</view>
  98. </view>
  99. <view class="arrow">
  100. <image src="../../static/mine/arrow-right.png" mode="aspectFill"></image>
  101. </view>
  102. </view>
  103. </view>
  104. </view>
  105. </picker>
  106. </view>
  107. </view>
  108. <view class="userOptionsBox">
  109. <view class="optionsItemBox">
  110. <picker mode="selector" :range="addressList" @change="handeladdress">
  111. <view class="optionItem">
  112. <view class="option_left">
  113. <text class="option_text">
  114. 活动地址
  115. </text>
  116. </view>
  117. <view class="option_right">
  118. <view class="input_details">
  119. <view class="details">
  120. <view class="uni-input text">{{address}}</view>
  121. </view>
  122. <view class="arrow">
  123. <image src="../../static/mine/arrow-right.png" mode="aspectFill"></image>
  124. </view>
  125. </view>
  126. </view>
  127. </view>
  128. </picker>
  129. </view>
  130. </view>
  131. <view class="userOptionsBox">
  132. <view class="optionsItemBox">
  133. <picker mode="date" :value="activityDate" :start="startDate" :end="endDate"
  134. @change="activityDateChange">
  135. <view class="optionItem">
  136. <view class="option_left">
  137. <text class="option_text">
  138. 活动时间
  139. </text>
  140. </view>
  141. <view class="option_right">
  142. <view class="input_details">
  143. <view class="details">
  144. <view class="uni-input text">{{ activityDate }}</view>
  145. </view>
  146. <view class="arrow">
  147. <image src="../../static/mine/arrow-right.png" mode="aspectFill"></image>
  148. </view>
  149. </view>
  150. </view>
  151. </view>
  152. </picker>
  153. </view>
  154. </view>
  155. <view class="userOptionsBox">
  156. <view class="optionsItemBox">
  157. <picker mode="selector" :range="fundsList" @change="handelFunds">
  158. <view class="optionItem">
  159. <view class="option_left">
  160. <text class="option_text">
  161. 活动费用
  162. </text>
  163. </view>
  164. <view class="option_right">
  165. <view class="input_details">
  166. <view class="details">
  167. <view class="uni-input text">{{funds}}</view>
  168. </view>
  169. <view class="arrow">
  170. <image src="../../static/mine/arrow-right.png" mode="aspectFill"></image>
  171. </view>
  172. </view>
  173. </view>
  174. </view>
  175. </picker>
  176. </view>
  177. </view>
  178. <view class="userOptionsBox">
  179. <view class="optionsItemBox">
  180. <picker mode="date" :value="deadlineDate" :start="startDate" :end="endDate"
  181. @change="deadlineDateChange">
  182. <view class="optionItem">
  183. <view class="option_left">
  184. <text class="option_text">
  185. 报名截止
  186. </text>
  187. </view>
  188. <view class="option_right">
  189. <view class="input_details">
  190. <view class="details">
  191. <view class="uni-input text">{{ deadlineDate }}</view>
  192. </view>
  193. <view class="arrow">
  194. <image src="../../static/mine/arrow-right.png" mode="aspectFill"></image>
  195. </view>
  196. </view>
  197. </view>
  198. </view>
  199. </picker>
  200. </view>
  201. </view>
  202. </view>
  203. <view class="" style="height: 10vh;width: 750rpx;position: relative;">
  204. <view class="publish_now">
  205. <button class="btn" @click="submitForm">立即发布</button>
  206. </view>
  207. </view>
  208. </view>
  209. </template>
  210. <script>
  211. export default {
  212. data() {
  213. const currentDate = this.getDate({
  214. format: true
  215. })
  216. return {
  217. navBarData: {
  218. title: '发布', //导航栏标题
  219. btn: 1 //是否显示返回按钮 0不显示 1 显示
  220. },
  221. // 标题
  222. activitytitle: '',
  223. // 内容
  224. activityintro: '',
  225. // 图片
  226. pic: '../../static/publish/photo.png',
  227. imageValue: '',
  228. // 分类
  229. classifyList: ['直播活动', '教研活动'],
  230. classify: '请选择',
  231. // 人数
  232. recruitmentList: Array.from({
  233. length: 100
  234. }, (_, index) => index + 1), //100人
  235. recruitment: '请选择',
  236. // 活动形式
  237. activityformList: ['户外活动', 'xxxx', 'xxxx'],
  238. activityform: '请选择',
  239. // 活动地址
  240. addressList: ['深圳xxxx大学', '深圳xxxx大学', '深圳xxxx大学'],
  241. address: '请选择',
  242. // 活动费用
  243. fundsList: Array.from({
  244. length: 30
  245. }, (_, index) => (index + 1) * 100).map(item => item),
  246. funds: '请选择',
  247. activityDate: currentDate,
  248. deadlineDate: currentDate,
  249. activeList: []
  250. };
  251. },
  252. computed: {
  253. startDate() {
  254. return this.getDate('start');
  255. },
  256. endDate() {
  257. return this.getDate('end');
  258. }
  259. },
  260. methods: {
  261. submitForm() {
  262. if (
  263. this.activitytitle.trim() === '' ||
  264. this.activityintro.trim() === '' ||
  265. this.imageValue == '' ||
  266. this.classify == '请选择' ||
  267. this.recruitment.value === '请选择' ||
  268. this.activityform.trim() === '请选择' ||
  269. this.address.trim() === '请选择' ||
  270. this.funds === '请选择'
  271. ) {
  272. // 弹出弹框或其他处理逻辑
  273. uni.showToast({
  274. title: '请填写完整的表单内容',
  275. icon: 'none'
  276. });
  277. return;
  278. }
  279. this.classify=this.classify=="直播活动"?0:1
  280. // 将文本框内容和图片链接存储在一个对象中
  281. const formData = {
  282. id: this.$store.state.user.openid,
  283. activitytitle: this.activitytitle,
  284. activityintro: this.activityintro,
  285. img: this.imageValue,
  286. classify:this.classify,
  287. recruitment: this.recruitment,
  288. activityform: this.activityform,
  289. address: this.address,
  290. funds: this.funds,
  291. activityDate: this.activityDate,
  292. deadlineDate: this.deadlineDate,
  293. // price: "188",
  294. // count: "6",
  295. };
  296. // return console.log(formData);
  297. this.$request('/insertActive', 'POST', formData).then(res => {
  298. console.log(res.data);
  299. if (res.code == 200) {
  300. uni.switchTab({
  301. url: "/pages/activityPage/activityPage"
  302. })
  303. }
  304. })
  305. },
  306. handelclassify(e) {
  307. this.classify = this.classifyList[e.detail.value]
  308. console.log(this.classify);
  309. },
  310. handelRecruitment(e) {
  311. this.recruitment = this.recruitmentList[e.detail.value]
  312. console.log(this.imageValue);
  313. },
  314. handelActivityform(e) {
  315. this.activityform = this.activityformList[e.detail.value]
  316. },
  317. handeladdress(e) {
  318. this.address = this.addressList[e.detail.value]
  319. },
  320. handelFunds(e) {
  321. this.funds = this.fundsList[e.detail.value]
  322. },
  323. activityDateChange: function(e) {
  324. this.activityDate = e.detail.value
  325. },
  326. deadlineDateChange: function(e) {
  327. this.deadlineDate = e.detail.value
  328. },
  329. getDate(type) {
  330. const date = new Date();
  331. let year = date.getFullYear();
  332. let month = date.getMonth() + 1;
  333. let day = date.getDate();
  334. if (type === 'start') {
  335. year = year - 60;
  336. } else if (type === 'end') {
  337. year = year + 2;
  338. }
  339. month = month > 9 ? month : '0' + month;
  340. day = day > 9 ? day : '0' + day;
  341. return `${year}-${month}-${day}`;
  342. },
  343. // 上传图片
  344. uploadPic() {
  345. uni.chooseImage({
  346. count: 1, // 图片数量
  347. sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
  348. sourceType: ['album', 'camera'], //从相册选择或者拍照
  349. success: (res) => {
  350. const tempFilePaths = res.tempFilePaths[0];
  351. console.log(this);
  352. let that = this
  353. const uploadTask = uni.uploadFile({
  354. url: 'http://139.159.246.165:7006/img', // post请求地址
  355. // url: 'https://cxcy.ssti.net.cn/api/UploadFirmFile', // post请求地址
  356. filePath: tempFilePaths,
  357. filePath: tempFilePaths,
  358. name: 'file', // 待确认
  359. header: {
  360. // 不要写这个不然报错
  361. // 'Content-Type': 'multipart/form-data',
  362. },
  363. success: function(res) {
  364. // console.log(res.data);
  365. that.imageValue = res.data
  366. // let url = JSON.parse(res.data)
  367. // console.log(url.data);
  368. },
  369. fail: function(uploadFileFail) {
  370. console.log('Error:', uploadFileFail.data);
  371. },
  372. complete: () => {
  373. // 接口调用结束的回调函数(调用成功、失败都会执行)
  374. // console.log('Complete:');
  375. }
  376. });
  377. }
  378. });
  379. },
  380. },
  381. }
  382. </script>
  383. <style lang="scss" scoped>
  384. .publish {
  385. .liu {
  386. //留白
  387. width: 750rpx;
  388. height: 68rpx;
  389. position: absolute;
  390. bottom: 0;
  391. background-color: #ffffff;
  392. }
  393. .pubTitle {
  394. width: 750rpx;
  395. height: 96rpx;
  396. padding: 24rpx 30rpx 0 30rpx;
  397. .title {
  398. font-size: 32rpx;
  399. line-height: 48rpx;
  400. font-weight: 500;
  401. }
  402. }
  403. .pubMid {
  404. width: 750rpx;
  405. // height: 504rpx;
  406. padding: 24rpx 30rpx 0 30rpx;
  407. // background-color: #8BBEFF;
  408. .mid {
  409. width: 690rpx;
  410. height: 440rpx;
  411. // background-color: #f2f2f2;
  412. .txt {
  413. width: 690rpx;
  414. height: 192rpx;
  415. .txtClass {
  416. width: 100%;
  417. height: 100%;
  418. font-size: 28rpx;
  419. font-weight: 400;
  420. line-height: 48rpx;
  421. }
  422. }
  423. .pic {
  424. width: 224rpx;
  425. height: 224rpx;
  426. background-color: rgba(242, 242, 242, 1);
  427. display: flex;
  428. position: relative;
  429. justify-content: center;
  430. align-items: center;
  431. .pic_show {
  432. position: absolute;
  433. top: 0;
  434. left: 0;
  435. width: 100%;
  436. height: 100%;
  437. z-index: 10;
  438. background-color: #8BBEFF;
  439. image {
  440. width: 100%;
  441. height: 100%;
  442. }
  443. }
  444. .picCont {
  445. display: flex;
  446. flex-direction: column;
  447. justify-content: center;
  448. align-items: center;
  449. image {
  450. width: 56rpx;
  451. height: 66rpx;
  452. }
  453. }
  454. }
  455. }
  456. }
  457. // background-color: #fff;
  458. height: 100vh;
  459. .textCont {
  460. padding: 16px;
  461. }
  462. .addPhoto {
  463. background-color: #f2f2f2;
  464. width: 224rpx;
  465. height: 224rpx;
  466. display: flex;
  467. color: #616161;
  468. flex-direction: column;
  469. align-items: center;
  470. justify-content: center;
  471. margin-left: 30rpx;
  472. image {
  473. width: 50px;
  474. height: 50px;
  475. // margin-left: 48px;
  476. }
  477. .photo {
  478. color: #000000A3;
  479. // padding-left: 44px;
  480. // font-size: 14px;
  481. }
  482. .num {
  483. color: #919191;
  484. // padding-left: 56px;
  485. // font-size: 14px;
  486. }
  487. }
  488. .userOptionsBox {
  489. width: 750rpx;
  490. height: 96rpx;
  491. display: flex;
  492. justify-content: center;
  493. align-items: center;
  494. .optionsItemBox {
  495. width: 690rpx;
  496. .optionItem {
  497. display: flex;
  498. justify-content: space-between;
  499. align-items: center;
  500. .option_left {
  501. display: flex;
  502. align-items: center;
  503. font-size: 28rpx;
  504. line-height: 48rpx;
  505. font-weight: 400;
  506. }
  507. .option_right {
  508. height: 40rpx;
  509. .input_details {
  510. display: flex;
  511. align-items: center;
  512. .details {
  513. display: flex;
  514. flex-direction: row;
  515. .text {
  516. font-size: 28rpx;
  517. color: rgb(153, 153, 153);
  518. }
  519. }
  520. .arrow {
  521. display: flex;
  522. image {
  523. width: 32rpx;
  524. height: 32rpx;
  525. }
  526. }
  527. }
  528. }
  529. }
  530. }
  531. }
  532. .publish_now {
  533. position: absolute;
  534. // bottom: 100rpx;
  535. display: flex;
  536. width: 750rpx;
  537. justify-content: center;
  538. padding-bottom: 50rpx;
  539. .btn {
  540. width: 432rpx;
  541. height: 88rpx;
  542. line-height: 88rpx;
  543. // background-color: #8BBEFF;
  544. background: rgba(0, 86, 168, 1);
  545. color: #fff;
  546. display: flex;
  547. flex-direction: column;
  548. align-items: center;
  549. margin-top: 20px;
  550. }
  551. }
  552. }
  553. </style>