jkDetail.vue 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <img :src="mainImg" alt="" class="topimg" mode="widthFix">
  5. </view>
  6. <view class="cont">
  7. <view class="name">{{info.activityName}}</view>
  8. <view class="name2">{{info.startTime.slice(0,10)}}~{{info.endTime.slice(0,10)}}</view>
  9. <view class="name3">{{info.activityContent}}</view>
  10. </view>
  11. <view class="shopBox">
  12. <view class="shopBoxTop">
  13. <view class="shopMs">活动门店</view>
  14. <view class="shopTy" @click="useShow">
  15. <view class="shopTyTxt">{{info.shopCount}}家门店通用</view>
  16. <img src="../../static/timg/jt2.png" alt="" class="shopjt">
  17. </view>
  18. </view>
  19. <view class="shopCont">
  20. <view class="shopContLeft">
  21. <view class="shopName">{{shopInfo.shopName}}</view>
  22. <view class="shopaddress">{{shopInfo.address?shopInfo.address:''}}</view>
  23. </view>
  24. <view class="shopContRight">
  25. <view class="shopContRightLine" @click="getmap">
  26. <img src="../../static/timg/icon_map.png" alt="" class="shopRightIcon">
  27. <view class="shopRightTxt">地图</view>
  28. </view>
  29. <view class="shopRightSx"></view>
  30. <view class="shopContRightLine" @click="call">
  31. <img src="../../static/timg/icon_phone.png" alt="" class="shopRightIcon">
  32. <view class="shopRightTxt">电话</view>
  33. </view>
  34. </view>
  35. </view>
  36. </view>
  37. <!-- 多少人报名 -->
  38. <view class="signupBox" v-if="info.signUserList.length">
  39. <view class="signupTop">
  40. <span class="signupTops1">{{info.signUserList.length}}</span>
  41. <span class="signupTops1">人已报名</span>
  42. </view>
  43. <view class="signupCont">
  44. <view class="signupLine" v-for="(item,index) in info.signUserList">
  45. <view class="signupLineL">
  46. <img :src="item.headImg" alt="" class="signupLineLImg">
  47. <view class="signupLineLName">{{item.nickName}}</view>
  48. </view>
  49. <view class="signupLineM">{{item.plateNumber?item.plateNumber:''}}</view>
  50. <view class="signupLineR">{{item.createTime}}</view>
  51. </view>
  52. </view>
  53. </view>
  54. <!-- 多少人报名 -->
  55. <!-- 多少人看过 -->
  56. <view class="signupBox" v-if="info.lookCount">
  57. <view class="signupTop">
  58. <span class="signupTops1">{{info.lookCount}}</span>
  59. <span class="signupTops1">人看过</span>
  60. </view>
  61. <!-- <view class="seeBox">
  62. <view class="seeLine" v-for="(item,index) in 15">
  63. <img src="http://dmsphoto.66km.com.cn/marketing//accompany/3885B510-6405-4A5E-BD64-B6C09CEE070E.jpg" alt="" class="signupLineLImg">
  64. </view>
  65. </view> -->
  66. </view>
  67. <view class="detailBOx" v-if="dimgList">
  68. <view class="detailTitle">活动详情</view>
  69. <view class="detailImgBox" v-for="(item,index) in dimgList">
  70. <img :src="item.img" alt="" class="detailImg" mode="widthFix">
  71. </view>
  72. </view>
  73. <view style="height: 200rpx;padding-bottom: constant(safe-area-inset-bottom);
  74. padding-bottom: env(safe-area-inset-bottom);"></view>
  75. <view class="bottom">
  76. <view class="timeTbox" v-if="!activityEnd">
  77. <view class="timeviewTxt" v-if="activityNoOpen"> 距开始</view>
  78. <view class="timeviewTxt" v-if="!activityNoOpen"> 距结束</view>
  79. <view class="timeK">{{shengyuD}}</view>
  80. <view class="timeviewTxt" > 天</view>
  81. <view class="timeK">{{shengyuH}}</view>
  82. <view class="timeviewTxt"> 时</view>
  83. <view class="timeK">{{shengyuM}}</view>
  84. <view class="timeviewTxt" > 分</view>
  85. </view>
  86. <view class="bottomBtnBox">
  87. <!-- <view class="bottomBtnBoxLeft">
  88. <img src="../../static/timg/share.png" alt="" class="shareIcon">
  89. <view class="shareTxt">分享</view>
  90. </view> -->
  91. <button open-type="share" class="bottomBtnBoxLeft shareBtn" >
  92. <image src="../../static/timg/share.png" mode="" class="shareIcon"></image>
  93. <view class="shareTxt">分享</view>
  94. </button>
  95. <!-- 状态1未开始 2进行中3已结束 -->
  96. <view class="bottomBtn" v-if="info.state==2" @click="signUp">
  97. <span v-if="info.money">¥{{info.money}} &nbsp; 立即抢购</span>
  98. <span v-else>立即报名</span>
  99. </view>
  100. <view class="bottomBtn2" v-if="info.state==1">报名未开始</view>
  101. <view class="bottomBtn2" v-if="info.state==3">报名已结束</view>
  102. </view>
  103. </view>
  104. <!-- 报名弹框 -->
  105. <view class="baomingBox" v-if="bmShow" @click="nobmshow">
  106. <view class="baomingCont" @click.stop="" :style="{bottom: jpHeight}">
  107. <view class="bmTop">
  108. <view class="bmTitle">登记信息</view>
  109. <img src="../../static/timg/chahao.png" alt="" class="bmChimg" @click="nobmshow">
  110. </view>
  111. <view style="padding: 0 24rpx;">
  112. <view class="bmshopLine" @click="showCkshop">
  113. <view class="bmshopname" v-if="!shopName">请选择门店</view>
  114. <view class="bmshopname" style="color: #333333;">{{shopName}}</view>
  115. <img src="../../static/timg/icon_arrow_right.png" alt="" class="bmshopjt">
  116. </view>
  117. <!-- clWhere报名凭证1,2,3,4 1手机号2车牌号3姓名4单位 -->
  118. <view class="bmLine" v-if="info.clWhere.indexOf(1)!=-1" >
  119. <input type="text" adjust-position="false" @blur="inputBindBlur" @focus="inputBindFocus" v-model="mobilePhone" class="bmlineInput" placeholder="输入手机号" placeholder-style="color:#999999">
  120. </view>
  121. <view class="bmLine" v-if="info.clWhere.indexOf(2)!=-1">
  122. <input type="text" adjust-position="false" @blur="inputBindBlur" @focus="inputBindFocus" v-model="plateNumber" class="bmlineInput" placeholder="输入车牌号" placeholder-style="color:#999999">
  123. </view>
  124. <view class="bmLine" v-if="info.clWhere.indexOf(3)!=-1">
  125. <input type="text" adjust-position="false" @blur="inputBindBlur" @focus="inputBindFocus" v-model="customerName" class="bmlineInput" placeholder="输入姓名" placeholder-style="color:#999999">
  126. </view>
  127. <view class="bmLine" v-if="info.clWhere.indexOf(4)!=-1">
  128. <input type="text" adjust-position="false" @blur="inputBindBlur" @focus="inputBindFocus" v-model="unit" class="bmlineInput" placeholder="输入单位" placeholder-style="color:#999999">
  129. </view>
  130. </view>
  131. <view class="bmTtnBox">
  132. <view class="bmBtn" @click="submitOrder">
  133. <span v-if="info.money">¥{{info.money}} &nbsp; 立即抢购</span>
  134. <span v-else>立即报名</span>
  135. </view>
  136. </view>
  137. </view>
  138. </view>
  139. <!-- 门店弹框 -->
  140. <view class="baomingBox ckshopBox" v-if="ckshopShow">
  141. <view class="baomingCont">
  142. <view class="bmTop">
  143. <view class="bmTitle">选择门店</view>
  144. <img src="../../static/timg/chahao.png" alt="" class="bmChimg" @click="noShowShop">
  145. </view>
  146. <view style="padding: 0 24rpx; height: 45vh;overflow-y: scroll;">
  147. <view class="ckshopLine" v-for="(item,index) in info.shopList" @click="ckshop(item)">
  148. <view class="shoplineLeft">
  149. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  150. <image src="../../static/img/noimg.png" mode="" class="shopImg" v-else></image>
  151. </view>
  152. <view class="shopright" style="padding-left: 20rpx;">
  153. <view class="shopTop">
  154. <view class="shopName">{{item.shopName}}</view>
  155. </view>
  156. <view class="brandsBg" v-if="item.brands">
  157. <view class="brands" v-for="(v,index2) in item.brands.split(',')">{{v}}</view>
  158. </view>
  159. <view class="shopTime"><span v-if="item.startTime">{{item.startTime}}</span> - <span
  160. v-if="item.endTime">{{item.endTime}}</span> </view>
  161. <view class="shopBottomLeft">
  162. <span class="shopaddress"
  163. v-if="item.address">{{item.provinceName}}{{item.cityName}}{{item.areaName}}{{item.address}}</span>
  164. <span v-if="item.distance&&item.distance!= '0.00'">{{item.distance}}km</span>
  165. </view>
  166. </view>
  167. </view>
  168. </view>
  169. </view>
  170. </view>
  171. <!-- 适用门店 -->
  172. <view class="baomingBox ckshopBox" v-if="useShopShow" @click="noShowShop2">
  173. <view class="baomingCont" @click.stop="">
  174. <view class="bmTop">
  175. <view class="bmTitle">选择门店</view>
  176. <img src="../../static/timg/chahao.png" alt="" class="bmChimg" @click="noShowShop2">
  177. </view>
  178. <view style="padding: 0 24rpx; height: 45vh;overflow-y: scroll;">
  179. <view class="ckshopLine" v-for="(item,index) in info.shopList" @click="ckshop(item)">
  180. <view class="shoplineLeft">
  181. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  182. <image src="../../static/img/noimg.png" mode="" class="shopImg" v-else></image>
  183. </view>
  184. <view class="shopright" style="padding-left: 20rpx;">
  185. <view class="shopTop">
  186. <view class="shopName">{{item.shopName}}</view>
  187. </view>
  188. <view class="brandsBg" v-if="item.brands">
  189. <view class="brands" v-for="(v,index2) in item.brands.split(',')">{{v}}</view>
  190. </view>
  191. <view class="shopTime"><span v-if="item.startTime">{{item.startTime}}</span> - <span
  192. v-if="item.endTime">{{item.endTime}}</span> </view>
  193. <view class="shopBottomLeft">
  194. <span class="shopaddress"
  195. v-if="item.address">{{item.provinceName}}{{item.cityName}}{{item.areaName}}{{item.address}}</span>
  196. <span v-if="item.distance&&item.distance!= '0.00'">{{item.distance}}km</span>
  197. </view>
  198. </view>
  199. </view>
  200. </view>
  201. </view>
  202. </view>
  203. <img src="../../static/timg/mp3.png" class="mp3Img" @click="play()" v-if="!payshow&mp3Url!=''">
  204. <img src=".../../static/timg/mp31.png" class="mp3Img" @click="play2()" id="bofang" v-if="payshow&mp3Url!=''">
  205. </view>
  206. </template>
  207. <script>
  208. export default {
  209. data() {
  210. return {
  211. info:'',
  212. type:'',
  213. shopNum:'',
  214. shopInfo:'',
  215. activityEnd:true,
  216. activityNoOpen:true,
  217. shengyuD:1,
  218. shengyuH:12,
  219. shengyuM:21,
  220. queryShopList:'',
  221. collectingID:'',
  222. bmShow:false,
  223. ckshopShow:false,
  224. mainImg:'',
  225. dimgList:[],
  226. shopName:'',
  227. ckshopdata:'',
  228. customerName:'',
  229. mobilePhone:'',
  230. unit:'',
  231. plateNumber:'',
  232. comment:'',
  233. userInfo:'',
  234. useShopShow:false,
  235. jpHeight:'279px',
  236. isPlay: false,
  237. mp3Url:'',
  238. payshow:false,
  239. }
  240. },
  241. onLoad(opt) {
  242. this.userInfo=this.$store.state.userInfo;
  243. if(this.userInfo){
  244. this.collectingID=opt.id;
  245. this.getInfo();
  246. this.queryActivityInfo();
  247. this.queryGoodsLook()
  248. }else{
  249. this.$common.automaticlogin().then(val => {
  250. this.userInfo=this.$store.state.userInfo;
  251. this.collectingID=opt.id;
  252. this.getInfo();
  253. this.queryActivityInfo();
  254. this.queryGoodsLook()
  255. })
  256. }
  257. // uni.onKeyboardHeightChange((obj)=>{
  258. // // 获取系统信息
  259. // let _sysInfo = uni.getSystemInfoSync();
  260. // let _heightDiff = _sysInfo.screenHeight - _sysInfo.windowHeight
  261. // let _diff = obj.height - _heightDiff
  262. // // 键盘高度
  263. // this.jpHeight = (_diff > 0 ? _diff : 0) - 2 + "px";
  264. // })
  265. this.shopckList= uni.getStorageSync("shopckList");
  266. //this.ckmusic=uni.getStorageSync("ckmusic");
  267. },
  268. onPullDownRefresh(){
  269. this.getInfo();
  270. this.queryActivityInfo();
  271. setTimeout(() => {
  272. uni.stopPullDownRefresh(); // 关闭下拉刷新
  273. }, 1000);
  274. },
  275. onHide(){
  276. this.bgmMusic.stop(()=>{
  277. console.log('背景音乐停止了');
  278. });
  279. },
  280. onUnload(){
  281. this.bgmMusic.stop()
  282. },
  283. methods: {
  284. inputBindFocus(e){
  285. console.log( e.detail.height);
  286. //this.jpHeight=e.detail.height+ "px";
  287. console.log(this.jpHeight)
  288. },
  289. inputBindBlur(){
  290. uni.onKeyboardHeightChange((obj)=>{
  291. // 获取系统信息
  292. let _sysInfo = uni.getSystemInfoSync();
  293. let _heightDiff = _sysInfo.screenHeight - _sysInfo.windowHeight
  294. let _diff = obj.height - _heightDiff;
  295. console.log(_diff)
  296. if(_diff<0||_diff==0){
  297. this.jpHeight=0
  298. }
  299. // 键盘高度
  300. //this.jpHeight = (_diff > 0 ? _diff : 0) - 2 + "px";
  301. })
  302. //this.jpHeight=0
  303. },
  304. queryGoodsLook(){
  305. this.$http('openmy/queryGoodsLook', {
  306. goodsId:this.collectingID,
  307. openId:this.userInfo.openId
  308. },'POST').then(res => {
  309. })
  310. },
  311. noShowShop2(){
  312. this.useShopShow=false;
  313. },
  314. useShow(){
  315. this.useShopShow=true;
  316. },
  317. submitOrder(){
  318. var jsonArray={
  319. itemId:this.collectingID,
  320. itemName:this.info.activityName,
  321. itemQty:1,
  322. salePrice:this.info.money?this.info.money:0,
  323. totalPrice:this.info.money?this.info.money:0,
  324. }
  325. if(this.ckshopdata==''){
  326. uni.showToast({
  327. title: '请选择服务门店',
  328. icon: 'none',
  329. duration: 3000
  330. });
  331. return false;
  332. }
  333. if(this.info.clWhere.indexOf(1)!=-1&&this.mobilePhone==''){
  334. uni.showToast({
  335. title: '请输入手机号',
  336. icon: 'none',
  337. duration: 3000
  338. });
  339. return false;
  340. }
  341. if(this.info.clWhere.indexOf(2)!=-1&&this.plateNumber==''){
  342. uni.showToast({
  343. title: '请输入车牌号',
  344. icon: 'none',
  345. duration: 3000
  346. });
  347. return false;
  348. }
  349. if(this.info.clWhere.indexOf(3)!=-1&&this.customerName==''){
  350. uni.showToast({
  351. title: '请输入姓名',
  352. icon: 'none',
  353. duration: 3000
  354. });
  355. return false;
  356. }
  357. if(this.info.clWhere.indexOf(4)!=-1&&this.unit==''){
  358. uni.showToast({
  359. title: '请输入单位',
  360. icon: 'none',
  361. duration: 3000
  362. });
  363. return false;
  364. }
  365. var arr=[]
  366. arr.push(jsonArray)
  367. var params={
  368. sheetType:'6',
  369. sheetContent:this.info.activityName,
  370. customerName:this.customerName,
  371. mobilePhone:this.mobilePhone,
  372. unit:this.unit,
  373. plateNumber:this.plateNumber,
  374. //carModel:this.carInfo.carModel,
  375. totalMoney:this.info.money?this.info.money:0,
  376. shopId:this.ckshopdata.id,
  377. comment:this.comment,
  378. sheetDetail:JSON.stringify(arr),
  379. payType:this.info.payType
  380. }
  381. uni.showLoading({
  382. title: '加载中'
  383. })
  384. this.$http('openMallOrder/submitOrder', params,'POST').then(res => {
  385. uni.hideLoading();
  386. if(res.code==0){
  387. this.orderData=res.data
  388. if(this.info.payType==1){
  389. this.unifiedPay(res.data)
  390. }else{
  391. uni.showToast({
  392. title: '报名成功',
  393. icon: 'none',
  394. duration: 3000
  395. });
  396. uni.redirectTo({
  397. url: "../user/myOrder/activityOrderDetail?id=" + this.orderData.id +"&SheetType=" + this.orderData.sheetType
  398. })
  399. }
  400. }else{
  401. uni.showToast({
  402. title: res.msg,
  403. icon: 'none',
  404. duration: 3000
  405. });
  406. }
  407. })
  408. },
  409. unifiedPay(res){
  410. this.$http('openMallOrder/unifiedPay', {
  411. sheetId:res.id
  412. },'POST').then(res => {
  413. if(res.code==0){
  414. this.requestPayment(res.data)
  415. }else{
  416. uni.showToast({
  417. title: res.msg,
  418. icon: 'none',
  419. duration: 3000
  420. });
  421. }
  422. })
  423. },
  424. requestPayment(res){
  425. var payInfo=res;
  426. //console.log(payInfo)
  427. //console.log(String(Date.now()))
  428. var that=this;
  429. uni.requestPayment({
  430. provider: 'wxpay',
  431. //timeStamp: String(Date.now()),
  432. timeStamp: payInfo.timeStamp,
  433. nonceStr: payInfo.nonceStr,
  434. package:payInfo.package,
  435. signType: payInfo.signType,
  436. paySign: payInfo.paySign,
  437. appid:payInfo.appId,
  438. success: function (res) {
  439. console.log('success:' + JSON.stringify(res));
  440. uni.showToast({
  441. title: '支付成功',
  442. icon:'none',
  443. duration: 2000
  444. });
  445. uni.redirectTo({
  446. url: "../user/myOrder/activityOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
  447. })
  448. },
  449. fail: function (err) {
  450. console.log(err)
  451. uni.showToast({
  452. title: '支付失败',
  453. icon:'none',
  454. duration: 2000
  455. });
  456. console.log(that.orderData)
  457. uni.redirectTo({
  458. url: "../user/myOrder/activityOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
  459. })
  460. }
  461. });
  462. },
  463. signUp(){
  464. this.info.shopList.forEach(item=>{
  465. if(item.id == this.shopInfo.id){
  466. this.ckshopdata=item;
  467. this.shopName=item.shopName;
  468. }
  469. })
  470. this.bmShow=true;
  471. },
  472. nobmshow(){
  473. this.bmShow=false;
  474. },
  475. ckshop(item){
  476. this.ckshopdata=item;
  477. this.shopName=item.shopName;
  478. this.ckshopShow=false;
  479. this.shopInfo=item
  480. this.useShopShow=false;
  481. },
  482. showCkshop(){
  483. console.log("选择门店")
  484. this.ckshopShow=true;
  485. },
  486. noShowShop(){
  487. this.ckshopShow=false;
  488. },
  489. queryActivityInfo(){
  490. uni.showLoading({
  491. title: '加载中'
  492. })
  493. this.$http('openHome/queryActivityInfo', {
  494. collectingID:this.collectingID
  495. }, 'GET').then(res => {
  496. uni.hideLoading();
  497. this.info = res.data;
  498. if(this.info.imgList){
  499. this.info.imgList.forEach(item=>{
  500. if(item.imgType==1){
  501. this.mainImg=item.img
  502. }else{
  503. this.dimgList.push(item)
  504. }
  505. })
  506. }
  507. if (this.info.endTime < this.info.startTime) {
  508. // this.$vux.toast.text('时间设置错误')
  509. return
  510. }
  511. // this.activityNoOpen
  512. if (Number(new Date().getTime()) > (Number(new Date(this.info.startTime.replace(/-/g, '/')).getTime()) || 0)) {
  513. console.log("现在时间大于开始时间")
  514. this.activityNoOpen = false
  515. } else {
  516. this.activityNoOpen = true
  517. }
  518. if (Number(new Date().getTime()) > Number(new Date(this.info.endTime.replace(/-/g, '/')).getTime())) {
  519. console.log("现在时间大于结束时间")
  520. this.activityEnd = true
  521. } else {
  522. this.activityEnd = false
  523. }
  524. if (!this.activityNoOpen && !this.activityEnd) {
  525. this.clock()
  526. }
  527. if (this.activityNoOpen && !this.activityEnd) {
  528. this.clock2()
  529. }
  530. if(this.info.music){
  531. this.bgmMusic = uni.createInnerAudioContext();
  532. this.bgmMusic.autoplay = true;//自动播放
  533. this.bgmMusic.loop = true;//循环播放
  534. this.mp3Url='http://dmsimg.66km.com/music/sakuratears.mp3';
  535. this.bgmMusic.src ='http://dmsimg.66km.com/music/sakuratears.mp3'//, mp3Url;//背景音乐地址
  536. this.bgmMusic.onPlay(function(){
  537. console.log('背景音乐播放中');
  538. });
  539. this.bgmMusic.onError((res) => {
  540. console.log(res.errMsg);
  541. console.log(res.errCode);
  542. });
  543. }
  544. })
  545. },
  546. play2(){
  547. this.bgmMusic.play();
  548. this.payshow=false;
  549. },
  550. play(){
  551. this.payshow=true;
  552. this.bgmMusic.stop(()=>{
  553. console.log('背景音乐停止了');
  554. });
  555. },
  556. getInfo(){
  557. this.$http('openreservation/getInfo', {
  558. lat: '',
  559. lng: '',
  560. }, 'GET').then(res => {
  561. //uni.hideLoading();
  562. this.shopInfo = res.data.shopInfo
  563. })
  564. },
  565. call() {
  566. uni.makePhoneCall({
  567. phoneNumber: this.shopInfo.mobilePhone
  568. });
  569. },
  570. getmap() {
  571. console.log("打开地图")
  572. var that = this;
  573. if (!that.shopInfo.lat || !that.shopInfo.lng) {
  574. uni.showToast({
  575. title: '该店铺未设置定位',
  576. icon: 'none',
  577. duration: 3000
  578. });
  579. } else {
  580. uni.openLocation({
  581. latitude: Number(that.shopInfo.lat),
  582. longitude: Number(that.shopInfo.lng),
  583. name: that.shopInfo.shopName,
  584. address: that.shopInfo.provinceName + that.shopInfo.cityName + that.shopInfo.areaName + that.shopInfo.address,
  585. success: function() {
  586. console.log('success');
  587. },
  588. fail(err) {
  589. console.log(err)
  590. }
  591. });
  592. }
  593. },
  594. clock () {
  595. let _this = this
  596. let today = new Date() // 当前时间
  597. let h = today.getHours()
  598. let m = today.getMinutes()
  599. let s = today.getSeconds()
  600. let stopTime = new Date(_this.info.endTime.replace(/-/g, '/')) // 结束时间
  601. if (Number(new Date(_this.info.endTime).getTime()) < Number(new Date().getTime())) {
  602. this.activityEnd = true
  603. return
  604. }
  605. let stopH = stopTime.getHours()
  606. let stopM = stopTime.getMinutes()
  607. let stopS = stopTime.getSeconds()
  608. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  609. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  610. let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  611. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  612. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  613. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  614. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  615. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  616. this.daojishi = '报名倒计时:' + shengyuD + '天' + shengyuH + '小时' + shengyuM + '分' + S + '秒'
  617. // setTimeout("clock()",500);
  618. this.shengyuM=shengyuM;
  619. this.shengyuD=shengyuD;
  620. this.shengyuH=shengyuH;
  621. setTimeout(_this.clock, 500)
  622. },
  623. clock2(){
  624. let _this = this
  625. let today = new Date() // 当前时间
  626. let h = today.getHours()
  627. let m = today.getMinutes()
  628. let s = today.getSeconds()
  629. let startTime = new Date(_this.info.startTime.replace(/-/g, '/')) // 结束时间
  630. if (Number(new Date(_this.info.startTime).getTime()) < Number(new Date().getTime())) {
  631. this.activityNoOpen = true
  632. return
  633. }
  634. let stopH = startTime.getHours()
  635. let stopM = startTime.getMinutes()
  636. let stopS = startTime.getSeconds()
  637. let shenyu = startTime.getTime() - today.getTime() // 倒计时毫秒数
  638. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  639. let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  640. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  641. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  642. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  643. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  644. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  645. this.daojishi = '报名倒计时:' + shengyuD + '天' + shengyuH + '小时' + shengyuM + '分' + S + '秒'
  646. // setTimeout("clock()",500);
  647. this.shengyuM=shengyuM;
  648. this.shengyuD=shengyuD;
  649. this.shengyuH=shengyuH;
  650. setTimeout(_this.clock2, 500)
  651. }
  652. },
  653. onShareAppMessage(res) {
  654. var img='';
  655. if(this.info.ImgList.length>0){
  656. img=this.info.ImgList[0].url
  657. }
  658. return {
  659. title: this.info.activityName,
  660. imageUrl:this.mainImg,
  661. path: 'pages/activity/jkDetail?id=' + this.id,
  662. success(res){
  663. uni.showToast({
  664. title:'分享成功'
  665. })
  666. },
  667. fail(res){
  668. uni.showToast({
  669. title:'分享失败',
  670. icon:'none',
  671. duration: 3000
  672. })
  673. }
  674. }
  675. },
  676. }
  677. </script>
  678. <style scoped>
  679. .mp3Img{
  680. /* transform: translate(-1584.4%, 121.5%) scale(1); */
  681. position: fixed;
  682. top: 40rpx;
  683. right: 40rpx;
  684. width: 60rpx;
  685. height: 60rpx;
  686. }
  687. .ckshopBox{
  688. z-index: 111 !important;
  689. }
  690. .shopline {
  691. padding: 20rpx 0;
  692. background-color: #FFFFFF;
  693. border-radius: 10rpx;
  694. display: flex;
  695. }
  696. .baomingBox{
  697. width: 750rpx;
  698. height: 100vh;
  699. background: rgba(0, 0, 0, 0.4);
  700. position: fixed;
  701. top: 0;
  702. left: 0;
  703. z-index: 11;
  704. }
  705. .bmTtnBox{
  706. width: 750rpx;
  707. height: 120rpx;
  708. background: #FFFFFF;
  709. box-shadow: 0px -2px 10rpx 0px rgba(153,153,153,0.2000);
  710. position: absolute;
  711. left: 0;
  712. bottom: 0;
  713. padding-bottom: constant(safe-area-inset-bottom);
  714. padding-bottom: env(safe-area-inset-bottom);
  715. }
  716. .bmBtn{
  717. width: 690rpx;
  718. height: 74rpx;
  719. background: #D53533;
  720. border-radius: 37rpx;
  721. text-align: center;
  722. line-height: 74rpx;
  723. color: #ffffff;
  724. font-size: 30rpx;
  725. margin-top: 23rpx;
  726. margin-left: 30rpx;
  727. }
  728. .bmshopjt{
  729. width: 12rpx;
  730. height: 20rpx;
  731. margin-top: 10rpx;
  732. }
  733. .bmlineInput{
  734. color: #333333;
  735. font-size: 28rpx;
  736. height: 98rpx;
  737. line-height: 98rpx;
  738. }
  739. .bmshopname{
  740. font-weight: 400;
  741. color: #999999;
  742. font-size: 28rpx;
  743. line-height: 40rpx;
  744. width: 500rpx;
  745. white-space:nowrap;
  746. overflow:hidden;
  747. text-overflow:ellipsis;
  748. }
  749. .bmshopLine{
  750. display: flex;
  751. justify-content: space-between;
  752. padding: 26rpx 0;
  753. border-bottom: 1px solid #EEEEEE;
  754. }
  755. .bmLine{
  756. border-bottom: 1px solid #EEEEEE;
  757. }
  758. .bmTop{
  759. display: flex;
  760. justify-content: space-between;
  761. padding: 40rpx 24rpx 10rpx 24rpx;
  762. }
  763. .bmTitle{
  764. font-weight: 500;
  765. color: #3C3C3C;
  766. font-size: 30rpx;
  767. line-height: 36rpx;
  768. }
  769. .bmChimg{
  770. width: 36rpx;
  771. height: 36rpx;
  772. }
  773. .baomingCont{
  774. position: absolute;
  775. width: 750rpx;
  776. height:850rpx;
  777. padding-bottom: constant(safe-area-inset-bottom);
  778. padding-bottom: env(safe-area-inset-bottom);
  779. left: 0;
  780. bottom: 0;
  781. background: #ffffff;
  782. border-radius: 24rpx 24rpx 0px 0px;
  783. }
  784. .shareIcon{
  785. width: 48rpx;
  786. height: 48rpx;
  787. display: block;
  788. }
  789. .bottomBtnBox{
  790. display: flex;
  791. }
  792. .bottomBtnBoxLeft{
  793. padding-left: 40rpx;
  794. padding-top: 21rpx;
  795. }
  796. .shareTxt{
  797. color: #666666;font-size: 20rpx;
  798. text-align: center;
  799. }
  800. .bottomBtn{
  801. width: 598rpx;
  802. height: 74rpx;
  803. background: #D53533;
  804. border-radius: 37rpx;
  805. line-height: 74rpx;
  806. text-align: center;
  807. color: #ffffff;
  808. font-size: 30rpx;
  809. margin-top: 24rpx;
  810. margin-left: 34rpx;
  811. }
  812. .bottomBtn2{
  813. width: 598rpx;
  814. height: 74rpx;
  815. background: #DDDDDD;
  816. border-radius: 37rpx;
  817. line-height: 74rpx;
  818. text-align: center;
  819. color: #ffffff;
  820. font-size: 30rpx;
  821. margin-top: 24rpx;
  822. margin-left: 34rpx;
  823. }
  824. .timeTbox{
  825. width: 750rpx;
  826. height: 60rpx;
  827. background:#FFF5F0;
  828. border-radius: 24rpx 24rpx 0px 0px;
  829. border: 1px solid #EFE1D5;
  830. display: flex;
  831. justify-content: center;
  832. font-size: 24rpx;
  833. font-family: PingFangSC-Regular, PingFang SC;
  834. font-weight: 400;
  835. color: #764D49;
  836. }
  837. .timeviewTxt{
  838. line-height: 41rpx;
  839. padding-top: 10rpx;
  840. }
  841. .timeDivTxt{
  842. line-height: 60rpx;
  843. padding: 0 10rpx;
  844. }
  845. .timeK{
  846. height: 41rpx;
  847. line-height: 41rpx;
  848. color: #FFFFFF;
  849. width: 41rpx;
  850. text-align: center;
  851. background: #F03B3B;
  852. border-radius: 6rpx;
  853. margin-top: 9rpx;
  854. margin-left: 15rpx;
  855. margin-right: 15rpx;
  856. }
  857. .bottom{
  858. width: 750rpx;
  859. height: 180rpx;
  860. background: #FFFFFF;
  861. border-radius: 24rpx 24rpx 0px 0px;
  862. position: fixed;
  863. left: 0;
  864. bottom: 0;
  865. padding-bottom: constant(safe-area-inset-bottom);
  866. padding-bottom: env(safe-area-inset-bottom);
  867. }
  868. .signupBox{
  869. background: #ffffff;
  870. margin-top: 20rpx;
  871. }
  872. .seeBox{
  873. display: flex;
  874. flex-wrap: wrap;
  875. padding-left: 24rpx;
  876. padding-bottom: 20rpx;
  877. }
  878. .seeLine{
  879. padding-top: 14rpx;
  880. padding-right: 16rpx;
  881. }
  882. .signupLine{
  883. display: flex;
  884. justify-content: space-between;
  885. padding: 11rpx 0;
  886. border-bottom: 1px solid #DDDDDD;
  887. }
  888. .signupLineM{
  889. color: #3C3C3C;font-size: 26rpx;
  890. line-height: 56rpx;
  891. }
  892. .signupLineR{
  893. color: #999999;
  894. font-size: 26rpx;
  895. line-height: 56rpx;
  896. }
  897. .signupLineLName{
  898. font-weight: 400;
  899. color: #3C3C3C;
  900. font-size: 26rpx;
  901. padding-left: 16rpx;
  902. line-height: 56rpx;
  903. width: 150rpx;
  904. white-space:nowrap;
  905. overflow:hidden;
  906. text-overflow:ellipsis;
  907. }
  908. .signupCont{
  909. padding: 0 24rpx;
  910. }
  911. .signupLineLImg{
  912. width: 56rpx;
  913. height: 56rpx;
  914. border-radius: 8rpx;
  915. }
  916. .signupLineL{
  917. display: flex;
  918. }
  919. .signupTop{
  920. width: 750rpx;
  921. height: 78rpx;
  922. background: url(http://dmsphoto.66km.com.cn/thFiles/FF582E15-1971-4C04-8AB3-F7618FFB961D.png);
  923. background-size: 100% 100%;
  924. text-align: center;
  925. line-height: 78rpx;
  926. }
  927. .signupTops1{
  928. color: #FF0000;font-weight: 500;
  929. font-size: 28rpx;
  930. }
  931. .signupTops1{
  932. color: #703917;font-weight: 500;
  933. font-size: 28rpx;
  934. }
  935. .shopRightIcon{
  936. width: 44rpx;
  937. height: 44rpx;
  938. display: block;
  939. margin: 0 auto;
  940. margin-bottom: 10rpx;
  941. }
  942. .shopName{
  943. color: #3C3C3C;
  944. font-size: 28rpx;
  945. }
  946. .shopaddress{
  947. font-weight: 400;
  948. color: #999999;
  949. font-size: 24rpx;
  950. padding-top: 10rpx;
  951. width: 500rpx;
  952. }
  953. .shopRightSx{
  954. width: 2rpx;
  955. height: 69rpx;
  956. background:#EEEEEE ;
  957. margin-left: 34rpx;
  958. margin-right: 34rpx;
  959. margin-top: 14rpx;
  960. }
  961. .shopCont{
  962. display: flex;
  963. justify-content: space-between;
  964. padding-top: 25rpx;
  965. }
  966. .shopContRight{
  967. display: flex;
  968. }
  969. .shopContRightLine{
  970. text-align: center;
  971. color: #999999;
  972. font-size: 24rpx;
  973. }
  974. .content{
  975. min-height: 100vh;
  976. background:#F4F5F7;
  977. }
  978. .detailImg{
  979. width: 750rpx;
  980. display: block;
  981. }
  982. .detailBOx{
  983. background: #ffffff;
  984. margin-top: 20rpx;
  985. }
  986. .detailTitle{
  987. color: #222222;
  988. font-weight: 500;
  989. padding: 20rpx 24rpx;
  990. font-size: 30rpx;
  991. }
  992. .topimg{
  993. width: 750rpx;
  994. }
  995. .shopMs{
  996. font-weight: 500;
  997. color: #222222;
  998. line-height: 42rpx;
  999. font-size: 30rpx;
  1000. }
  1001. .shopBox{
  1002. background: #ffffff;
  1003. margin-top: 20rpx;
  1004. padding: 20rpx 24rpx;
  1005. }
  1006. .shopBoxTop{
  1007. display: flex;
  1008. justify-content: space-between;
  1009. }
  1010. .shopTy{
  1011. display: flex;
  1012. }
  1013. .shopTyTxt{
  1014. font-weight: 400;
  1015. color: #666666;
  1016. font-size: 24rpx;
  1017. line-height: 42rpx;
  1018. }
  1019. .shopjt{
  1020. width: 14rpx;
  1021. height: 23rpx;
  1022. margin-top: 10rpx;
  1023. margin-left: 10rpx;
  1024. }
  1025. .cont{
  1026. background: #ffffff;
  1027. border-radius: 24rpx 24rpx 0px 0px;
  1028. margin-top: -30rpx;
  1029. padding: 30rpx 24rpx;
  1030. position: relative;
  1031. }
  1032. .name{
  1033. color: #3C3C3C;
  1034. line-height: 42rpx;
  1035. font-weight: 500;
  1036. font-size: 30rpx;
  1037. }
  1038. .name2{
  1039. color: #3C3C3C;
  1040. line-height: 36rpx;
  1041. font-weight: 400;
  1042. font-size: 26rpx;
  1043. padding-top: 16rpx;
  1044. }
  1045. .name3{
  1046. color: #999999;
  1047. line-height: 36rpx;
  1048. font-weight: 400;
  1049. font-size: 26rpx;
  1050. padding-top: 16rpx;
  1051. }
  1052. .shopImg {
  1053. width: 146rpx;
  1054. height: 146rpx;
  1055. border-radius: 6rpx;
  1056. }
  1057. .shopBox2 {
  1058. padding-top: 30rpx;
  1059. display: flex;
  1060. }
  1061. .flex {
  1062. display: flex;
  1063. justify-content: space-between;
  1064. }
  1065. .shopCont2 {
  1066. padding-left: 22rpx;
  1067. width: 520rpx;
  1068. }
  1069. .shopName {
  1070. color: #333333;
  1071. font-size: 26rpx;
  1072. font-weight: 600;
  1073. }
  1074. .span1 {
  1075. color: #FF4F00;
  1076. font-size: 36rpx;
  1077. }
  1078. .span2 {
  1079. color: #FF4F00;
  1080. font-size: 22rpx;
  1081. }
  1082. .span3 {
  1083. color: #333333;
  1084. font-size: 22rpx;
  1085. padding-left: 22rpx;
  1086. }
  1087. .shopBq {
  1088. color: #FF4F00;
  1089. font-size: 22rpx;
  1090. border-radius: 4rpx;
  1091. border: 1px solid #FF4F00;
  1092. line-height: 30rpx;
  1093. height: 30rpx;
  1094. padding: 0rpx 5rpx;
  1095. margin-top: 10rpx;
  1096. }
  1097. .brandsBg {
  1098. display: flex;
  1099. height: 38rpx;
  1100. flex-wrap: wrap;
  1101. align-items: center;
  1102. overflow: hidden;
  1103. padding: 5rpx 0rpx;
  1104. }
  1105. .brands {
  1106. border-radius: 4rpx;
  1107. padding: 0 5rpx;
  1108. color: #F19D01;
  1109. height: 28rpx;
  1110. border: 1px solid #F19D01;
  1111. font-size: 20rpx;
  1112. line-height: 28rpx;
  1113. margin: 5rpx 10rpx 5rpx 0rpx;
  1114. }
  1115. .timeBg {
  1116. display: flex;
  1117. }
  1118. .shopTime {
  1119. color: #666666;
  1120. font-size: 22rpx;
  1121. }
  1122. .addressBox {
  1123. color: #666666;
  1124. font-size: 22rpx;
  1125. }
  1126. .ckshopLine{
  1127. display: flex;
  1128. padding: 20rpx 0;
  1129. border-bottom: 1px solid #EEEEEE;
  1130. }
  1131. button::after{
  1132. border: none;
  1133. }
  1134. button{
  1135. position: relative;
  1136. display: block;
  1137. margin-left: 0;
  1138. margin-right: 0;
  1139. padding-left: 0px;
  1140. padding-right: 0px;
  1141. box-sizing: border-box;
  1142. // font-size: 18px;
  1143. text-align: center;
  1144. text-decoration: none;
  1145. // line-height: 1;
  1146. line-height: 1.35;
  1147. // border-radius: 5px;
  1148. -webkit-tap-highlight-color: transparent;
  1149. overflow: hidden;
  1150. color: #000000;
  1151. background-color: #fff;
  1152. height: 100%;
  1153. }
  1154. .shareBtn{
  1155. /* width: 100rpx; */
  1156. background: #FFFFFF;
  1157. }
  1158. </style>