activityInfo.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. <template>
  2. <view>
  3. <view class="swiperDom">
  4. <swiper :autoplay="true" :interval="3000" :duration="1000">
  5. <swiper-item>
  6. <view class="swiper-item">
  7. <image :src="info.show_image" mode=""></image>
  8. </view>
  9. </swiper-item>
  10. </swiper>
  11. <view class="u-flex u-row-between title">
  12. <text>{{info.title}}</text>
  13. <image src="../../static/activity/share@2x.png" mode="" @click="showShare=true"></image>
  14. </view>
  15. <view class="info">
  16. <view class="u-flex item">
  17. <text class="left">报名时间</text>
  18. <text class="right">{{info.sig_statime}}-{{info.sig_endtime}}</text>
  19. </view>
  20. <view class="u-flex item">
  21. <text class="left">活动时间</text>
  22. <text class="right">{{info.av_statime}}-{{info.av_endtime}}</text>
  23. </view>
  24. <view class="u-flex item">
  25. <text class="left">活动地址</text>
  26. <text class="right">{{info.av_address}}</text>
  27. </view>
  28. <view class="u-flex item">
  29. <text class="left">参与人数</text>
  30. <text class="right">{{info.av_number}}</text>
  31. </view>
  32. <view class="u-flex item">
  33. <text class="left">参与单位</text>
  34. <text class="right">{{info.in_company}}</text>
  35. </view>
  36. <view class="u-flex item">
  37. <text class="left">合作单位</text>
  38. <text class="right">{{info.co_company}}</text>
  39. </view>
  40. <view class="u-flex item">
  41. <text class="left">活动门槛</text>
  42. <text class="right">{{info.age}}/{{info.education}}/{{info.nature}}</text>
  43. </view>
  44. <view class="u-flex " v-if="info.status==6">
  45. <text class="left">牵手人数</text>
  46. <text class="right">{{info.qianshou}}</text>
  47. </view>
  48. </view>
  49. <view class="content">
  50. <view class="content_title">
  51. 活动内容
  52. </view>
  53. <view class="content_info" >
  54. <rich-text :nodes="info.content"></rich-text>
  55. <button type="warn" v-if="info.link" @click="toWeb">点击跳转</button>
  56. </view>
  57. <view class="btn">
  58. <u-button text="立即报名" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  59. @click="baoming" v-if="info.is_sing!=1&&info.status==2"></u-button>
  60. <u-button :text="'已报名(报名号:'+info.sin_number+')'" shape="circle"
  61. color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)" v-if="info.is_sing==1&&info.status!=6"></u-button>
  62. <u-button text="报名结束" :disabled="true" shape="circle" color="black" v-if="info.status==4&&info.is_sing==2"></u-button>
  63. <u-button text="报名已满" :disabled="true" shape="circle" color="black" v-if="info.status==3&&info.is_sing==2"></u-button>
  64. <u-button text="活动未开始" :disabled="true" shape="circle" color="black" v-if="info.status==1&&info.is_sing==2"></u-button>
  65. <u-button text="活动进行中" :disabled="true" shape="circle" color="black" v-if="info.status==5&&info.is_sing==2"></u-button>
  66. <u-button text="活动已结束" :disabled="true" shape="circle" color="black" v-if="info.status==6"></u-button>
  67. </view>
  68. </view>
  69. </view>
  70. <u-popup :show="show1" @close="close" mode="center" :round="40">
  71. <view style="width: 650rpx;
  72. height: 640rpx;
  73. background: #FFFFFF;
  74. border-radius: 20rpx;padding: 80rpx 86rpx;color: #222;box-sizing: border-box;" class="u-flex-col">
  75. <image src="../../static/activity/success.png" mode="" style="width: 64rpx;height: 64rpx;"></image>
  76. <text style="margin: 24rpx 0 32rpx 0;font-size: 44rpx;">报名成功</text>
  77. <view class="" style="width: 310rpx;
  78. height: 64rpx;line-height: 64rpx;text-align: center;font-size: 26rpx;
  79. border-radius: 8rpx;
  80. border: 2rpx solid;
  81. border-image: linear-gradient(270deg, rgba(178, 148, 246, 1), rgba(248, 172, 182, 1)) 2 2;">
  82. 报名号 {{num}}
  83. </view>
  84. <text
  85. style="font-size: 24rpx;color: #888888;margin: 24rpx 0 60rpx 0;">恭喜您,报名成功,可在个人中心-我的活动中查看具体详情</text>
  86. <u-button text="我知道了" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  87. @click="closeShow"></u-button>
  88. </view>
  89. </u-popup>
  90. <u-popup :show="showShare" @close="close" bgColor='transparent' mode="center" :round="40">
  91. <view style="width: 650rpx;
  92. height: 972rpx;
  93. border-radius: 28rpx;color: #222;box-sizing: border-box;overflow: hidden;" class="u-flex-col">
  94. <view class="" style="width: 650rpx;height: 368rpx;">
  95. <image :src="info.show_image" mode="" style="width: 650rpx;height: 368rpx;"></image>
  96. </view>
  97. <view class="" style="width: 650rpx;height: 432rpx;border-radius: 0 0 28rpx 28rpx;background-color: #fff;padding: 32rpx 40rpx;box-sizing: border-box;">
  98. <view class="" style="font-size: 32rpx;color: #222;font-weight: 600;margin-bottom: 120rpx;">
  99. {{info.title}}
  100. </view>
  101. <view class="u-flex u-row-between">
  102. <image :src="userInfo.headimg" mode="" style="width: 96rpx;height: 96rpx;border-radius: 50%;"></image>
  103. <view class="u-flex u-row-right">
  104. <view class="" style="font-size: 20rpx;color: #666;margin-right: 20rpx;">
  105. 扫码参加<br> 遇见更多美好
  106. </view>
  107. <image :src="info.sing_img" mode="" style="width: 136rpx;height: 136rpx;"></image>
  108. <!-- <image src="../../static/test.png" mode="" style="width: 136rpx;height: 136rpx;"></image> -->
  109. </view>
  110. </view>
  111. </view>
  112. <!-- #ifdef MP-WEIXIN -->
  113. <view class="u-flex u-row-between" style="margin-top: 80rpx;width: 100%;">
  114. <view class="" style="width: 230rpx;">
  115. <u-button text="保存图片" :plain="true" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  116. @click="storageImg"></u-button>
  117. </view>
  118. <view class="" style="width: 390rpx;">
  119. <u-button text="马上邀请好友" open-type="share" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  120. @click="showShare=false"></u-button>
  121. </view>
  122. <!-- #endif -->
  123. <!-- #ifdef H5 -->
  124. <view class="u-flex u-row-center" style="margin-top: 80rpx;width: 100%;">
  125. <view class="" style="width: 390rpx;">
  126. <u-button text="保存图片" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  127. @click="storageImg"></u-button>
  128. </view>
  129. <!-- #endif -->
  130. </view>
  131. </view>
  132. </u-popup>
  133. <u-popup :show="showrenzheng" @close="close" mode="center" :round="40">
  134. <view style="width: 650rpx;
  135. height: 560rpx;
  136. background: #FFFFFF;
  137. border-radius: 20rpx;padding: 0 146rpx;color: #222;box-sizing: border-box;" class="u-flex-col">
  138. <image src="../../static/activity/weirenzheng.png" mode="" style="width: 320rpx;height: 320rpx;margin-top: -90rpx;"></image>
  139. <text style="margin: 24rpx 0 52rpx 0;font-size: 32rpx;font-weight: 600;">您还未认证成为正式会员 请先认证后再参与</text>
  140. <u-button text="立即认证" @click="gorenzheng" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  141. ></u-button>
  142. </view>
  143. </u-popup>
  144. <u-popup :show="showmanzu" @close="close" mode="center" :round="40">
  145. <view style="width: 650rpx;
  146. height: 560rpx;
  147. background: #FFFFFF;
  148. border-radius: 20rpx;padding: 0 146rpx;color: #222;box-sizing: border-box;" class="u-flex-col">
  149. <image src="../../static/activity/weirenzheng.png" mode="" style="width: 320rpx;height: 320rpx;margin-top: -90rpx;"></image>
  150. <text style="margin: 24rpx 0 52rpx 0;font-size: 32rpx;font-weight: 600;">您未满足报名条件
  151. 不可报名活动</text>
  152. <u-button text="我知道了" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  153. @click="showmanzu=false"></u-button>
  154. </view>
  155. </u-popup>
  156. <canvas canvas-id="shareCanvas" style="width: 650px;height: 800px;position: fixed;top: -1000px;left: 1000px;z-index: 99;"></canvas>
  157. <!-- <Showtoast @canceltoast='canceltoast' :showtoast='showtoast' /> -->
  158. </view>
  159. </template>
  160. <script>
  161. // import Showtoast from'../../components/Showtoast.vue'
  162. export default {
  163. // components:{
  164. // Showtoast
  165. // },
  166. onLoad(option) {
  167. // #ifdef MP-WEIXIN
  168. uni.$u.mpShare.path='/pages/index/index'
  169. // #endif
  170. this.id=option.id
  171. this.getInfo(option.id)
  172. },
  173. data() {
  174. return {
  175. // showtoast:false,
  176. info:{},
  177. id:'',
  178. showrenzheng:false,
  179. show1: false,
  180. showShare: false,
  181. showmanzu:false,
  182. num:'',
  183. userInfo:JSON.parse(uni.getStorageSync('userInfo')),
  184. canvas: null,
  185. }
  186. },
  187. methods: {
  188. toWeb(){
  189. uni.navigateTo({
  190. url:'/pages/activity/webview?url='+encodeURIComponent(JSON.stringify(this.info.link))
  191. })
  192. },
  193. canceltoast(){
  194. this.showtoast=false
  195. },
  196. storageImg(){
  197. // #ifdef H5
  198. this.$u.toast('长按图片保存')
  199. // #endif
  200. // #ifdef MP-WEIXIN
  201. this.drawCanvas()
  202. // #endif
  203. },
  204. // 封装的下载图片函数
  205. downLoadImage(url) {
  206. return new Promise((resolve, reject) => {
  207. wx.getImageInfo({
  208. src: url,
  209. success(res) {
  210. resolve(res.path)
  211. },
  212. fail(err) {
  213. reject(err)
  214. },
  215. complete() {
  216. console.log('complete')
  217. }
  218. })
  219. })
  220. },
  221. drawCircular(ctx,width, height, x, y, url) {
  222. var avatarurl_width = width;
  223. var avatarurl_heigth = height;
  224. var avatarurl_x = x;
  225. var avatarurl_y = y;
  226. ctx.save();
  227. ctx.beginPath();
  228. ctx.arc(avatarurl_width / 2 + avatarurl_x, avatarurl_heigth / 2 + avatarurl_y, avatarurl_width / 2, 0, Math.PI * 2, false);
  229. ctx.clip();
  230. ctx.drawImage(url, avatarurl_x, avatarurl_y, avatarurl_width, avatarurl_heigth);
  231. ctx.restore();
  232. },
  233. //第一个参数:创建的画布对象
  234. //第二个参数:矩形的宽
  235. //第三个参数:矩形的高
  236. //第四个参数:矩形左上角x轴坐标点,
  237. //第五个参数:矩形左上角y轴坐标点,
  238. //第六个参数:绘制的图片的URL
  239. drawCanvas(){
  240. uni.showLoading({
  241. })
  242. var that=this
  243. let ctx = wx.createCanvasContext('shareCanvas', this)
  244. // let titleImage = this.downLoadImage('https://dhy.danheyou.com/image/main/haibaoy.png');
  245. // let productImage = this.downLoadImage('https://dhy.danheyou.com/image/main/haibaoy.png');
  246. // let erCodeImage = this.downLoadImage('https://dhy.danheyou.com/image/main/haibaoy.png');
  247. let titleImage = this.downLoadImage(this.userInfo.headimg);
  248. let productImage = this.downLoadImage(this.info.show_image);
  249. let erCodeImage = this.downLoadImage(this.info.sing_image);
  250. Promise.all([titleImage, productImage, erCodeImage]).then(imgs => {
  251. console.log('imgs', imgs)
  252. // 全部图片下载成功
  253. let bgWidth = 650;
  254. let bgHeight = 800;
  255. // 绘制白底背景
  256. ctx.setFillStyle('#fff')
  257. ctx.fillRect(0, 0, bgWidth, bgHeight)
  258. console.log('全部图片下载成功')
  259. // 绘制产品图片
  260. let productOffLeft = 0;
  261. let productOffTop = 0;
  262. let productWidth = 650;
  263. let productHeight = 368;
  264. ctx.drawImage(imgs[1], productOffLeft, productOffTop, productWidth, productHeight)
  265. console.log('imgs', imgs[2])
  266. ctx.drawImage(imgs[2], 474 , 616, 136, 136)
  267. ctx.setFillStyle('#333')
  268. ctx.setFontSize(32)
  269. ctx.fillText(this.info.title, 40, 420)
  270. ctx.setFillStyle('#666')
  271. ctx.setFontSize(20)
  272. ctx.fillText('扫码参加', 352, 732)
  273. ctx.fillText('遇见更多美好', 315, 752)
  274. // ctx.drawImage(imgs[0], 40 , 656, 96, 96)
  275. that.drawCircular(ctx,96, 96,40 , 656,imgs[0])
  276. ctx.draw(true, () => {
  277. wx.hideLoading();
  278. // wx.showLoading({
  279. // title: '保存中',
  280. // icon: 'none'
  281. // })
  282. let _this = this;
  283. wx.canvasToTempFilePath({
  284. x: 0,
  285. y: 0,
  286. canvasId: 'shareCanvas',
  287. quality: 1.0,
  288. fileType: 'jpg',
  289. success(res) {
  290. console.log('生成图片成功')
  291. console.log('res', res.tempFilePath)
  292. that.saveImage(res.tempFilePath)
  293. wx.hideLoading()
  294. },
  295. fail(err) {
  296. console.log('err', err)
  297. wx.showToast({
  298. title: '图片生成失败',
  299. icon: 'none',
  300. })
  301. },
  302. complete() {
  303. }
  304. }, _this)
  305. })
  306. }).catch(err => {
  307. console.log(err)
  308. })
  309. },
  310. // 保存图片
  311. saveImage(url) {
  312. let _this = this;
  313. // let tempFilePath = this.data.tempFilePath;
  314. if (!url) {
  315. wx.showToast({
  316. title: '图片生成失败',
  317. icon: 'none',
  318. })
  319. return;
  320. }
  321. wx.saveImageToPhotosAlbum({
  322. filePath: url,
  323. success() {
  324. _this.showShare=false
  325. wx.showToast({
  326. title: '已保存到相册,您可将图片分享到朋友圈',
  327. icon: 'none'
  328. })
  329. },
  330. fail() {
  331. wx.showToast({
  332. title: '图片保存失败',
  333. icon: 'none',
  334. })
  335. },
  336. complete() {
  337. // wx.hideLoading();
  338. }
  339. })
  340. },
  341. closeShow(){
  342. this.show1=false
  343. },
  344. gorenzheng(){
  345. uni.switchTab({
  346. url:'../auth/auth'
  347. })
  348. },
  349. getInfo(id){
  350. uni.$u.http.post('/api/Activity/activity',{id:id}).then(res => {
  351. this.info=res.data
  352. })
  353. },
  354. baoming() {
  355. // var is_info=uni.getStorageSync('is_info')
  356. // if (is_info != 2) {
  357. // uni.navigateTo({
  358. // url: '/pages/index/base'
  359. // })
  360. // return
  361. // }
  362. // if(this.userInfo.vip_level==0){
  363. // // this.$u.toast('您暂未认证')
  364. // // return
  365. // // this.showtoast=true
  366. // }
  367. if(this.userInfo.vip_level==2){
  368. this.$u.toast('经用户反馈,您账户存在违规行为,暂不支持使用该功能')
  369. return
  370. }
  371. if(this.userInfo.vip_level==3){
  372. this.$u.toast('您的账户已注销,暂不支持使用该功能')
  373. return
  374. }else{
  375. uni.$u.http.post('/api/Activity/sign_up',{aid:this.info.id}).then(res => {
  376. if(res.code==1){
  377. if(res.data.status==3){
  378. this.num=res.data.number
  379. this.show1=true
  380. this.getInfo(this.id)
  381. }
  382. else if(res.data.status==2){
  383. this.showmanzu=true
  384. }else if(res.data.status==1){
  385. this.showrenzheng=true
  386. }
  387. }
  388. })
  389. }
  390. // this.showmanzu = true
  391. },
  392. close() {
  393. this.show1 = false
  394. this.showShare = false
  395. this.showrenzheng = false
  396. this.showmanzu = false
  397. // console.log('close');
  398. },
  399. }
  400. }
  401. </script>
  402. <style lang="scss">
  403. .btn {
  404. width: 650rpx;
  405. position: fixed;
  406. bottom: 58rpx;
  407. }
  408. .content {
  409. padding: 30rpx;
  410. background-color: #fff;
  411. .content_title {
  412. font-size: 28rpx;
  413. color: #222222;
  414. font-weight: 600;
  415. }
  416. .content_info {
  417. margin-top: 24rpx;
  418. font-size: 24rpx;
  419. font-family: PingFangSC-Regular, PingFang SC;
  420. font-weight: 400;
  421. color: #666666;
  422. line-height: 34rpx;
  423. padding-bottom: 200rpx;
  424. }
  425. }
  426. .item {
  427. margin-bottom: 36rpx;
  428. }
  429. .item:nth-child(8) {
  430. margin-bottom: 0;
  431. }
  432. .info {
  433. background-color: #fff;
  434. padding: 30rpx;
  435. margin: 20rpx 0;
  436. .left {
  437. font-size: 24rpx;
  438. color: #888888;
  439. margin-right: 52rpx;
  440. }
  441. .right {
  442. font-size: 24rpx;
  443. color: #222;
  444. }
  445. }
  446. .title {
  447. overflow: hidden;
  448. background-color: #fff;
  449. height: 108rpx;
  450. line-height: 108rpx;
  451. padding: 0 30rpx;
  452. text {
  453. overflow: hidden;
  454. white-space: nowrap;
  455. text-overflow: ellipsis;
  456. width: 660rpx;
  457. font-size: 32rpx;
  458. color: #222222;
  459. font-weight: 600;
  460. }
  461. image {
  462. width: 44rpx;
  463. height: 72rpx;
  464. vertical-align: middle;
  465. }
  466. }
  467. page {
  468. background-color: #F6F2FD;
  469. }
  470. swiper {
  471. width: 750rpx;
  472. height: 400rpx;
  473. }
  474. .swiper-item {
  475. overflow: hidden;
  476. width: 750rpx;
  477. height: 400rpx;
  478. image {
  479. width: 750rpx;
  480. height: 400rpx;
  481. }
  482. }
  483. </style>