activityOrderDetail.vue 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677
  1. <template>
  2. <view class="box">
  3. <!-- 自定义导航 -->
  4. <!-- <view class="zdyNavBox">
  5. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  6. <view class="zdyNav">
  7. <view class="zdyNavLeft">
  8. <image src="../../../static/img/nav_icon_back.png" mode="aspectFit" class="backImg" @click="goback"></image>
  9. <image src="../../../static/img/nav_icon_home.png" mode="" class="homeImg" @click="gohome"></image>
  10. </view>
  11. <view class="zdyNavTitle">订单详情</view>
  12. <view style="width: 100px;"></view>
  13. </view>
  14. </view>
  15. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  16. <view style="height: 44px;"></view> -->
  17. <homenav :iStatusBarHeight="iStatusBarHeight" :title="'订单详情'" :cj="3"></homenav>
  18. <view class="top" :style="{background:'#'+themeColor}">
  19. <view class="orderState">
  20. <image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
  21. <view class="SheetState" v-if="orderData.data.sheetState == 1">待付款</view>
  22. <view class="SheetState" v-if="orderData.data.sheetState == 2">待服务</view>
  23. <view class="SheetState" v-if="orderData.data.sheetState == 3">已完成</view>
  24. <view class="SheetState" v-if="orderData.data.sheetState == 4">已取消</view>
  25. <view class="SheetState" v-if="orderData.data.sheetState == 5">待成团</view>
  26. </view>
  27. </view>
  28. <!-- 拼团信息 -->
  29. <view class="ptCont" v-if="orderData.data.sheetState == 5">
  30. <view class="ptTimeBox">
  31. <view class="ptTimeTxt">拼团剩余</view>
  32. <view class="ptTime">{{dh}}</view>
  33. <view class="ptdd">:</view>
  34. <view class="ptTime">{{dm}}</view>
  35. <view class="ptdd">:</view>
  36. <view class="ptTime">{{ds}}</view>
  37. </view>
  38. <view class="ptmobilePhoneLine">
  39. <image src="../../../static/timg/icon_guan.png" mode="" class="vipIcon"></image>
  40. <view class="ptmobilePhone">{{orderData.openGroup.firstMobilePhone}}</view>
  41. </view>
  42. <view class="DiffBNumber">还差 <span style="color:#FF0000; ">{{orderData.openGroup.groupNumber - orderData.groupList.length}}</span> 人,赶快邀请好友来拼团吧</view>
  43. <view class="ptBtnBox">
  44. <view class="seeTy" @click="seeTyshowBtn">查看全部团员</view>
  45. <button open-type="share" class=" shareBtn" >
  46. <view class="yqhypt">邀请好友拼团</view>
  47. </button>
  48. </view>
  49. </view>
  50. <!-- 店铺信息 -->
  51. <view class="shopBox" :class="{shopBoxpt:orderData.data.sheetState == 5}">
  52. <image src="../../../static/img/icon_store.png" mode="" class="shopBoximg"></image>
  53. <view class="shopCont">
  54. <view class="shopName">{{orderData.shopInfo.shopName}}</view>
  55. <view class="Address">
  56. {{orderData.shopInfo.provinceName}}{{orderData.shopInfo.cityName}}{{orderData.shopInfo.areaName}}{{orderData.shopInfo.address}}
  57. </view>
  58. </view>
  59. <view class="shopRightBox" @click="map">
  60. <image src="../../../static/img/icon_ditu.png" mode="" class="shopRightImg"></image>
  61. <view class="shopRihgtTxt">地图</view>
  62. </view>
  63. <view class="shopsx"></view>
  64. <view class="shopRightBox" @click="call">
  65. <image src="../../../static/img/icon_phone.png" mode="" class="shopRightImg"></image>
  66. <view class="shopRihgtTxt">电话</view>
  67. </view>
  68. </view>
  69. <!-- 订单内容 -->
  70. <view class="information">
  71. <view class="detailedTitle">订单内容
  72. <view class="groupStateBox " v-if="orderData.data.groupState==4">
  73. <image src="../../../static/img/icon_selectY.png" mode="" class="groupStateIcon"></image>
  74. <view class="groupStateTxt">自动成团</view>
  75. </view>
  76. <view class="groupStateBox " v-if="orderData.data.groupState==3">
  77. <image src="../../../static/img/icon_selectY.png" mode="" class="groupStateIcon"></image>
  78. <view class="groupStateTxt">拼团成功</view>
  79. </view>
  80. <view class="groupStateBox " v-if="orderData.data.groupState==1">
  81. <image src="../../../static/img/icon_del_red.png" mode="" class="groupStateIcon"></image>
  82. <view class="groupStateTxt">拼团失败</view>
  83. </view>
  84. <!-- <view class="groupStateBox " v-if="orderData.data.groupState==0">
  85. <image src="../../../static/img/icon_del_red.png" mode="" class="groupStateIcon"></image>
  86. <view class="groupStateTxt">拼团取消</view>
  87. </view> -->
  88. </view>
  89. <view v-if="orderData.openSheetDetail.length>0" v-for="(item,index) in orderData.openSheetDetail" :key="index">
  90. <view class="informationLine2">
  91. <view class="goodsName">{{item.itemName}}</view>
  92. <view class="huodong" @click="goDetail(item.itemId)">
  93. <view class="goodsName3">活动详情</view>
  94. <image src="../../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
  95. </view>
  96. </view>
  97. <view class="salePrice"><span class="informationNum">¥</span>{{orderData.data.payType==1? item.salePrice:0}}</view>
  98. </view>
  99. <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4&& orderData.data.sheetState != 5" class="line"></view>
  100. <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4&& orderData.data.sheetState != 5">
  101. <view class="goodsName2">
  102. 券码信息({{quanMaList.length?quanMaList.length:0}}张可用)
  103. </view>
  104. <view class="detailedLineBox" v-for="(v,index) in orderData.OpenSheetQRCode">
  105. <view class="detailedLine">
  106. <view v-if="v.writeoffState==1" class="detailedName">
  107. <view class="redPoint"></view>
  108. <view class="code">{{v.qrCode}}</view>
  109. <view class="quanState">待使用</view>
  110. </view>
  111. <view v-if="v.writeoffState==3" class="detailedName">
  112. <view class="redPoint"></view>
  113. <view class="code old" >{{v.qrCode}}</view>
  114. <view class="quanState2">已使用</view>
  115. </view>
  116. <image src="../../../static/img/icon_erweima.png" mode="" style="width: 36rpx;height: 36rpx;"
  117. v-if="v.writeoffState==1" @click="isShowMaSHow(index)"></image>
  118. </view>
  119. <view class="writeoffLineBox" v-if="v.writeoffState==3">
  120. <view class="writeoffLine">
  121. <view class="writeoffLineTxt">核销时间:{{v.writeoffTime}}</view>
  122. <view class="writeoffLineTxt">核销人:{{v.writeoffName}}</view>
  123. </view>
  124. <view class="writeoffLine">
  125. <view class="writeoffLineTxt">核销门店:{{v.writeoffShopName?v.writeoffShopName:''}}</view>
  126. </view>
  127. </view>
  128. </view>
  129. </view>
  130. </view>
  131. <!-- 实付款 -->
  132. <view class="money">
  133. <view class="informationNum">实付款:</view>
  134. <view class="informationNum" style="color: #FF0000;font-weight: bold;">¥{{orderData.data.payType==1?orderData.data.realMoney:0}}</view>
  135. </view>
  136. <!-- 订单信息 -->
  137. <view class="information">
  138. <view class="detailedTitle">订单信息</view>
  139. <view class="informationLine" v-if="orderData.data.plateNumber">
  140. <view class="informationTxt">车牌号:</view>
  141. <view class="informationNum">{{orderData.data.plateNumber}}</view>
  142. </view>
  143. <view class="informationLine" v-if="orderData.data.customerName">
  144. <view class="informationTxt">联系人:</view>
  145. <view class="informationNum">{{orderData.data.customerName}}</view>
  146. </view>
  147. <view class="informationLine" v-if="orderData.data.mobilePhone">
  148. <view class="informationTxt">手机号:</view>
  149. <view class="informationNum">{{orderData.data.mobilePhone}}</view>
  150. </view>
  151. <view class="informationLine" v-if="orderData.data.unit">
  152. <view class="informationTxt">单位:</view>
  153. <view class="informationNum">{{orderData.data.unit}}</view>
  154. </view>
  155. <view class="informationLine">
  156. <view class="informationTxt">报名时间:</view>
  157. <view class="informationNum">{{orderData.data.createTime}}</view>
  158. </view>
  159. <view class="informationLine">
  160. <view class="informationTxt">订单单号:</view>
  161. <view class="informationNum">{{orderData.data.code}}<span class="codeCopy"
  162. @click="copy(orderData.data.code)">复制</span></view>
  163. </view>
  164. </view>
  165. <!-- 支付信息 -->
  166. <view class="information">
  167. <view class="detailedTitle">支付信息</view>
  168. <view class="informationLine">
  169. <view class="informationTxt">支付状态:</view>
  170. <view class="informationNum" v-if="orderData.data.payState==1">未支付</view>
  171. <view class="informationNum" v-if="orderData.data.payState==2">已支付</view>
  172. </view>
  173. <view class="informationLine">
  174. <view class="informationTxt">支付方式:</view>
  175. <view class="informationNum" v-if="orderData.data.payType==1">在线支付</view>
  176. <view class="informationNum" v-if="orderData.data.payType==2">-</view>
  177. </view>
  178. <view class="informationLine">
  179. <view class="informationTxt">支付时间:</view>
  180. <view class="informationNum">{{orderData.data.payTime?orderData.data.payTime:'-'}}</view>
  181. </view>
  182. </view>
  183. <!-- 核销信息 -->
  184. <view class="information writeoffXx" v-if="orderData.data.sheetState == 3">
  185. <view class="detailedTitle">核销信息</view>
  186. <view class="informationLine">
  187. <view class="informationTxt">核销状态:</view>
  188. <view class="informationNum" v-if="orderData.data.writeoffState==1">未核销</view>
  189. <view class="informationNum" v-if="orderData.data.writeoffState==2">部分核销</view>
  190. <view class="informationNum" v-if="orderData.data.writeoffState==3">已核销</view>
  191. </view>
  192. <view class="informationLine">
  193. <view class="informationTxt">核销时间:</view>
  194. <view class="informationNum">{{orderData.data.writeoffTime?orderData.data.writeoffTime:'-'}} {{orderData.data.writeoffName}}</view>
  195. </view>
  196. <view class="informationLine">
  197. <view class="informationTxt">核销门店:</view>
  198. <view class="informationNum">{{orderData.data.writeoffShopName?orderData.data.writeoffShopName:'-'}}</view>
  199. </view>
  200. </view>
  201. <view style="height: 50rpx;background-color: #F4F5F7;"></view>
  202. <view class="bottom" v-if="orderData.data.sheetState == 1">
  203. <!-- <view class="cancel" @click="cancelBespeak" v-if="orderData.data.groupType==1">取消订单</view> -->
  204. <view class="cancel" @click="cancelBespeak" >取消订单</view>
  205. <view class="defer" :style="{border:'1rpx solid #'+themeColor,color:'#'+themeColor}" @click="pay">立即支付</view>
  206. </view>
  207. <view class="bottom" v-if="orderData.data.sheetState == 2||orderData.data.sheetState == 5">
  208. <view class="cancel" @click="cancelOrder" v-if="orderData.data.payState==2">退款</view>
  209. <view class="cancel" @click="cancelBespeak" v-else>取消订单</view>
  210. </view>
  211. <!-- 券码 -->
  212. <view class="maBox" v-if="isShowMa==true" @click="isShowMaHide">
  213. <view class="querenMa">
  214. <view class="maTop">
  215. <view class="maTitle">请到店出示券码即可开始服务</view>
  216. <image @click="isShowMaHide" src="../../../static/img/icon_delete.png" mode=""
  217. style="width: 26rpx;height: 26rpx;margin-left: 10rpx;"></image>
  218. </view>
  219. <swiper class="swiper" circular :current='swiperIndex' :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
  220. <swiper-item v-for="(item,index) in quanMaList">
  221. <view class="swiper-item">
  222. <view class="maCode">{{item}}</view>
  223. <view class="maBoximg">
  224. <tki-qrcode cid="qrcode1" ref="qrcode" :val="item" :size="400" :unit="unit"
  225. :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
  226. :loadMake="loadMake" :usingComponents="true" @result="qrR" />
  227. </view>
  228. </view>
  229. </swiper-item>
  230. </swiper>
  231. </view>
  232. </view>
  233. <!-- 手机号授权 -->
  234. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  235. <view class="authorizCont" @click.stop="">
  236. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  237. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  238. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  239. </view>
  240. <view style="text-align: center;padding-top: 56rpx;">
  241. <image src="../../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  242. </view>
  243. </view>
  244. <!-- 全部团员 -->
  245. <view class="maBox" v-if="seeTyshow" @click="seeTyHide">
  246. <view class="grouptk" @click.stop="">
  247. <view class="maTop">
  248. <view class="maTitle maTitle2 ">全部团员</view>
  249. <image src="../../../static/img/icon_delete.png" mode=""
  250. style="width: 26rpx;height: 26rpx;margin-left: 10rpx;" @click="seeTyHide"></image>
  251. </view>
  252. <view class="grouptkCobt">
  253. <view class="grouptkLIne" v-for="(item,index) in orderData.groupList">
  254. <view class="grouptkLIneLeft">
  255. <view class="groupTz" v-if="item.groupMemberLevel==1">团长</view>
  256. <view class="groupTy" v-else>团员</view>
  257. <view class="groupmobilePhone">{{item.mobilePhone}}</view>
  258. </view>
  259. <view class="grouptkLIneTime">{{item.payTime}}</view>
  260. </view>
  261. </view>
  262. </view>
  263. </view>
  264. <!-- 退款原因 -->
  265. <view class="tuikuanBox" v-if="isShowTui==true">
  266. <view class="tuikuan">
  267. <view class="tuiTop">
  268. <view class="tuiTitle">退款</view>
  269. <image @click="isShowTuiHide" src="../../../static/img/icon_delete.png" mode=""
  270. style="width: 26rpx; height: 26rpx;"></image>
  271. </view>
  272. <view class="contLine">
  273. <view class="contlineLeft">
  274. <image src="../../static/img/icon_star.png" mode="" class="star"></image>
  275. 退款原因
  276. </view>
  277. <view class="contlineRight carModelRight" @click="">
  278. <picker class="carModel" @change="bindChange" mode="selector" :value="index"
  279. :range="tuicauseList" range-key="contents">
  280. <view class="uni-input">{{tuicauseList[index].contents}}</view>
  281. <!-- <view class="uni-input noColor" v-else>请选择</view> -->
  282. </picker>
  283. <image src="../../static/img/little_rightArrow.png" mode="" class="contlineRightJt"></image>
  284. </view>
  285. </view>
  286. <view class="contLine">
  287. <view class="contlineLeft">
  288. <image src="../../static/img/icon_star.png" mode="" class="star"></image>
  289. 退款金额
  290. </view>
  291. <view class="contlineRight carModelRight" @click="cktime">
  292. <span class="carModel">{{orderData.data.realMoney}}</span>
  293. </view>
  294. </view>
  295. <view class="contLine">
  296. <view class="contlineLeft">
  297. <image src="" mode="" class="star"></image>
  298. 补充描述
  299. </view>
  300. <view class="contlineRight">
  301. <textarea placeholder-style="color:#999999" placeholder="请输入" v-model="tuikuanContent"
  302. class="contlineRightInput" maxlength="-1" auto-height="true" @confirm="feedDone" />
  303. </view>
  304. </view>
  305. <view class="tuiBtns">
  306. <view class="btn" @click="isShowTuiHide">取消</view>
  307. <view class="btn2" @click="goTui">确认退款</view>
  308. </view>
  309. </view>
  310. </view>
  311. </view>
  312. </template>
  313. <script>
  314. import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
  315. import homenav from "@/components/homenav/nav.vue"
  316. export default {
  317. components: {
  318. tkiQrcode,homenav
  319. },
  320. data() {
  321. return {
  322. id: '',
  323. iStatusBarHeight:'',
  324. orderData: '',
  325. onval: true, // val值变化时自动重新生成二维码
  326. loadMake: true, // 组件加载完成后自动生成二维码
  327. size: 500,
  328. qrcodeShow: false,
  329. qrcodeTop: '-100vh',
  330. qrcodeTopVal: '',
  331. ifShow: false,
  332. val: '二维码', // 要生成的二维码值
  333. unit: 'upx', // 单位
  334. background: '#b4e9e2', // 背景色
  335. foreground: '#309286', // 前景色
  336. pdground: '#262637', // 角标色
  337. icon: '', // 二维码图标
  338. iconsize: 40, // 二维码图标大小
  339. lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
  340. src: '', // 二维码生成后的图片地址或base64
  341. isShowMa: false,
  342. quanMaList:[],
  343. themeColor:'',
  344. authorizShow:false,
  345. userInfo:'',
  346. ext:'',
  347. wxOpenData:'',
  348. dh:'',
  349. dm:'',
  350. ds:'',
  351. seeTyshow:false,
  352. isShowTui:false,
  353. index:0,
  354. tuicauseList: [],
  355. tuikuanContent: '',
  356. swiperIndex:0,
  357. }
  358. },
  359. //0拼团取消1拼团失败 2拼团中3拼团成功4自动成团 groupState
  360. onLoad(opt) {
  361. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  362. this.id = opt.id
  363. this.themeColor = uni.getStorageSync("themeColor");
  364. this.userInfo=this.$store.state.userInfo;
  365. this.ext=this.$common.getExtStoreId();
  366. if(this.userInfo){
  367. if (this.id) {
  368. this.getData();
  369. this.getTuiKuanData()
  370. }
  371. }else{
  372. this.$common.automaticlogin().then(val => {
  373. this.userInfo=this.$store.state.userInfo;
  374. this.wxOpenData=this.$store.state.wxOpenData;
  375. this.themeColor = uni.getStorageSync("themeColor");
  376. if (this.id) {
  377. this.getData();
  378. this.getTuiKuanData()
  379. }
  380. if(!this.userInfo){
  381. this.authorizShow=true
  382. }
  383. })
  384. }
  385. },
  386. methods: {
  387. isShowTuiHide(){
  388. this.isShowTui=false;
  389. },
  390. bindChange(e) {
  391. console.log(e);
  392. this.index = e.detail.value
  393. },
  394. getTuiKuanData() {
  395. console.log("退款原因")
  396. this.$http('openMallOrder/getOpenReason', {
  397. // id: this.id,
  398. }, 'GET').then(res => {
  399. this.tuicauseList = res.data;
  400. })
  401. },
  402. goTui(){
  403. var that=this;
  404. uni.showLoading({
  405. title: '加载中'
  406. })
  407. let yuanyin = this.tuicauseList[this.index].contents
  408. that.$http('openMallOrder/cancelOrder', {
  409. realMoney:that.orderData.data.realMoney,
  410. sheetId: that.id,
  411. refundReason:yuanyin,
  412. refundComment:this.tuikuanContent,
  413. }, 'POST').then(res => {
  414. uni.hideLoading();
  415. // var list = res.data.Items
  416. this.isShowTui=false;
  417. uni.showToast({
  418. title: '取消成功',
  419. icon: 'none',
  420. duration: 2000
  421. });
  422. setTimeout(function() {
  423. that.getData();
  424. }, 1000);
  425. })
  426. },
  427. cancelOrder(){
  428. this.isShowTui=true;
  429. },
  430. seeTyHide(){
  431. this.seeTyshow=false;
  432. },
  433. seeTyshowBtn(){
  434. this.seeTyshow=true;
  435. },
  436. decryptPhoneNumber: function(e) {
  437. console.log(e);
  438. this.code=e.detail.code
  439. this.wxPhoneLogin()
  440. this.authorizShow=false;
  441. },
  442. wxPhoneLogin(){
  443. var that=this;
  444. this.$http('miniApp2/sys/wxPhoneLogin', {
  445. appId:this.ext.appId,
  446. unionId:this.ext.unionId,
  447. code:this.code,
  448. openId:this.wxOpenData.openid
  449. },'POST').then(res => {
  450. var data = res.data;
  451. if(data.newCustomer){
  452. uni.showModal({
  453. title: '提示',
  454. content: data.newCustomerMsg,
  455. success: function(resTK) {
  456. }
  457. });
  458. var token=res.data.token
  459. data.loginInfo={}
  460. data.loginInfo.token=token
  461. this.$store.commit('mutationswxOpenData', data);
  462. return false;
  463. }
  464. if(data.loginInfo){
  465. this.userInfo=data.loginInfo.openUser;
  466. this.wxOpenData=data.loginInfo;
  467. this.$store.commit('mutationswxOpenData', data)
  468. this.$store.commit('mutationsuserInfo', this.userInfo)
  469. this.getData()
  470. }
  471. })
  472. },
  473. isShowMaSHow(index){
  474. this.swiperIndex=index
  475. this.isShowMa=true
  476. },
  477. isShowMaHide(){
  478. this.isShowMa=false
  479. },
  480. goDetail(id) {
  481. console.log('id--',id);
  482. uni.navigateTo({
  483. url: '../../activity/jkDetail?id=' + id
  484. })
  485. },
  486. pay(){
  487. this.$http('openMallOrder/unifiedPay', {
  488. sheetId:this.id
  489. },'POST').then(res => {
  490. if(res.code==0){
  491. this.requestPayment(res.data)
  492. }else{
  493. uni.showToast({
  494. title: res.msg,
  495. icon: 'none',
  496. duration: 3000
  497. });
  498. }
  499. })
  500. },
  501. requestPayment(res){
  502. var payInfo=res;
  503. //console.log(payInfo)
  504. //console.log(String(Date.now()))
  505. var that=this;
  506. uni.requestPayment({
  507. provider: 'wxpay',
  508. //timeStamp: String(Date.now()),
  509. timeStamp: payInfo.timeStamp,
  510. nonceStr: payInfo.nonceStr,
  511. package:payInfo.package,
  512. signType: payInfo.signType,
  513. paySign: payInfo.paySign,
  514. appid:payInfo.appId,
  515. success: function (res) {
  516. console.log('success:' + JSON.stringify(res));
  517. uni.showToast({
  518. title: '支付成功',
  519. icon:'none',
  520. duration: 2000
  521. });
  522. that.getData()
  523. },
  524. fail: function (err) {
  525. console.log(err)
  526. uni.showToast({
  527. title: '支付失败',
  528. icon:'none',
  529. duration: 2000
  530. });
  531. }
  532. });
  533. },
  534. copy(txt) {
  535. uni.setClipboardData({
  536. data: txt,
  537. success: function() {
  538. uni.showToast({
  539. title: '复制成功',
  540. icon: 'none',
  541. duration: 2000
  542. });
  543. }
  544. });
  545. },
  546. upTime() {
  547. uni.showLoading({
  548. title: '加载中'
  549. })
  550. var that = this
  551. this.$http('openreservation/carOwner/updateTimeOfAppointment', {
  552. id: this.id,
  553. shopId: this.orderData.shopInfo.id,
  554. billDate: this.billDate
  555. }, 'POST').then(res => {
  556. uni.hideLoading();
  557. // var list = res.data.Items
  558. var list = res.data
  559. console.log("result+=", res.data);
  560. uni.showToast({
  561. title: '延期成功',
  562. icon: 'none',
  563. duration: 2000
  564. });
  565. setTimeout(function() {
  566. that.getData();
  567. }, 1000);
  568. })
  569. },
  570. cancelBespeak(){
  571. var that = this
  572. uni.showModal({
  573. title: '提示',
  574. content: '是否取消该订单',
  575. cancelText:'否',
  576. confirmText:'是',
  577. success: function (res) {
  578. if (res.confirm) {
  579. uni.showLoading({
  580. title: '加载中'
  581. })
  582. that.$http('openOrderManagement/updateSheetState', {
  583. id: that.id,
  584. }, 'POST').then(res => {
  585. uni.hideLoading();
  586. // var list = res.data.Items
  587. uni.showToast({
  588. title: '取消成功',
  589. icon: 'none',
  590. duration: 2000
  591. });
  592. setTimeout(function() {
  593. that.getData();
  594. }, 1000);
  595. })
  596. } else if (res.cancel) {
  597. }
  598. }
  599. });
  600. },
  601. map() {
  602. console.log("打开地图")
  603. var that = this;
  604. if (!that.orderData.shopInfo.lat || !that.orderData.shopInfo.lng) {
  605. uni.showToast({
  606. title: '该店铺未设置定位',
  607. icon: 'none',
  608. duration: 3000
  609. });
  610. } else {
  611. uni.openLocation({
  612. latitude: Number(that.orderData.shopInfo.lat),
  613. longitude: Number(that.orderData.shopInfo.lng),
  614. name: that.orderData.shopInfo.shopName,
  615. address: that.orderData.shopInfo.provinceName + that.orderData.shopInfo.cityName + that
  616. .orderData.shopInfo.areaName + that.orderData.shopInfo.address,
  617. success: function() {
  618. console.log('success');
  619. },
  620. fail(err) {
  621. console.log(err)
  622. }
  623. });
  624. }
  625. },
  626. call() {
  627. uni.makePhoneCall({
  628. phoneNumber: this.orderData.shopInfo.mobilePhone
  629. });
  630. },
  631. getData() {
  632. uni.showLoading({
  633. title: '加载中'
  634. });
  635. this.$http('openOrderManagement/queryOpenSheet', {
  636. id: this.id,
  637. }, 'GET').then(res => {
  638. uni.hideLoading();
  639. this.orderData = res.data;
  640. if (this.quanMaList) {
  641. this.quanMaList = [];
  642. }
  643. let maList = this.orderData.OpenSheetQRCode;
  644. if (maList) {
  645. maList.forEach(item =>{
  646. if (item.writeoffState==1) {
  647. this.quanMaList.push(item.qrCode);
  648. }
  649. })
  650. }
  651. this.clock()
  652. console.log('可用券码--',this.quanMaList);
  653. })
  654. },
  655. getData2() {
  656. uni.showLoading({
  657. title: '加载中'
  658. });
  659. this.$http('openOrderManagement/queryOpenSheet', {
  660. id: this.id,
  661. }, 'GET').then(res => {
  662. uni.hideLoading();
  663. this.orderData = res.data;
  664. if (this.quanMaList) {
  665. this.quanMaList = [];
  666. }
  667. let maList = this.orderData.OpenSheetQRCode;
  668. if (maList) {
  669. maList.forEach(item =>{
  670. if (item.writeoffState==1) {
  671. this.quanMaList.push(item.qrCode);
  672. }
  673. })
  674. }
  675. })
  676. },
  677. clock(){
  678. let _this = this
  679. let today = new Date() // 当前时间
  680. let h = today.getHours()
  681. let m = today.getMinutes()
  682. let s = today.getSeconds()
  683. let startTime = new Date(_this.orderData.openGroup.endTime.replace(/-/g, '/')) // 结束时间
  684. if (Number(new Date(_this.orderData.openGroup.endTime).getTime()) < Number(new Date().getTime())) {
  685. //this.activityNoOpen = true
  686. this.dh=0;
  687. this.dm=0;
  688. this.ds=0;
  689. _this.getData2();
  690. return false
  691. }
  692. let stopH = startTime.getHours()
  693. let stopM = startTime.getMinutes()
  694. let stopS = startTime.getSeconds()
  695. let shenyu = startTime.getTime() - today.getTime() // 倒计时毫秒数
  696. //console.log(shenyu)
  697. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  698. // let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  699. let D = parseInt(shenyu)
  700. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  701. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  702. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  703. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  704. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  705. //console.log(S)
  706. // this.daojishi = '报名倒计时:' + shengyuD + '天' + shengyuH + '小时' + shengyuM + '分' + S + '秒'
  707. // setTimeout("clock()",500);
  708. this.dh=shengyuH;
  709. this.dm=shengyuM;
  710. this.ds=S;
  711. if(this.dh<10){
  712. this.dh='0'+this.dh
  713. }
  714. if(this.dm<10){
  715. this.dm='0'+this.dm
  716. }
  717. if(this.ds<10){
  718. this.ds='0'+this.ds
  719. }
  720. setTimeout(_this.clock, 1000)
  721. },
  722. goback() {
  723. uni.navigateBack({
  724. delta: 1
  725. })
  726. },
  727. gohome(){
  728. uni.switchTab({
  729. url:'../../index/index'
  730. })
  731. },
  732. },
  733. onPullDownRefresh() {
  734. this.getData()
  735. setTimeout(function() {
  736. uni.stopPullDownRefresh();
  737. }, 1000);
  738. },
  739. onShareAppMessage(res) {
  740. console.log(this.userInfo)
  741. var img='';
  742. /* if(this.info.ImgList.length>0){
  743. img=this.info.ImgList[0].url
  744. } */
  745. return {
  746. title: this.orderData.data.sheetContent,
  747. //imageUrl:this.mainImg,
  748. imageUrl:'http://dmsphoto.66km.com.cn/thFiles/83074F71-F5C9-4C8E-B23F-2D195788960B.png',
  749. path: 'pages/subPack/jkDetail?id=' + this.orderData.openSheetDetail[0].itemId+'&shareId='+this.userInfo.openId+'&groupID='+this.orderData.data.groupID+'&shareName='+this.userInfo.nickName,
  750. success(res){
  751. uni.showToast({
  752. title:'分享成功'
  753. })
  754. },
  755. fail(res){
  756. uni.showToast({
  757. title:'分享失败',
  758. icon:'none',
  759. duration: 3000
  760. })
  761. }
  762. }
  763. },
  764. }
  765. </script>
  766. <style scoped>
  767. .groupStateIcon{
  768. width: 28rpx;height: 28rpx;
  769. }
  770. .groupStateTxt{
  771. font-weight: 400;padding-left: 8rpx;
  772. color: #3C3C3C;line-height: 28rpx;
  773. font-size: 26rpx;
  774. }
  775. .groupStateBox{
  776. display: flex;
  777. }
  778. .detailedTitle{
  779. display: flex;justify-content: space-between;
  780. }
  781. .grouptk{
  782. width: 638rpx;
  783. height: 750rpx;
  784. background: #FFFFFF;
  785. border-radius: 24rpx;
  786. margin-top: 300rpx;
  787. margin-left: 56rpx;
  788. }
  789. .grouptkLIneLeft{
  790. display: flex;
  791. }
  792. .groupTz{
  793. border-radius: 15rpx;padding: 0 10rpx;margin-right: 8rpx;
  794. border: 1rpx solid #FF9D00;color: #FF9D00;font-size: 22rpx;
  795. }
  796. .groupTy{
  797. border-radius: 15rpx;padding: 0 10rpx;margin-right: 8rpx;
  798. border: 1rpx solid #764D49;color: #764D49;font-size: 22rpx;
  799. }
  800. .grouptkLIne{
  801. display: flex;padding: 15rpx 24rpx;
  802. justify-content: space-between;font-weight: 400;
  803. color: #3C3C3C;font-size: 26rpx;line-height: 32rpx;
  804. }
  805. .grouptk .maTitle{
  806. padding-left: 4rpx;
  807. color: #333333;font-weight: 500;
  808. }
  809. .ptCont{
  810. width: 702rpx;
  811. height: 297rpx;
  812. background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  813. border-radius: 10rpx;
  814. margin-left: 24rpx;
  815. margin-top: -60rpx;
  816. }
  817. .ptTimeBox{
  818. display: flex;font-weight: 400;justify-content: center;padding-top: 24rpx;
  819. }
  820. .ptTimeTxt{
  821. font-weight: 400;font-size: 24rpx;line-height: 42rpx;
  822. color: #764D49;padding-right: 18rpx;
  823. }
  824. .ptdd{
  825. font-size: 24rpx;padding:0 8rpx;
  826. line-height: 42rpx;
  827. font-weight: 400;
  828. color: #764D49;
  829. }
  830. .ptTime{
  831. width: 42rpx;font-size: 24rpx;
  832. height: 42rpx;text-align: center;line-height: 42rpx;
  833. background: #FF0000;
  834. border-radius: 6rpx;
  835. font-weight: 500;
  836. color: #FFFFFF;
  837. }
  838. .DiffBNumber{
  839. color: #764D49;font-size: 24rpx;text-align: center;padding-top:16rpx;padding-bottom: 30rpx;
  840. }
  841. .ptmobilePhoneLine{
  842. display: flex;font-weight: 400;justify-content: center;
  843. color: #764D49;font-size: 26rpx;padding-top:20rpx;
  844. }
  845. .vipIcon{
  846. width: 32rpx;height: 32rpx;margin-right: 8rpx;
  847. }
  848. .seeTy{
  849. width: 260rpx;line-height: 62rpx;text-align: center;
  850. height: 62rpx;color: #FF0000;
  851. border-radius: 36rpx;font-size: 26rpx;
  852. border: 2rpx solid #FF0000;
  853. margin-right: 15rpx;
  854. }
  855. .ptBtnBox{
  856. display: flex;
  857. justify-content: center;
  858. }
  859. .yqhypt{
  860. width: 260rpx;color: #FFFFFF;line-height: 66rpx;text-align: center;
  861. height: 66rpx;font-size: 26rpx;
  862. background: linear-gradient(132deg, #FD5C05 0%, #FD0323 100%);
  863. border-radius: 36rpx;
  864. margin-left: 15rpx;
  865. }
  866. .box {
  867. min-height: 100vh;
  868. background: #F4F5F7;
  869. padding-bottom: 135rpx;
  870. }
  871. .zdyNavBox{
  872. width: 100vw;
  873. background: #FFFFFF;
  874. position: fixed;
  875. top: 0;
  876. left: 0;
  877. z-index: 9999999;
  878. }
  879. .zdyNav{
  880. height: 44px;
  881. display: flex;
  882. justify-content: space-between;
  883. align-items: center;
  884. }
  885. .backImg{
  886. width: 44rpx;
  887. height: 44rpx;
  888. margin-left: 10rpx;
  889. margin-right: 20rpx;
  890. }
  891. .homeImg{
  892. width: 44rpx;
  893. height: 44rpx;
  894. }
  895. .zdyNavLeft{
  896. display: flex;
  897. align-items: center;
  898. }
  899. .zdyNavTitle{
  900. width: 100vw;
  901. height: 44px;
  902. background: #FFFFFF;
  903. text-align: center;
  904. font-size: 34rpx;
  905. line-height: 44px;
  906. }
  907. .top {
  908. height: 190rpx;
  909. background: #FF0000;
  910. }
  911. .orderState {
  912. display: flex;
  913. justify-content: center;
  914. align-items: center;
  915. padding-top: 40rpx;
  916. }
  917. .SheetState {
  918. display: flex;
  919. justify-content: center;
  920. font-size: 36rpx;
  921. font-weight: 500;
  922. color: #FFFFFF;
  923. margin-left: 15rpx;
  924. }
  925. .timeEditImg {
  926. width: 25rpx;
  927. height: 25rpx;
  928. padding-left: 20rpx;
  929. }
  930. .shopBoximg {
  931. width: 40rpx;
  932. height: 40rpx;
  933. }
  934. .shopRightImg {
  935. width: 44rpx;
  936. height: 45rpx;
  937. }
  938. .shopsx {
  939. width: 1px;
  940. height: 50rpx;
  941. background: #EEEEEE;
  942. margin-top: 30rpx;
  943. margin-left: 28rpx;
  944. }
  945. .shopBox {
  946. display: flex;
  947. padding: 30rpx 20rpx;
  948. margin: 0rpx 24rpx;
  949. margin-top: -60rpx;
  950. background-color: #FFFFFF;
  951. border-radius: 10rpx;
  952. }
  953. .shopCont {
  954. width: 405rpx;
  955. padding-left: 20rpx;
  956. }
  957. .shopName {
  958. font-size: 30rpx;
  959. font-weight: bold;
  960. color: #3C3C3C;
  961. line-height: 42rpx;
  962. }
  963. .Address {
  964. color: #999999;
  965. font-size: 24rpx;
  966. margin-top: 10rpx;
  967. }
  968. .shopRihgtTxt {
  969. color: #999999;
  970. font-size: 24rpx;
  971. }
  972. .shopRightBox {
  973. padding-left: 28rpx;
  974. }
  975. .detailedTitle {
  976. padding: 23rpx 20rpx;
  977. display: flex;
  978. text-align: center;
  979. align-content: flex-start;
  980. border-bottom: 1rpx solid #EEEEEE;
  981. font-size: 30rpx;
  982. font-weight: bold;
  983. color: #3C3C3C;
  984. }
  985. .detailedLine {
  986. display: flex;
  987. padding: 16rpx 20rpx;
  988. justify-content: space-between;
  989. align-items: center;
  990. }
  991. .detailedImg {
  992. width: 120rpx;
  993. height: 120rpx;
  994. border-radius: 10rpx;
  995. }
  996. .detailedName {
  997. display: flex;
  998. align-items: center;
  999. }
  1000. .code {
  1001. font-size: 26rpx;
  1002. color: #333333;
  1003. font-weight: bold;
  1004. width: 180rpx
  1005. }
  1006. .old {
  1007. color: #999999;
  1008. font-weight: 400;
  1009. text-decoration: line-through;
  1010. }
  1011. .redPoint {
  1012. width: 10rpx;
  1013. height: 10rpx;
  1014. background: #FF0000;
  1015. border-radius: 10rpx;
  1016. margin-right: 10rpx;
  1017. }
  1018. .quanState {
  1019. font-size: 22rpx;
  1020. color: #F19D01;
  1021. padding: 0 10rpx;
  1022. border: 1rpx solid #F19D01;
  1023. border-radius: 4rpx;
  1024. margin-left: 20rpx;
  1025. }
  1026. .quanState2{
  1027. font-size: 22rpx;
  1028. color: #999999;
  1029. padding: 0 10rpx;
  1030. border: 1rpx solid #DDDDDD;
  1031. border-radius: 4rpx;
  1032. margin-left: 20rpx;
  1033. }
  1034. .information {
  1035. background: #FFFFFF;
  1036. border-radius: 10rpx;
  1037. margin: 20rpx 24rpx;
  1038. padding-bottom: 15rpx;
  1039. }
  1040. .informationLine {
  1041. display: flex;
  1042. padding: 15rpx 20rpx;
  1043. }
  1044. .informationLine2 {
  1045. display: flex;
  1046. justify-content: space-between;
  1047. font-size: 26rpx;
  1048. padding: 20rpx;
  1049. align-items: center;
  1050. padding-bottom: 0;
  1051. }
  1052. .salePrice {
  1053. padding-left: 20rpx;
  1054. padding-top: 15rpx;
  1055. font-size: 26rpx;
  1056. font-weight: 500;
  1057. color: #333333;
  1058. line-height: 45rpx;
  1059. }
  1060. .money {
  1061. background: #FFFFFF;
  1062. border-radius: 10rpx;
  1063. margin: 20rpx 24rpx;
  1064. display: flex;
  1065. justify-content: space-between;
  1066. font-size: 26rpx;
  1067. padding: 30rpx 20rpx;
  1068. }
  1069. .informationTxt {
  1070. width: 190rpx;
  1071. font-size: 26rpx;
  1072. color: #999999;
  1073. }
  1074. .line {
  1075. height: 20rpx;
  1076. background-color: #FFFFFF;
  1077. border-bottom: 1rpx solid #EEEEEE;
  1078. }
  1079. .goodsName {
  1080. width: 70%;
  1081. color: #333333;
  1082. font-size: 26rpx;
  1083. }
  1084. .huodong{
  1085. display: flex;
  1086. align-items: center;
  1087. }
  1088. .goodsName3{
  1089. color: #333333;
  1090. font-size: 26rpx;
  1091. }
  1092. .goodsName2{
  1093. padding: 20rpx 20rpx 15rpx;
  1094. color: #333333;
  1095. font-size: 26rpx;
  1096. }
  1097. .informationNum {
  1098. color: #333333;
  1099. font-size: 26rpx;
  1100. }
  1101. .codeCopy {
  1102. width: 77rpx;
  1103. height: 36rpx;
  1104. background: #F4F5F7;
  1105. border-radius: 22rpx;
  1106. font-size: 24rpx;
  1107. color: #333333;
  1108. text-align: center;
  1109. line-height: 33rpx;
  1110. padding: 0 15rpx;
  1111. margin-left: 20rpx;
  1112. }
  1113. .orderBottom {
  1114. width: 750rpx;
  1115. height: 98rpx;
  1116. background: #FFFFFF;
  1117. position: fixed;
  1118. left: 0;
  1119. bottom: 0;
  1120. display: flex;
  1121. justify-content: flex-end;
  1122. }
  1123. .bottom {
  1124. display: flex;
  1125. justify-content: flex-end;
  1126. padding: 20rpx;
  1127. background-color: #FFFFFF;
  1128. align-items: center;
  1129. height: 98rpx;
  1130. width: 100vw;
  1131. position: fixed;
  1132. bottom: 0rpx;
  1133. padding-bottom: constant(safe-area-inset-bottom);
  1134. padding-bottom: env(safe-area-inset-bottom);
  1135. }
  1136. .cancel {
  1137. color: #3C3C3C;
  1138. font-size: 28rpx;
  1139. width: 150rpx;
  1140. height: 56rpx;
  1141. border-radius: 36rpx;
  1142. border: 1rpx solid #DDDDDD;
  1143. text-align: center;
  1144. line-height: 56rpx;
  1145. margin-right: 40rpx;
  1146. }
  1147. .defer {
  1148. color: #D53533;
  1149. font-size: 28rpx;
  1150. width: 150rpx;
  1151. height: 56rpx;
  1152. border-radius: 36rpx;
  1153. border: 1rpx solid #D53533;
  1154. text-align: center;
  1155. line-height: 56rpx;
  1156. margin-right: 40rpx;
  1157. }
  1158. .itemBox {
  1159. margin: 20rpx;
  1160. border-radius: 10rpx;
  1161. border: 2rpx solid #EEEEEE;
  1162. }
  1163. .itemTop {
  1164. padding: 18rpx 20rpx;
  1165. padding-right: 0;
  1166. background-color: #FFEFD5;
  1167. display: flex;
  1168. justify-content: space-between;
  1169. align-content: center;
  1170. }
  1171. .topTitle {
  1172. width: 104rpx;
  1173. font-size: 26rpx;
  1174. color: #333333;
  1175. margin-right: 20rpx;
  1176. text-align: right;
  1177. }
  1178. .leftItem {
  1179. font-size: 26rpx;
  1180. color: #333333;
  1181. margin-right: 20rpx;
  1182. flex-grow: 1;
  1183. /* 隐藏文字显示 ...不换行 */
  1184. overflow: hidden;
  1185. text-overflow: ellipsis;
  1186. white-space: nowrap;
  1187. }
  1188. .itemContent {
  1189. padding: 20rpx;
  1190. padding-right: 0;
  1191. background-color: #FFFFFF;
  1192. display: flex;
  1193. justify-content: space-between;
  1194. align-content: center;
  1195. }
  1196. .maBox {
  1197. width: 100%;
  1198. height: 100vh;
  1199. background: rgba(0, 0, 0, 0.4);
  1200. position: fixed;
  1201. left: 0;
  1202. top: 0;
  1203. z-index: 9999;
  1204. }
  1205. .querenMa {
  1206. width: 578;
  1207. height: 640rpx;
  1208. background: #ffffff;
  1209. margin: 0 86rpx;
  1210. margin-top: 50%;
  1211. border-radius: 24rpx;
  1212. }
  1213. .maTop {
  1214. display: flex;
  1215. justify-content: space-between;
  1216. align-items: center;
  1217. padding: 30rpx 20rpx 15rpx;
  1218. }
  1219. .maTitle {
  1220. color: #666666;
  1221. font-size: 26rpx;
  1222. text-align: center;
  1223. padding-left: 100rpx;
  1224. }
  1225. .swiper{
  1226. width: 100%;
  1227. height: 85%;
  1228. background: #FFFFFF;
  1229. }
  1230. .swiper-item{
  1231. width: 100%;
  1232. height: 100%;
  1233. }
  1234. .maCode {
  1235. font-size: 30rpx;
  1236. font-weight: 500;
  1237. color: #333333;
  1238. line-height: 42rpx;
  1239. margin-bottom: 40rpx;
  1240. text-align: center;
  1241. }
  1242. .maBoximg {
  1243. width: 400rpx;
  1244. height: 400rpx;
  1245. margin-left: 86rpx;
  1246. }
  1247. .authorizBox{
  1248. width: 100vw;
  1249. height: 100vh;
  1250. background: rgba(0, 0, 0, 0.5);
  1251. position: fixed;
  1252. top: 0;
  1253. left: 0;
  1254. }
  1255. .authorizCont{
  1256. margin-top: 30vh;
  1257. width: 564rpx;
  1258. height: 408rpx;
  1259. background: #FFFFFF;
  1260. border-radius: 24rpx;
  1261. margin-left: 93rpx;
  1262. position: relative;
  1263. }
  1264. .authorizCloseImg{
  1265. width: 62rpx;
  1266. height: 62rpx;
  1267. }
  1268. .sqLogoBox{
  1269. width: 180rpx;
  1270. height: 180rpx;
  1271. background: #FFFFFF;
  1272. border-radius: 90rpx;
  1273. text-align: center;
  1274. position: absolute;
  1275. top: -50rpx;
  1276. left: 192rpx;
  1277. }
  1278. .authorizName{
  1279. color: #333333;
  1280. line-height: 42rpx;
  1281. font-size: 30rpx;
  1282. text-align: center;
  1283. padding-top: 58rpx;
  1284. }
  1285. .authorizMs{
  1286. color: #999999;
  1287. line-height: 36rpx;
  1288. font-size: 26rpx;
  1289. width: 452rpx;
  1290. padding-top: 24rpx;
  1291. text-align: center;
  1292. margin-left: 56rpx;
  1293. }
  1294. .authorizContbutton{
  1295. width: 422rpx;
  1296. height: 88rpx;
  1297. background: #D53533;
  1298. border-radius: 44rpx;
  1299. line-height: 88rpx;
  1300. text-align: center;
  1301. font-size:30rpx;
  1302. color: #FFFFFF;
  1303. margin-top: 62rpx;
  1304. margin-left:71rpx;
  1305. }
  1306. .shopBoxpt{
  1307. margin-top: 20rpx;
  1308. }
  1309. button::after{
  1310. border: none;
  1311. }
  1312. button{
  1313. position: relative;
  1314. display: block;
  1315. margin-left: 0;
  1316. margin-right: 0;
  1317. padding-left: 0px;
  1318. padding-right: 0px;
  1319. box-sizing: border-box;
  1320. // font-size: 18px;
  1321. text-align: center;
  1322. text-decoration: none;
  1323. // line-height: 1;
  1324. line-height: 1.35;
  1325. // border-radius: 5px;
  1326. -webkit-tap-highlight-color: transparent;
  1327. overflow: hidden;
  1328. color: #000000;
  1329. background-color: #fff;
  1330. height: 100%;
  1331. }
  1332. .tuikuanBox {
  1333. width: 100%;
  1334. height: 100vh;
  1335. background: rgba(0, 0, 0, 0.4);
  1336. position: fixed;
  1337. left: 0;
  1338. top: 0;
  1339. z-index: 999;
  1340. }
  1341. .tuikuan {
  1342. width: 638rpx;
  1343. height: 664rpx;
  1344. background: #ffffff;
  1345. margin: 0 36rpx;
  1346. margin-top: 50%;
  1347. border-radius: 24rpx;
  1348. padding: 30rpx 20rpx;
  1349. }
  1350. .tuiTop {
  1351. display: flex;
  1352. justify-content: space-between;
  1353. margin-bottom: 36rpx;
  1354. }
  1355. .tuiTitle {
  1356. width: 56rpx;
  1357. height: 40rpx;
  1358. font-size: 28rpx;
  1359. font-weight: 500;
  1360. color: #3C3C3C;
  1361. line-height: 40rpx;
  1362. }
  1363. .contLine {
  1364. display: flex;
  1365. justify-content: space-between;
  1366. font-size: 28rpx;
  1367. padding: 30rpx 0;
  1368. border-bottom: 1px solid #EEEEEE;
  1369. }
  1370. .contlineLeft {
  1371. color: #666666;
  1372. line-height: 40rpx;
  1373. align-items: center;
  1374. }
  1375. .star {
  1376. width: 14rpx;
  1377. height: 14rpx;
  1378. padding-bottom: 5rpx;
  1379. }
  1380. .carModel {
  1381. width: 350rpx;
  1382. text-align: left;
  1383. }
  1384. .noColor {
  1385. color: #CCCCCC;
  1386. }
  1387. .carModelRight {
  1388. display: flex;
  1389. justify-content: flex-start;
  1390. align-items: center;
  1391. }
  1392. .contlineRight {
  1393. color: #333333;
  1394. line-height: 40rpx;
  1395. width: 400rpx;
  1396. text-align: right;
  1397. }
  1398. .contlineRightInput {
  1399. color: #333333;
  1400. text-align: left;
  1401. font-size: 28rpx;
  1402. min-height: 182rpx;
  1403. width: 400rpx;
  1404. }
  1405. .contlineRightJt {
  1406. width: 30rpx;
  1407. height: 30rpx;
  1408. }
  1409. .tuiBtns {
  1410. display: flex;justify-content: space-around;
  1411. padding: 40rpx 20rpx 10rpx;
  1412. }
  1413. .btn {
  1414. width: 250rpx;
  1415. height: 70rpx;
  1416. background: #F4F5F7;
  1417. border-radius: 10rpx;
  1418. font-size: 28rpx;
  1419. font-weight: 500;
  1420. color: #3C3C3C;
  1421. line-height: 70rpx;
  1422. text-align: center;
  1423. }
  1424. .btn2 {
  1425. width: 250rpx;
  1426. height: 70rpx;
  1427. background: #3F90F7;
  1428. border-radius: 10rpx;
  1429. font-size: 28rpx;
  1430. font-weight: 500;
  1431. color: #FFFFFF;
  1432. line-height: 70rpx;
  1433. text-align: center;
  1434. }
  1435. .writeoffLine{
  1436. display: flex;justify-content: space-between;
  1437. color: #999999;font-size: 24rpx;
  1438. line-height: 33rpx;padding-top: 8rpx;
  1439. }
  1440. .writeoffLineBox{
  1441. padding: 0 20rpx;
  1442. }
  1443. .detailedLineBox .detailedLine{
  1444. padding-bottom: 0rpx;
  1445. }
  1446. .writeoffXx .informationNum{
  1447. width: 500rpx;
  1448. }
  1449. .detailedLineBox{
  1450. padding-bottom: 10rpx;
  1451. }
  1452. </style>