rescueOrderOrderDetail.vue 37 KB

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