activityDetail.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <img :src="img" alt="" class="topimg">
  5. </view>
  6. <view class="cont">
  7. <view class="name">
  8. <view class="ptNameBz" v-if="info.groupType">
  9. {{info.groupNumber}}人团
  10. </view>
  11. <view style="width: 550rpx;">{{info.activityName}}</view>
  12. </view>
  13. <view class="name2" v-if="info.startTime">{{info.startTime.slice(0,10)}}~{{info.endTime.slice(0,10)}}</view>
  14. <view class="name3">{{info.activityContent}}</view>
  15. </view>
  16. <view class="shopBox">
  17. <view class="shopBoxTop">
  18. <view class="shopMs">活动门店</view>
  19. <view class="shopTy" @click="showuse">
  20. <view class="shopTyTxt">{{shopckList.length}}家门店通用</view>
  21. <img src="../../static/img/jt2.png" alt="" class="shopjt">
  22. </view>
  23. </view>
  24. <view class="shopCont">
  25. <view class="shopContLeft">
  26. <view class="shopName">{{shopInfo.shopName}}</view>
  27. <view class="shopaddress">{{shopInfo.address}}</view>
  28. </view>
  29. <view class="shopContRight">
  30. <view class="shopContRightLine" @click="getmap">
  31. <img src="../../static/img/icon_map.png" alt="" class="shopRightIcon">
  32. <view class="shopRightTxt">地图</view>
  33. </view>
  34. <view class="shopRightSx"></view>
  35. <view class="shopContRightLine" @click="call">
  36. <img src="../../static/img/icon_phone.png" alt="" class="shopRightIcon">
  37. <view class="shopRightTxt">电话</view>
  38. </view>
  39. </view>
  40. </view>
  41. </view>
  42. <view class="detailBOx" v-if="imgListArr">
  43. <view class="detailTitle">活动详情</view>
  44. <view class="detailImgBox" v-for="(item,index) in imgListArr">
  45. <img :src="item.img" alt="" class="detailImg">
  46. </view>
  47. </view>
  48. <view style="height: 120rpx;"></view>
  49. <view class="bottom" >
  50. <view class="bottomLeft" @click="edit1" v-if="iOSInfo.indexOf('Q022')!=-1||!iOSInfo" >编辑活动内容</view>
  51. <view class="bottomRight" @click="goshare" v-if="iOSInfo.indexOf('Q022')!=-1||!iOSInfo">分享</view>
  52. <view class="bottomRight2" @click="goshare" v-else>分享</view>
  53. </view>
  54. <!-- 适用门店 -->
  55. <view class="baomingBox ckshopBox" v-if="useShopShow" @click="noShowShop2">
  56. <view class="baomingCont" @click.stop="">
  57. <view class="bmTop">
  58. <view class="bmTitle">活动门店</view>
  59. <img src="../../static/img/chahao.png" alt="" class="bmChimg" @click="noShowShop2">
  60. </view>
  61. <view style="padding: 0 24rpx; height: 65vh;overflow-y: scroll;">
  62. <view class="ckshopLine" v-for="(item,index) in shopckList" >
  63. <view class="shoplineLeft">
  64. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  65. <image src="../../static/img/noimg.png" mode="" class="shopImg" v-else></image>
  66. </view>
  67. <view class="shopright" style="padding-left: 20rpx;">
  68. <view class="shopTop">
  69. <view class="shopName">{{item.shopName}}</view>
  70. </view>
  71. <view class="brandsBg" v-if="item.brands">
  72. <view class="brands" v-for="(v,index2) in item.brands.split(',')">{{v}}</view>
  73. </view>
  74. <view class="shopTime"><span v-if="item.startTime">{{item.startTime}}</span> - <span
  75. v-if="item.endTime">{{item.endTime}}</span> </view>
  76. <view class="shopBottomLeft">
  77. <span class="shopaddress"
  78. v-if="item.address">{{item.provinceName}}{{item.cityName}}{{item.areaName}}{{item.address}}</span>
  79. <span v-if="item.distance&&item.distance!= '0.00'">{{item.distance}}km</span>
  80. </view>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. <!-- <audio id="video" controls autoplay="autoplay" ref="iosclick" loop="loop" >
  87. <source src="http://dmsimg.66km.com/music/sakuratears.mp3" type="audio/mpeg">
  88. </audio> -->
  89. <img src="../../static/img/mp3.png" class="mp3Img" @click="play()" v-if="!payshow&mp3Url!=''">
  90. <img src=".../../static/img/mp31.png" class="mp3Img" @click="play2()" id="bofang" v-if="payshow&mp3Url!=''">
  91. </view>
  92. </template>
  93. <script>
  94. export default {
  95. data() {
  96. return {
  97. info:'',
  98. type:'',
  99. shopNum:'',
  100. shopInfo:'',
  101. useShopShow:false,
  102. shopckList:'',
  103. ckmusic:'',
  104. bgmMusic:'',
  105. payshow:false,
  106. mp3Url:'',
  107. id:'',
  108. img:'',
  109. imgListArr:'',
  110. iOSInfo:'',
  111. }
  112. },
  113. onLoad(opt) {
  114. // if(opt.type==1){
  115. // this.type=1;
  116. // this.info = uni.getStorageSync("editdata");
  117. // this.shopNum=this.info.shopList.split(',').length
  118. // uni.setNavigationBarTitle({
  119. // title:this.info.activityName
  120. // })
  121. // }
  122. this.id=opt.id;
  123. this.getDetails()
  124. var qxnum=uni.getStorageSync("quanxian");
  125. if(qxnum==1){
  126. this.iOSInfo = JSON.parse(JSON.stringify(window.iOSInfo));
  127. }else if(qxnum==2){
  128. window.getAndroid=this.getAndroid;
  129. }
  130. /* this.shopckList= uni.getStorageSync("shopckList");
  131. this.ckmusic=uni.getStorageSync("ckmusic");
  132. if(this.ckmusic){
  133. this.mp3Url=this.ckmusic.music;
  134. this.bgmMusic = uni.createInnerAudioContext();
  135. this.bgmMusic.autoplay = true;//自动播放
  136. this.bgmMusic.loop = true;//循环播放
  137. this.bgmMusic.src = 'http://dmsimg.66km.com/music/sakuratears.mp3';//背景音乐地址
  138. this.bgmMusic.onPlay(function(){
  139. console.log('背景音乐播放中');
  140. });
  141. this.bgmMusic.onError((res) => {
  142. console.log(res.errMsg);
  143. console.log(res.errCode);
  144. });
  145. } */
  146. //console.log(this.bgmMusic)
  147. },
  148. onUnload(){
  149. this.bgmMusic.stop()
  150. },
  151. methods: {
  152. getAndroid(e){
  153. this.iOSInfo=e
  154. },
  155. goshare(){
  156. var obj={
  157. ActivityContent: this.info.activityContent,
  158. ActivityName:this.info.activityName,
  159. EndTime: this.info.endTime,
  160. ID: this.info.id,
  161. Img: this.img,
  162. StartTime: this.info.createTime,
  163. state: '',
  164. groupType:this.info.groupType,
  165. groupNumber:this.info.groupNumber,
  166. }
  167. console.log(obj)
  168. var standalone = window.navigator.standalone
  169. var userAgent = window.navigator.userAgent.toLowerCase()
  170. var safari = /safari/.test(userAgent)
  171. var ios = /iphone|ipod|ipad|mac/.test(userAgent)
  172. var android = /android/.test(userAgent)
  173. if (ios) {
  174. if ( true) {//!standalone&& !safari
  175. window.webkit.messageHandlers.goShare.postMessage(obj)
  176. }
  177. } else if (android) {
  178. window.android.share(JSON.stringify(obj))
  179. // window.android.writeoff(this.id)
  180. }
  181. },
  182. getDetails(){
  183. uni.showLoading({
  184. title: '加载中'
  185. })
  186. this.$http('openH5SetTheGuest/getActivityDetails', {
  187. id:this.id
  188. },'GET').then(res => {
  189. uni.hideLoading();
  190. this.info=res.data.data
  191. // this.activityName=jkdata.activityName;
  192. // this.activityContent=jkdata.activityContent;
  193. // this.money=jkdata.money;
  194. // this.number=jkdata.number;
  195. // this.clWhereString=jkdata.clWhere;
  196. // this.clWhereList=this.clWhereString.split(',');
  197. // this.startTime=jkdata.startTime.slice(0,10);
  198. // this.endTime=jkdata.endTime.slice(0,10);
  199. // this.payType=jkdata.payType;
  200. this.img=res.data.img.img;
  201. /* if(res.data.imgList){
  202. res.data.imgList.forEach(item=>{
  203. this.imgListArr.push(item.img)
  204. })
  205. } */
  206. this.imgListArr=res.data.imgList
  207. this.shopckList=res.data.shopList;
  208. console.log()
  209. this.getShopinfo()
  210. this.ckMusic=res.data.selectedMusic;
  211. if(this.ckMusic){
  212. this.music=this.ckMusic.id;
  213. }else{
  214. }
  215. //console.log(this.imgListArr)
  216. //this.list=res.data
  217. })
  218. },
  219. play2(){
  220. this.bgmMusic.play();
  221. this.payshow=false;
  222. },
  223. play(){
  224. this.payshow=true;
  225. this.bgmMusic.stop(()=>{
  226. console.log('背景音乐停止了');
  227. });
  228. },
  229. noShowShop2(){
  230. this.useShopShow=false;
  231. },
  232. showuse(){
  233. this.useShopShow=true;
  234. },
  235. call() {
  236. uni.makePhoneCall({
  237. phoneNumber: this.shopInfo.mobilePhone
  238. });
  239. },
  240. getmap() {
  241. console.log("打开地图");
  242. return false;
  243. var that = this;
  244. if (!that.shopInfo.lat || !that.shopInfo.lng) {
  245. uni.showToast({
  246. title: '该店铺未设置定位',
  247. icon: 'none',
  248. duration: 3000
  249. });
  250. } else {
  251. uni.openLocation({
  252. latitude: Number(that.shopInfo.lat),
  253. longitude: Number(that.shopInfo.lng),
  254. name: that.shopInfo.shopName,
  255. address: that.shopInfo.provinceName + that.shopInfo.cityName + that.shopInfo.areaName + that.shopInfo.address,
  256. success: function() {
  257. console.log('success');
  258. },
  259. fail(err) {
  260. console.log(err)
  261. }
  262. });
  263. }
  264. },
  265. edit1(){
  266. uni.navigateTo({
  267. url: 'eadit?id=' + this.id
  268. })
  269. },
  270. auditSetTheGuest(){
  271. uni.showLoading({
  272. title: '加载中'
  273. })
  274. this.$http('openH5SetTheGuest/auditSetTheGuest', this.info,'POST').then(res => {
  275. uni.hideLoading();
  276. if(res.code==0){
  277. uni.showToast({
  278. title: '活动已生成',
  279. icon:'none',
  280. duration: 2000
  281. });
  282. uni.navigateTo({
  283. url:'activity?type=2'
  284. })
  285. }
  286. //this.list=res.data
  287. })
  288. },
  289. getShopinfo(){
  290. this.$http('openH5SetTheGuest/getShopInfo',{},'GET').then(res => {
  291. //this.shopInfo=res.data;
  292. var shopinfo=res.data;
  293. this.shopckList.forEach(item=>{
  294. if(item.id==shopinfo.id){
  295. this.shopInfo=shopinfo
  296. }
  297. })
  298. if(this.shopInfo==''){
  299. this.shopInfo=this.shopckList[0]
  300. }
  301. })
  302. },
  303. generate(){
  304. var that=this;
  305. uni.showModal({
  306. title: '提示',
  307. content: '活动已生成,是否立即启用',
  308. cancelText:'暂不启用',
  309. confirmText:'立即启用',
  310. success: function(res) {
  311. if (res.confirm) {
  312. that.info.clState=2;
  313. that.auditSetTheGuest()
  314. }else{
  315. console.log("no")
  316. that.info.clState=1;
  317. that.auditSetTheGuest()
  318. }
  319. }
  320. });
  321. }
  322. }
  323. }
  324. </script>
  325. <style scoped>
  326. .ptNameBz{
  327. font-weight: 500;line-height: 32rpx;
  328. font-size: 22rpx;height: 32rpx;
  329. color: #FD0F00;margin-top: 5rpx;margin-right: 10rpx;
  330. background: url('http://dmsphoto.66km.com.cn/thFiles/2AF1130F-C318-45D3-B057-FA0728B41046.png') no-repeat;
  331. background-size: 100% 100%;
  332. padding-left: 64rpx;padding-right: 4rpx;
  333. }
  334. .name{
  335. display: flex;
  336. }
  337. .mp3Img{
  338. /* transform: translate(-1584.4%, 121.5%) scale(1); */
  339. position: fixed;
  340. top: 100rpx;
  341. right: 40rpx;
  342. width: 60rpx;
  343. height: 60rpx;
  344. }
  345. .shopImg {
  346. width: 146rpx;
  347. height: 146rpx;
  348. border-radius: 6rpx;
  349. }
  350. .ckshopLine{
  351. display: flex;
  352. padding: 20rpx 0;
  353. border-bottom: 1px solid #EEEEEE;
  354. }
  355. .baomingBox{
  356. width: 750rpx;
  357. height: 100vh;
  358. background: rgba(0, 0, 0, 0.4);
  359. position: fixed;
  360. top: 0;
  361. left: 0;
  362. z-index: 11;
  363. }
  364. .bmshopjt{
  365. width: 12rpx;
  366. height: 20rpx;
  367. margin-top: 10rpx;
  368. }
  369. .bmlineInput{
  370. color: #333333;
  371. font-size: 28rpx;
  372. height: 98rpx;
  373. line-height: 98rpx;
  374. }
  375. .bmshopname{
  376. font-weight: 400;
  377. color: #999999;
  378. font-size: 28rpx;
  379. line-height: 40rpx;
  380. width: 500rpx;
  381. white-space:nowrap;
  382. overflow:hidden;
  383. text-overflow:ellipsis;
  384. }
  385. .bmshopLine{
  386. display: flex;
  387. justify-content: space-between;
  388. padding: 26rpx 0;
  389. border-bottom: 1px solid #EEEEEE;
  390. }
  391. .bmLine{
  392. border-bottom: 1px solid #EEEEEE;
  393. }
  394. .bmTop{
  395. display: flex;
  396. justify-content: space-between;
  397. padding: 40rpx 24rpx 10rpx 24rpx;
  398. }
  399. .bmTitle{
  400. font-weight: 500;
  401. color: #3C3C3C;
  402. font-size: 30rpx;
  403. line-height: 36rpx;
  404. }
  405. .bmChimg{
  406. width: 36rpx;
  407. height: 36rpx;
  408. }
  409. .baomingCont{
  410. position: absolute;
  411. width: 750rpx;
  412. /* height:850rpx; */
  413. /* padding-bottom: constant(safe-area-inset-bottom);
  414. padding-bottom: env(safe-area-inset-bottom); */
  415. padding-bottom: 10rpx;
  416. left: 0;
  417. bottom: 0;
  418. background: #ffffff;
  419. border-radius: 24rpx 24rpx 0px 0px;
  420. }
  421. .shopRightIcon{
  422. width: 44rpx;
  423. height: 44rpx;
  424. display: block;
  425. margin: 0 auto;
  426. margin-bottom: 10rpx;
  427. }
  428. .shopName{
  429. color: #3C3C3C;width: 500rpx;
  430. font-size: 28rpx;
  431. }
  432. .shopaddress{
  433. font-weight: 400;
  434. color: #999999;
  435. font-size: 24rpx;
  436. padding-top: 10rpx;
  437. width: 500rpx;
  438. }
  439. .shopRightSx{
  440. width: 2rpx;
  441. height: 69rpx;
  442. background:#EEEEEE ;
  443. margin-left: 34rpx;
  444. margin-right: 34rpx;
  445. margin-top: 14rpx;
  446. }
  447. .shopCont{
  448. display: flex;
  449. justify-content: space-between;
  450. padding-top: 25rpx;
  451. }
  452. .shopContRight{
  453. display: flex;
  454. }
  455. .shopContRightLine{
  456. text-align: center;
  457. color: #999999;
  458. font-size: 24rpx;
  459. }
  460. .content{
  461. min-height: 100vh;
  462. background:#F4F5F7;
  463. }
  464. .detailImg{
  465. width: 750rpx;
  466. display: block;
  467. }
  468. .detailBOx{
  469. background: #ffffff;
  470. margin-top: 20rpx;
  471. }
  472. .detailTitle{
  473. color: #3C3C3C;
  474. font-weight: 500;
  475. padding: 20rpx 24rpx;
  476. font-size: 30rpx;
  477. }
  478. .topimg{
  479. width: 750rpx;
  480. }
  481. .shopMs{
  482. font-weight: 500;
  483. color: #222222;
  484. line-height: 42rpx;
  485. font-size: 30rpx;
  486. }
  487. .shopBox{
  488. background: #ffffff;
  489. margin-top: 20rpx;
  490. padding: 20rpx 34rpx;
  491. }
  492. .shopBoxTop{
  493. display: flex;
  494. justify-content: space-between;
  495. }
  496. .shopTy{
  497. display: flex;
  498. }
  499. .shopTyTxt{
  500. font-weight: 400;
  501. color: #666666;
  502. font-size: 24rpx;
  503. line-height: 42rpx;
  504. }
  505. .shopjt{
  506. width: 14rpx;
  507. height: 23rpx;
  508. margin-top: 10rpx;
  509. margin-left: 10rpx;
  510. }
  511. .cont{
  512. background: #ffffff;
  513. border-radius: 24rpx 24rpx 0px 0px;
  514. margin-top: -30rpx;
  515. padding: 30rpx 24rpx;
  516. position: relative;
  517. }
  518. .name{
  519. color: #3C3C3C;
  520. line-height: 42rpx;
  521. font-weight: 500;
  522. font-size: 30rpx;
  523. }
  524. .name2{
  525. color: #3C3C3C;
  526. line-height: 36rpx;
  527. font-weight: 400;
  528. font-size: 26rpx;
  529. padding-top: 16rpx;
  530. }
  531. .name3{
  532. color: #999999;
  533. line-height: 36rpx;
  534. font-weight: 400;
  535. font-size: 26rpx;
  536. padding-top: 16rpx;
  537. }
  538. .bottom{
  539. width: 750rpx;
  540. height: 98rpx;
  541. background: #FFFFFF;
  542. position: fixed;
  543. bottom: 0;
  544. left: 0;
  545. display: flex;
  546. }
  547. .bottomLeft{
  548. width: 375rpx;
  549. line-height: 98rpx;
  550. text-align: center;
  551. color: #3C3C3C;
  552. font-size: 30rpx;
  553. }
  554. .bottomRight{
  555. width: 375rpx;
  556. height: 98rpx;
  557. background: #3F90F7;
  558. line-height: 98rpx;
  559. text-align: center;
  560. color: #FFFFFF;
  561. font-size: 30rpx;
  562. }
  563. .bottomRight2{
  564. width: 750rpx;
  565. height: 98rpx;
  566. background: #3F90F7;
  567. line-height: 98rpx;
  568. text-align: center;
  569. color: #FFFFFF;
  570. font-size: 30rpx;
  571. }
  572. .brandsBg {
  573. display: flex;
  574. height: 38rpx;
  575. flex-wrap: wrap;
  576. align-items: center;
  577. overflow: hidden;
  578. padding: 5rpx 0rpx;
  579. }
  580. .brands {
  581. border-radius: 4rpx;
  582. padding: 0 5rpx;
  583. color: #F19D01;
  584. height: 28rpx;
  585. border: 1px solid #F19D01;
  586. font-size: 20rpx;
  587. line-height: 28rpx;
  588. margin: 5rpx 10rpx 5rpx 0rpx;
  589. }
  590. .timeBg {
  591. display: flex;
  592. }
  593. .shopTime {
  594. color: #666666;
  595. font-size: 22rpx;
  596. }
  597. .addressBox {
  598. color: #666666;
  599. font-size: 22rpx;
  600. }
  601. </style>