rescueOrderOrderDetail.vue 37 KB

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