jkDetail.vue 34 KB

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