order.vue 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712
  1. <template>
  2. <view class="order" v-if="showData.no != ''">
  3. <!-- #ifdef H5 -->
  4. <u-navbar
  5. back-text=" "
  6. :custom-back="goBack"
  7. title=""
  8. :border-bottom="false"
  9. :background="{ backgroundColor: '#d52e4c' }"
  10. back-icon-color="#fff"
  11. title-color="#fff"
  12. ></u-navbar>
  13. <!-- #endif -->
  14. <!-- <u-toast ref="uToast" /> -->
  15. <u-toast ref="uToast"></u-toast>
  16. <u-modal
  17. v-model="showModal"
  18. content="正在排队付款中..."
  19. confirm-color="#d52e4c"
  20. ></u-modal>
  21. <view class="page">
  22. <view class="layer">
  23. <view class="layerBox">
  24. <view class="header">
  25. <view class="section2">
  26. <text class="txt2">{{ showData.no }}</text>
  27. <view class="copy" v-if="chanId != 'lh'" @tap="copeHideMet()">
  28. <text class="info1">{{ configAll.copy_btn_title }}</text>
  29. </view>
  30. <text class="word1"
  31. >{{ showData.province }}&nbsp;{{ showData.city }}&nbsp;{{
  32. showData.is_private ? "虚拟运营商" : ""
  33. }}({{ showData.brand }}){{ showData.network }}</text
  34. >
  35. <!-- 公告 -->
  36. <view class="notice_bg">
  37. <image class="icon" src="../../static/img/hornRed.png"></image>
  38. <view class="noticeHide"></view>
  39. <swiper
  40. autoplay="true"
  41. catchtouchmove="stopTouchMove"
  42. display-multiple-items="1"
  43. vertical="true"
  44. circular
  45. interval="2000"
  46. class="bar-swiper"
  47. >
  48. <swiper-item class="swiper-item">
  49. <!-- <view class="circle"></view> -->
  50. <view class="item_box">
  51. 有{{ randNum }}人 正在浏览此号码,请尽快购买!
  52. </view>
  53. </swiper-item>
  54. </swiper>
  55. </view>
  56. </view>
  57. </view>
  58. <!-- 优惠专区倒计时 -->
  59. <!-- -->
  60. <view class="Limited" v-if="showData.is_activity != 0">
  61. <text>限时:</text><text>¥{{ showData.amount }}</text
  62. ><text class="text">剩余</text>
  63. <text v-for="(tim, index) in countdown" :key="index">
  64. {{ tim }}
  65. </text>
  66. </view>
  67. <view class="price">
  68. <view class="priceCon">
  69. <view class="priceNum">
  70. <view class="li">
  71. <view class="name"> 活动价 </view>
  72. <view class="numbers" v-if="showData.is_activity == 0">
  73. ¥{{ showData.amount_base }}
  74. </view>
  75. <view class="numbers" v-else>
  76. ¥{{ showData.amount_kill }}
  77. </view>
  78. </view>
  79. <view class="li">
  80. <view class="name"> 原价 </view>
  81. <view class="numbers">
  82. ¥{{ showData.amount_original }}
  83. </view>
  84. </view>
  85. <view class="li">
  86. <view class="name"> 预充 </view>
  87. <view class="numbers"> ¥{{ showData.amount_charge }} </view>
  88. </view>
  89. </view>
  90. <view class="orderTit">套餐说明</view>
  91. <text lines="1" class="infoBox1">{{ showData.month_fee_limit != '0' ? '低消:' + showData.month_fee_limit+'元,':'' }}{{ showData.month_limit != '0' ? '合约:' + showData.month_limit + '月,':'' }}{{
  92. showData.info.describe
  93. }}</text>
  94. </view>
  95. </view>
  96. <div
  97. class="redBox"
  98. v-if="configAll.disable_send_province.length != 0 && chanId != 'lh'"
  99. >
  100. 因政策原因
  101. <text
  102. v-for="(item, index) in configAll.disable_send_province"
  103. :key="index"
  104. >
  105. {{ item.name | areaName }} </text
  106. >不发货
  107. </div>
  108. <view class="form" v-if="chanId != 'lh'">
  109. <view class="orderTit">订单信息 <text></text></view>
  110. <view class="formInput">
  111. <u-form :model="form" label-width="160">
  112. <u-form-item label="姓名">
  113. <input
  114. v-model="form.name"
  115. placeholder-style="font-size:28rpx;"
  116. :clearable="false"
  117. placeholder="请输入真实姓名(已加密)"
  118. />
  119. </u-form-item>
  120. <u-form-item label="手机号">
  121. <!-- -->
  122. <view class="sendSMS" v-if="configAll.system_sms_open">
  123. <view>
  124. <input
  125. type="number"
  126. maxlength="11"
  127. v-model="form.phone"
  128. placeholder-style="font-size:28rpx;"
  129. :clearable="false"
  130. placeholder="请输入手机号(已加密)"
  131. />
  132. </view>
  133. <view class="sms">
  134. <u-verification-code
  135. :seconds="seconds"
  136. start-text="验证码"
  137. @end="end"
  138. @start="start"
  139. ref="uCode"
  140. @change="codeChange"
  141. ></u-verification-code>
  142. <view class="tips" @tap="getCode">{{ tips }}</view>
  143. </view>
  144. </view>
  145. <!-- -->
  146. <input
  147. v-if="!configAll.system_sms_open"
  148. type="number"
  149. maxlength="11"
  150. v-model="form.phone"
  151. placeholder-style="font-size:28rpx;"
  152. :clearable="false"
  153. placeholder="收货人手机号码(已加密)"
  154. />
  155. </u-form-item>
  156. <u-form-item label="验证码" v-if="configAll.system_sms_open">
  157. <input
  158. maxlength="4"
  159. v-model="form.sms_code"
  160. placeholder-style="font-size:28rpx;"
  161. :clearable="false"
  162. placeholder="请输入验证码"
  163. />
  164. </u-form-item>
  165. <u-form-item
  166. label="身份证号"
  167. v-if="configAll.system_id_form_open != 0"
  168. >
  169. <input
  170. v-model="form.id_no"
  171. placeholder-style="font-size:28rpx;"
  172. :clearable="false"
  173. placeholder="请输入身份证号(已加密)"
  174. />
  175. </u-form-item>
  176. <u-form-item label="城市">
  177. <!-- <input v-model="" /> -->
  178. <view class="county" @tap="countyHide = !countyHide">
  179. {{ countyName }}
  180. </view>
  181. <!-- 快手小程序 出现异常抖动更换 -->
  182. <!-- <u-select v-model="countyHide" :defaultValue='countyIndex' mode="mutil-column-auto" lchild-name="children" :list="selector" @confirm="confirm"></u-select> -->
  183. <w-picker
  184. :visible.sync="countyHide"
  185. mode="region"
  186. :value="countyIndex"
  187. default-type="value"
  188. :hide-area="false"
  189. @confirm="onConfirm($event, 'region')"
  190. @cancel="onCancel"
  191. ref="region"
  192. ></w-picker>
  193. </u-form-item>
  194. <u-form-item label="详细地址">
  195. <input
  196. v-model="form.address"
  197. placeholder-style="font-size:28rpx;"
  198. :clearable="false"
  199. placeholder="请输入街道/镇+村/小区+门牌号 "
  200. />
  201. </u-form-item>
  202. <u-form-item label="备注信息" class="remark">
  203. <input
  204. v-model="form.remark"
  205. placeholder-style="font-size:28rpx;"
  206. :clearable="false"
  207. placeholder="请输入备注信息(已加密)"
  208. />
  209. </u-form-item>
  210. </u-form>
  211. </view>
  212. <view class="ImageText1">
  213. <u-checkbox-group @change="checkboxGroupChange">
  214. <u-checkbox
  215. v-model="checked"
  216. name="item.name"
  217. active-color="#DC3E48"
  218. ><view class="text"
  219. >我已阅读并同意<text @tap.stop="agreement_show_one = true"
  220. >《入网许可证》</text
  221. ><text @tap.stop="agreement_show_two = true"
  222. >《个人信息收集证明》</text
  223. >
  224. </view></u-checkbox
  225. >
  226. </u-checkbox-group>
  227. </view>
  228. <view v-if="mixin_type == 'H5'">
  229. <view class="orderTit">支付方式</view>
  230. <view class="pay">
  231. <radio-group @change="radioChange">
  232. <view class="li" @click="radioChange(2, 1)">
  233. <image src="../../static/img/zfv.png" mode=""></image>
  234. <text>支付宝</text>
  235. <radio
  236. value="2"
  237. style="float: right"
  238. color="#DC3E48"
  239. :checked="payType == 2"
  240. />
  241. </view>
  242. <view class="li" @click="radioChange(1, 1)">
  243. <image src="../../static/img/wx.png" mode=""></image>
  244. <text>微信</text>
  245. <radio
  246. value="1"
  247. style="float: right"
  248. color="#DC3E48"
  249. :checked="payType == 1"
  250. />
  251. </view>
  252. </radio-group>
  253. </view>
  254. </view>
  255. </view>
  256. <view class="guide">
  257. <view class="guideCon">
  258. <image
  259. :src="configAll.beauti_no_detail_bg"
  260. mode="widthFix"
  261. ></image>
  262. <view
  263. class="p"
  264. style="width: 703rpx; margin: 30rpx auto"
  265. v-html="configAll.beauti_no_detail_text"
  266. >
  267. </view>
  268. </view>
  269. </view>
  270. <view class="section18" v-if="chanId != 'lh'">
  271. <view class="box4">
  272. <text lines="1" class="word12">¥{{ showData.amount }}</text>
  273. <!-- <text lines="1" class="word12">¥{{showData.is_activity == 0 ? showData.amount_base : showData.amount_kill}}</text> -->
  274. <text lines="1" class="info8" @tap="apply()">确认支付</text>
  275. </view>
  276. </view>
  277. </view>
  278. </view>
  279. </view>
  280. <u-popup v-model="agreement_show_one" border-radius="20" mode="center">
  281. <view class="agreement">
  282. <image
  283. src="/static/img/up.png"
  284. class="label2"
  285. @tap="agreement_show_one = false"
  286. ></image>
  287. <view class="title"> 入网许可证 </view>
  288. <scroll-view scroll-y="true" style="height: 680rpx">
  289. <view v-html="agreement1"> </view>
  290. <!-- <view>
  291. <rich-text :nodes="agreement1"> </rich-text>
  292. </view> -->
  293. </scroll-view>
  294. <view class="btn" @tap="agreement_show_one = false"> 确认 </view>
  295. </view>
  296. </u-popup>
  297. <u-popup v-model="copeHide" border-radius="20" mode="center">
  298. <view class="agreement copeHide">
  299. <image
  300. src="/static/img/up.png"
  301. class="label2"
  302. @tap="copeHide = false"
  303. ></image>
  304. <view class="title"> 申请优惠 </view>
  305. <scroll-view scroll-y="true" style="height: 280rpx">
  306. <view class="copyText">{{ showData.copy_word }}</view>
  307. <rich-text :nodes="click_pop_content_Text"> </rich-text>
  308. </scroll-view>
  309. <view class="btn" @tap="copyNumHandle()"> 复制 </view>
  310. </view>
  311. </u-popup>
  312. <u-popup v-model="agreement_show_two" border-radius="20" mode="center">
  313. <view class="agreement">
  314. <view>
  315. <image
  316. src="/static/img/up.png"
  317. class="label2"
  318. @tap="agreement_show_two = false"
  319. ></image>
  320. <view class="title"> 个人信息收集说明 </view>
  321. <scroll-view scroll-y="true" style="height: 680rpx">
  322. <view v-html="agreement2"> </view>
  323. <!-- <view>
  324. <rich-text :nodes="agreement2"> </rich-text>
  325. </view> -->
  326. </scroll-view>
  327. <view class="btn" @tap="agreement_show_two = false"> 确认 </view>
  328. </view>
  329. </view>
  330. </u-popup>
  331. <view class="popupBox">
  332. <view class="maskName" v-if="login_show"></view>
  333. <view class="newForm" v-if="login_show">
  334. <view class="alertContent">
  335. <view class="title">温馨提示</view>
  336. <view class="content">{{ login_content }}</view>
  337. <view
  338. class="u-flex u-col-center u-row-center btn"
  339. style="border-top: 1px solid #ececec"
  340. >
  341. <text style="border-right: 1px solid #ececec" @tap="login_cancel"
  342. >取消</text
  343. >
  344. <text
  345. style="color: #d52e4c"
  346. v-if="mixin_type == 'TOUTIAO'"
  347. @tap="userLogin"
  348. >确认</text
  349. >
  350. <button
  351. v-else
  352. style="
  353. box-shadow: none;
  354. background: transparent;
  355. box-sizing: border-box;
  356. width: 50%;
  357. border: 0px solid #f3f3f3;
  358. color: #d52e4c;
  359. "
  360. type="default"
  361. open-type="getPhoneNumber"
  362. @getphonenumber="decryptPhoneNumber"
  363. >
  364. 确认
  365. </button>
  366. </view>
  367. </view>
  368. </view>
  369. </view>
  370. </view>
  371. </template>
  372. <script>
  373. import wPicker from "@/components/w-picker/w-picker.vue";
  374. // import mixin1 from "@/util/mixin1.js";
  375. import http from "@/https/request.js"
  376. import { isString } from "util"
  377. var unpackTimeId = null;
  378. var total_micro_second = 0; // 总毫秒数
  379. export default {
  380. // mixins: [mixin1],
  381. data() {
  382. return {
  383. // countdown:[],
  384. countdown: ["", "时", "00", "分", "00", "秒", "00"],
  385. form: {
  386. name: "", //姓名
  387. phone: "", //手机号
  388. sms_code: "", // 验证码
  389. id_no: "", //身份号码,
  390. county: "", //城市ID,区县id
  391. address: "", //详细地址
  392. remark: "", //备注
  393. mobile_id: "",
  394. pay_type: 5,
  395. return_url: "",
  396. clickid: "",
  397. },
  398. payType: 2, // H5 支付方式
  399. copeHide: false, // 复制
  400. showData: {
  401. id: 305467,
  402. status: 0,
  403. logo: null,
  404. name: null,
  405. brand: "中国联通",
  406. no: "",
  407. type: 1,
  408. network: "中国联通",
  409. proxy_id: 25,
  410. city_id: 1708,
  411. city: "济源",
  412. province_id: 1532,
  413. province: "河南",
  414. amount_exists: "0",
  415. amount_original: "428",
  416. amount_base: "214",
  417. amount_charge: "0",
  418. amount_di: "0",
  419. amount_proxy: "0.00",
  420. amount_kill: "181",
  421. amount: "181",
  422. create_time: 1657163139,
  423. update_time: 1663225699,
  424. top_time: 0,
  425. rec_time: 0,
  426. summary: null,
  427. is_activity: 1,
  428. activity_time_end: 1663228544,
  429. sort: 1870,
  430. sort_line: -1663225699,
  431. remark: "",
  432. remark_me: "",
  433. hold_chan: 0,
  434. hold_user: 0,
  435. admin_id: 1,
  436. activity_time: 1663225699,
  437. stock_num: 0,
  438. batch_no: "",
  439. is_offer: 0,
  440. month_limit:"0",
  441. month_fee_limit:"0",
  442. amount_charge:"0",
  443. info: {
  444. id: 305466,
  445. mobile_id: 305467,
  446. free_app: [],
  447. describe:
  448. "前半年月租减免,优惠后90/月,30g+500分钟,3年内月保底消费60",
  449. content: null,
  450. flow_year: 0,
  451. fee: "",
  452. first_month_free: 0,
  453. flow_free_limit: 0,
  454. flow_images: [],
  455. },
  456. saled: 0,
  457. is_private: false,
  458. view_count: 8,
  459. copy_word: "河南 济源 0510 aaa 1133 请美女主播优惠一下",
  460. }, //手机号详情
  461. timestamp: 600,
  462. countyName: "城市名称",
  463. countyHide: false,
  464. countyIndex: [14, 12, 0], //城市弹窗下标
  465. selector: [],
  466. checked: true,
  467. tips: "",
  468. seconds: 60, //倒计时秒数
  469. agreement1: "", // 入网许可协议
  470. agreement2: "", // 个人信息收集证明
  471. agreement_show_one: false, //入网许可协议开关
  472. agreement_show_two: false, //个人信息收集证明开关
  473. click_pop_content_Text: "",
  474. applyType: true, //防止多次点击
  475. showModal: false, //订单排队提示
  476. randNum: 1,
  477. };
  478. },
  479. components: {
  480. wPicker,
  481. },
  482. filters: {
  483. areaName(val) {
  484. return val
  485. .replace("省", "")
  486. .replace("特别行政区", "")
  487. .replace("壮族自治区", "")
  488. .replace("回族自治区", "")
  489. .replace("维吾尔自治区", "")
  490. .replace("自治区", "");
  491. },
  492. },
  493. onLoad(option) {
  494. if (option.chanId) {
  495. uni.setStorageSync("chanId", option.chanId);
  496. this.chanId = option.chanId;
  497. } else {
  498. uni.removeStorageSync("chanId");
  499. }
  500. let this_ = this;
  501. if (option.id) {
  502. this.form.mobile_id = option.id;
  503. this.show();
  504. }
  505. // 测试
  506. let currentTime = 1647065671;
  507. let startTime = 1647069271;
  508. // this.isDiffTime(currentTime, startTime);
  509. this.randNum = this.random(3, 10);
  510. },
  511. onShow() {
  512. this.area_tree();
  513. this.agreement();
  514. },
  515. methods: {
  516. goBack() {
  517. if (getCurrentPages().length == 1) {
  518. return;
  519. } else {
  520. let chanid = uni.getStorageSync("chanId")
  521. ? uni.getStorageSync("chanId")
  522. : "";
  523. // uni.redirectTo({
  524. // url:'/pages/index/index?chanId='+chanid
  525. // })
  526. uni.navigateBack();
  527. }
  528. },
  529. random(min, max) {
  530. return Math.floor(Math.random() * (max - min)) + min;
  531. },
  532. // H5 支付方式选择
  533. radioChange(e, type) {
  534. if (type) {
  535. console.log(e);
  536. this.payType = e;
  537. } else {
  538. console.log(e.detail.value);
  539. this.payType = e.detail.value;
  540. }
  541. },
  542. onConfirm(res) {
  543. console.log(res);
  544. this.form.county = res.value[2];
  545. this.countyName = res.result;
  546. this.countyIndex = res.value;
  547. },
  548. onCancel() {},
  549. /**
  550. * @param {Object} current 当前时间
  551. * @param {Object} start 开奖时间
  552. */
  553. isDiffTime(current, start) {
  554. let diffTime = start - current;
  555. // 抽奖中: 活动开奖时间 < 当前时间
  556. if (start < current) {
  557. this.activityInfo.flagLottery = 1;
  558. return;
  559. }
  560. // 活动开始倒计时 【秒转为毫秒】
  561. total_micro_second = diffTime * 1000;
  562. // 开奖倒计时
  563. this.unpackCountDown();
  564. },
  565. /**
  566. * 开奖倒计时
  567. * 注意:毫秒时间频率,这里以100ms的频率
  568. */
  569. unpackCountDown() {
  570. // 格式化时间、渲染数据
  571. this.dateFormat(total_micro_second);
  572. unpackTimeId = setInterval(() => {
  573. total_micro_second -= 100;
  574. // 倒计时结束
  575. if (total_micro_second == 0) {
  576. clearInterval(unpackTimeId);
  577. unpackTimeId = null;
  578. this.show();
  579. return;
  580. }
  581. if (total_micro_second < 0) {
  582. clearInterval(unpackTimeId);
  583. unpackTimeId = null;
  584. return;
  585. }
  586. // 格式化时间
  587. this.dateFormat(total_micro_second);
  588. }, 100);
  589. },
  590. /**
  591. * 格式化时间、处理数据
  592. * 根据需要封装方法
  593. */
  594. dateFormat(micro_second) {
  595. // 总秒数
  596. var second = Math.floor(micro_second / 1000);
  597. var day = Math.floor(second / 3600 / 24); // 天数
  598. var hr = Math.floor(second / 3600); // 总小时
  599. // var hrDay = hr % 24; // 小时位
  600. var min = Math.floor((second - hr * 3600) / 60); // 分
  601. var sec = second - hr * 3600 - min * 60; // 秒
  602. var micro_sec = Math.floor((micro_second % 1000) / 10); // 毫秒,保留2位
  603. this.countdown = [
  604. this.formatNumber(hr),
  605. "时",
  606. this.formatNumber(min),
  607. "分",
  608. this.formatNumber(sec),
  609. "秒",
  610. this.formatNumber(micro_sec),
  611. ];
  612. },
  613. formatNumber(n) {
  614. n = n.toString();
  615. return n[1] ? n : `0${n}`;
  616. },
  617. copeHideMet() {
  618. this.copeHide = true;
  619. this.click_pop_content_Text = this.configAll.click_pop_content.replace(
  620. new RegExp("\r\n", "g"),
  621. "<br/>"
  622. );
  623. // console.log(this.click_pop_content_Text)
  624. },
  625. // 协议
  626. agreement() {
  627. // 入网许可协议
  628. this.$http.agreement({ id: 1 }).then((res) => {
  629. if (res.data.code == 1) {
  630. // console.log(res.data.data)
  631. this.agreement1 = res.data.data;
  632. }
  633. });
  634. // 个人信息收集证明
  635. this.$http.agreement({ id: 2 }).then((res) => {
  636. if (res.data.code == 1) {
  637. this.agreement2 = res.data.data;
  638. }
  639. });
  640. },
  641. // 复制
  642. copyNumHandle() {
  643. this.copeHide = false;
  644. let this_ = this;
  645. uni.setClipboardData({
  646. data: this.showData.copy_word, // data的值为你要复制的内容
  647. success: (res) => {
  648. uni.showToast({
  649. title: "复制成功",
  650. duration: 1000,
  651. icon: "none",
  652. });
  653. setTimeout(function () {
  654. this_.$http
  655. .take({ id: this_.showData.id, chanId: this_.showData.chanId })
  656. .then((res) => {
  657. console.log(res);
  658. if (res.data.code == 1) {
  659. }
  660. });
  661. }, 1000);
  662. },
  663. });
  664. },
  665. // 号码详情界面
  666. show() {
  667. uni.showLoading({
  668. title: "加载中",
  669. });
  670. this.$http
  671. .show({ id: this.form.mobile_id })
  672. .then((res) => {
  673. if (res.data.code == 1) {
  674. console.log(res.data.data);
  675. this.showData = res.data.data;
  676. // 优惠倒计时
  677. console.log(this.showData.activity_time_end);
  678. console.log(Math.floor(new Date().getTime() / 1000));
  679. this.isDiffTime(
  680. Math.floor(new Date().getTime() / 1000),
  681. this.showData.activity_time_end
  682. );
  683. // this.timestamp=Math.floor((*1000 - n)/1000)
  684. console.log(this.timestamp);
  685. this.$refs.uCountDown.start();
  686. uni.hideLoading();
  687. }
  688. })
  689. .catch((err) => {
  690. uni.hideLoading();
  691. });
  692. },
  693. submit() {
  694. this.$refs.uForm.validate((valid) => {
  695. if (valid) {
  696. console.log("验证通过");
  697. } else {
  698. console.log("验证失败");
  699. }
  700. });
  701. },
  702. // 城市选择id锁定
  703. confirm(e) {
  704. console.log(e);
  705. this.form.county = e[2].value;
  706. this.countyName = e[0].label + e[1].label + e[2].label;
  707. },
  708. checkboxGroupChange(e) {
  709. console.log(e);
  710. },
  711. codeChange(text) {
  712. this.tips = text;
  713. },
  714. // 区域内容
  715. area_tree() {
  716. this.$http.area_tree().then((res) => {
  717. if (res.data.code === 1) {
  718. this.selector = res.data.data;
  719. console.log(this.selector);
  720. this.loca();
  721. }
  722. });
  723. },
  724. apply() {
  725. console.log(this.mixin_type + "来源");
  726. if (!this.checked) {
  727. this.$refs.uToast.show({
  728. title: '请认真阅读"入网许可证"和"个人信息手机证明"',
  729. type: "error ",
  730. });
  731. return;
  732. }
  733. if (this.form.name == "") {
  734. this.$refs.uToast.show({
  735. title: "请输入姓名",
  736. type: "error ",
  737. });
  738. return;
  739. }
  740. if (!this.$check.checkName(this.form.name)) {
  741. this.$refs.uToast.show({
  742. title: "请输入正确的格式",
  743. type: "error ",
  744. });
  745. return;
  746. }
  747. if (this.form.phone == "") {
  748. this.$refs.uToast.show({
  749. title: "请输入手机号",
  750. type: "error ",
  751. });
  752. return;
  753. }
  754. if (!this.$check.checkMobile(this.form.phone)) {
  755. this.$refs.uToast.show({
  756. title: "请输入正确手机号的格式",
  757. type: "error ",
  758. });
  759. return;
  760. }
  761. if (this.form.sms_code == "" && this.configAll.system_sms_open) {
  762. this.$refs.uToast.show({
  763. title: "请输入验证码",
  764. type: "error ",
  765. });
  766. return;
  767. }
  768. if (this.form.id_no == "" && this.configAll.system_id_form_open != 0) {
  769. this.$refs.uToast.show({
  770. title: "请输入身份证号",
  771. type: "error ",
  772. });
  773. return;
  774. }
  775. if (
  776. !this.$check.IdName(this.form.id_no) &&
  777. this.configAll.system_id_form_open != 0
  778. ) {
  779. this.$refs.uToast.show({
  780. title: "请输入正确的身份证",
  781. type: "error ",
  782. });
  783. return;
  784. }
  785. if (this.form.address == "") {
  786. this.$refs.uToast.show({
  787. title: "请输入地址",
  788. type: "error ",
  789. });
  790. return;
  791. }
  792. // this.$refs.uToast.show({
  793. // title: '登录成功',
  794. // type: 'error ',
  795. // })
  796. // this.$http.check({mobile:this.form.phone,event:'order',captcha:this.form.sms_code})
  797. // .then(res=>{
  798. // console.log(res)
  799. // })
  800. if (this.applyType) {
  801. this.applyType = false;
  802. //#ifdef MP-TOUTIAO
  803. this.form.pay_type = 6;
  804. //#endif
  805. // 是否是H5支付
  806. if (this.mixin_type == "H5") {
  807. this.form.pay_type = this.payType;
  808. }
  809. //#ifdef H5
  810. const res = window.location.href;
  811. if (res.indexOf("?") === -1) return;
  812. const URL = res.split("?")[1];
  813. let obj = {}; // 声明参数对象
  814. let arr = URL.split("&");
  815. for (let i = 0; i < arr.length; i++) {
  816. let arrNew = arr[i].split("=");
  817. obj[arrNew[0]] = arrNew[1];
  818. }
  819. this.form.return_url = "https://mmlh.vip/build/#/";
  820. this.form.clickid = obj.clickid;
  821. //#endif
  822. this.$http.apply(this.form).then((res) => {
  823. //#ifdef H5
  824. let this_ = this;
  825. _baq.track("form", {
  826. assets_id: this_.$assets_id,
  827. product_name: this_.showData.name,
  828. product_price: this_.showData.amount,
  829. });
  830. //#endif
  831. console.log(res);
  832. this.applyType = true;
  833. if (res.data.code == 1) {
  834. // 是否是H5支付
  835. if (this.mixin_type == "H5") {
  836. // console.log(r)
  837. // #ifdef H5
  838. console.log(res.data.data.pay_url);
  839. uni.setStorageSync("LH_H5_PHONE", this.form.phone);
  840. window.location.href = res.data.data.pay_url;
  841. // #endif
  842. } else {
  843. // 快手,抖音 小程序调用支付
  844. uni.setStorage({
  845. key: "PHONE",
  846. data: this.form.phone,
  847. });
  848. this.pay(res.data.data);
  849. }
  850. } else {
  851. if (res.data.msg === "该号码已售或不存在") {
  852. this.showModal = true;
  853. } else {
  854. this.$refs.uToast.show({
  855. title: res.data.msg,
  856. type: "error ",
  857. });
  858. }
  859. }
  860. });
  861. }
  862. },
  863. //调用支付
  864. pay(val) {
  865. let this_ = this;
  866. uni.getProvider({
  867. service: "oauth",
  868. success: function (res) {
  869. console.log(res.provider);
  870. console.log(this_.mixin_type + "来源");
  871. if (this_.mixin_type != "TOUTIAO") {
  872. ks.pay({
  873. serviceId: "1",
  874. orderInfo: val.res,
  875. success(res) {
  876. this_.$refs.uToast.show({
  877. title: "支付成功",
  878. type: "success ",
  879. });
  880. uni.navigateTo({
  881. url: "/pageA/orderSuccess/orderSuccess?id=" + val.id,
  882. });
  883. },
  884. fail(e) {
  885. console.log(e.errMsg + "fail");
  886. if (e.errMsg == "pay:fail request payment cancel") {
  887. this_.$refs.uToast.show({
  888. title: "支付取消",
  889. type: "error ",
  890. });
  891. } else {
  892. this_.$refs.uToast.show({
  893. title: "支付失败",
  894. type: "error ",
  895. });
  896. }
  897. },
  898. });
  899. } else {
  900. // 抖音支付
  901. // uni.requestPayment({
  902. // provider: res.provider[0],
  903. // orderInfo: val.res,
  904. // service: 5,
  905. // getOrderStatus: (res) =>
  906. // new Promise((resolve, reject) => {
  907. // console.log(res);
  908. // resolve(res);
  909. // }),
  910. // success(res) {
  911. // console.log(res);
  912. // // 支付成功
  913. // if (res.code == 0) {
  914. // this_.$refs.uToast.show({
  915. // title: "支付成功",
  916. // type: "success ",
  917. // });
  918. // uni.navigateTo({
  919. // url: "/pageA/orderSuccess/orderSuccess?id=" + val.id,
  920. // });
  921. // } else if (res.code == 4) {
  922. // this_.$refs.uToast.show({
  923. // title: "支付取消",
  924. // type: "error ",
  925. // });
  926. // } else if (res.code == 1) {
  927. // this_.$refs.uToast.show({
  928. // title: "支付超时",
  929. // type: "error ",
  930. // });
  931. // } else if (res.code == 2) {
  932. // this_.$refs.uToast.show({
  933. // title: "支付失败",
  934. // type: "error ",
  935. // });
  936. // } else if (res.code == 3) {
  937. // this_.$refs.uToast.show({
  938. // title: "支付关闭 ",
  939. // type: "error ",
  940. // });
  941. // } else {
  942. // }
  943. // },
  944. // fail(e) {
  945. // console.log(e);
  946. // },
  947. // });
  948. tt.requestOrder({
  949. data: val.data,
  950. byteAuthorization: val.byteAuthorization,
  951. success({ orderId }) {
  952. tt.getOrderPayment({
  953. orderId,
  954. success(res) {
  955. this_.$refs.uToast.show({
  956. title: "支付成功",
  957. type: "success ",
  958. });
  959. uni.navigateTo({
  960. url: "/pageA/orderSuccess/orderSuccess?id=" + val.id,
  961. });
  962. },
  963. fail(err) {
  964. console.log(err, "err");
  965. if (err.errMsg == "pay:fail request payment cancel") {
  966. this_.$refs.uToast.show({
  967. title: "支付取消",
  968. type: "error ",
  969. });
  970. } else {
  971. this_.$refs.uToast.show({
  972. title: "支付失败",
  973. type: "error ",
  974. });
  975. }
  976. },
  977. });
  978. },
  979. });
  980. }
  981. },
  982. });
  983. },
  984. // 获取短信
  985. getCode() {
  986. if (this.$refs.uCode.canGetCode) {
  987. if (this.form.phone == "") {
  988. this.$refs.uToast.show({
  989. title: "请输入手机号",
  990. type: "error ",
  991. });
  992. return;
  993. }
  994. if (!this.$check.checkMobile(this.form.phone)) {
  995. this.$refs.uToast.show({
  996. title: "请输入正确手机号的格式",
  997. type: "error ",
  998. });
  999. return;
  1000. }
  1001. // this.$u.toast('验证码已发送');
  1002. // this.$refs.uCode.start();
  1003. this.$http
  1004. .send({ mobile: this.form.phone, event: "order" })
  1005. .then((res) => {
  1006. if (res.data.code == 1) {
  1007. this.$u.toast("验证码已发送");
  1008. this.$refs.uCode.start();
  1009. } else {
  1010. this.$refs.uToast.show({
  1011. title: res.data.msg,
  1012. type: "error ",
  1013. });
  1014. }
  1015. });
  1016. } else {
  1017. this.$u.toast("倒计时结束后再发送");
  1018. }
  1019. },
  1020. end() {
  1021. this.$u.toast("倒计时结束");
  1022. },
  1023. start() {
  1024. this.$u.toast("倒计时开始");
  1025. },
  1026. // 禁止滑动
  1027. stopTouchMove() {
  1028. return false;
  1029. },
  1030. // 获取本地经纬度
  1031. loca() {
  1032. let this_ = this;
  1033. if (this.mixin_type != "TOUTIAO" && this.mixin_type != "H5") {
  1034. ks.authorize({
  1035. scope: "scope.userLocation",
  1036. success() {
  1037. uni.getLocation({
  1038. type: "wgs84",
  1039. success: function (res) {
  1040. console.log(res);
  1041. console.log("当前位置的经度:" + res.longitude);
  1042. console.log("当前位置的纬度:" + res.latitude);
  1043. this_.loAcquire(res.longitude, res.latitude);
  1044. },
  1045. });
  1046. },
  1047. });
  1048. } else if (this_.mixin_type == "H5") {
  1049. this_
  1050. .jsonp("https://apis.map.qq.com/ws/location/v1/ip", {
  1051. key: "O7NBZ-PTTCG-OEPQF-I6MTS-YEKCJ-OCFVO",
  1052. output: "jsonp",
  1053. })
  1054. .then((res) => {
  1055. console.log(res.result.ad_info);
  1056. let adInfo = res.result.ad_info;
  1057. this_.cityId(adInfo.province, adInfo.city, adInfo.district);
  1058. });
  1059. } else {
  1060. uni.getLocation({
  1061. type: "gcj02",
  1062. highAccuracyExpireTime: 100,
  1063. success: function (res) {
  1064. console.log("当前位置的经度:" + res.longitude);
  1065. console.log("当前位置的纬度:" + res.latitude);
  1066. this_.loAcquire(res.longitude, res.latitude);
  1067. },
  1068. });
  1069. }
  1070. },
  1071. // 根据经纬度查询城市
  1072. loAcquire(longitude, latitude) {
  1073. let this_ = this;
  1074. http('https://restapi.amap.com/v3/geocode/regeo',"GET",{
  1075. key: "08dceab59cbce678d07e89924e376f53",
  1076. location: longitude + ',' + latitude,
  1077. output: "JSON"
  1078. })
  1079. .then(res=>{
  1080. console.log('amap')
  1081. console.log(res)
  1082. if(res.statusCode == 200){
  1083. if(res.data.status == 1){
  1084. console.log({
  1085. province:res.data.regeocode.addressComponent.province,
  1086. city:res.data.regeocode.addressComponent.city,
  1087. district:res.data.regeocode.addressComponent.district,
  1088. });
  1089. let province = res.data.regeocode.addressComponent.province;
  1090. let city = res.data.regeocode.addressComponent.city;
  1091. let district = res.data.regeocode.addressComponent.district;
  1092. if(!isString(city)){
  1093. city = province;
  1094. }
  1095. uni.setStorage({
  1096. key: 'address',
  1097. data: JSON.stringify({
  1098. district:district,
  1099. city:city,
  1100. province:province,
  1101. })
  1102. });
  1103. this_.cityId(province,city,district);
  1104. }
  1105. }
  1106. })
  1107. // let this_ = this;
  1108. // this.myAmapFun.reverseGeocoder({
  1109. // location: {
  1110. // latitude: latitude,
  1111. // longitude: longitude,
  1112. // },
  1113. // success: function (res) {
  1114. // console.log("解析地址成功");
  1115. // console.log(res);
  1116. // // 根据名称筛选id
  1117. // this_.cityId(
  1118. // res.result.address_component.province,
  1119. // res.result.address_component.city,
  1120. // res.result.address_component.district
  1121. // );
  1122. // },
  1123. // fail: function (res) {
  1124. // uni.showToast({
  1125. // title: "定位失败",
  1126. // duration: 2000,
  1127. // icon: "none",
  1128. // });
  1129. // console.log(res);
  1130. // },
  1131. // complete: function (res) {
  1132. // console.log(res);
  1133. // },
  1134. // });
  1135. },
  1136. // 根据名称筛选id
  1137. cityId(province, city, district) {
  1138. this.selector.forEach((val, i) => {
  1139. if (
  1140. val.label.slice(0, 2) == province.slice(0, 2) ||
  1141. val.label == province
  1142. ) {
  1143. console.log(val.label);
  1144. console.log(val.value);
  1145. val.children.forEach((item, l) => {
  1146. if (
  1147. item.label.slice(0, 2) == city.slice(0, 2) ||
  1148. item.label == city
  1149. ) {
  1150. console.log(item.label);
  1151. console.log(item.value);
  1152. item.children.forEach((con, y) => {
  1153. if (
  1154. con.label.slice(0, 2) == district.slice(0, 2) ||
  1155. con.label == district
  1156. ) {
  1157. console.log(con.label);
  1158. console.log(con.value);
  1159. this.countyIndex = [i, l, y];
  1160. console.log(this.countyIndex);
  1161. this.countyName = val.label + item.label + con.label;
  1162. this.form.county = con.value;
  1163. }
  1164. });
  1165. }
  1166. });
  1167. }
  1168. });
  1169. },
  1170. },
  1171. };
  1172. </script>
  1173. <style lang="scss">
  1174. .order {
  1175. .agreement {
  1176. width: 700rpx;
  1177. max-height: 930rpx;
  1178. padding: 0 30rpx;
  1179. // box-sizing: border-box;
  1180. .label2 {
  1181. float: right;
  1182. width: 21rpx;
  1183. height: 21rpx;
  1184. margin-top: 18rpx;
  1185. }
  1186. .title {
  1187. font-size: 30rpx;
  1188. font-weight: 700;
  1189. margin: 40rpx 0;
  1190. text-align: center;
  1191. }
  1192. /deep/ .u-drawer__scroll-view {
  1193. position: relative;
  1194. }
  1195. .btn {
  1196. padding: 20rpx;
  1197. border-radius: 10rpx;
  1198. text-align: center;
  1199. border: 1rpx solid #d8d8d8;
  1200. font-size: 28rpx;
  1201. width: 100%;
  1202. margin-bottom: 10rpx;
  1203. background-color: $uni-color-BGC;
  1204. color: #fff;
  1205. }
  1206. }
  1207. .copeHide {
  1208. width: 650rpx;
  1209. overflow: hidden;
  1210. background-color: #f7f7f7;
  1211. .copyText {
  1212. color: $uni-color-BGC;
  1213. font-size: 30rpx;
  1214. margin-bottom: 20rpx;
  1215. font-weight: 700;
  1216. }
  1217. .title {
  1218. font-size: 30rpx;
  1219. margin-bottom: 30rpx;
  1220. }
  1221. .btn {
  1222. background-color: $uni-color-BGC;
  1223. width: 480rpx;
  1224. margin: 20rpx auto 10rpx;
  1225. padding: 20rpx 20rpx;
  1226. background-color: $uni-color-BGC;
  1227. color: #fff;
  1228. margin-bottom: 40rpx;
  1229. border-radius: 40rpx;
  1230. }
  1231. }
  1232. .page {
  1233. position: relative;
  1234. // width: 750rpx;
  1235. overflow: hidden;
  1236. display: flex;
  1237. flex-direction: column;
  1238. background-color: #f1f1f1;
  1239. padding-bottom: 90rpx;
  1240. }
  1241. .layer {
  1242. display: flex;
  1243. flex-direction: column;
  1244. // width: 750rpx;
  1245. position: relative;
  1246. }
  1247. .notice_bg {
  1248. position: relative;
  1249. margin: 20rpx 0rpx;
  1250. // padding: 16rpx 20rpx;
  1251. background: #fff;
  1252. border-radius: 20rpx;
  1253. display: flex;
  1254. align-items: center;
  1255. height: 60rpx;
  1256. overflow: hidden;
  1257. .noticeHide {
  1258. position: absolute;
  1259. width: 100%;
  1260. height: 100%;
  1261. background-color: transparent;
  1262. left: 0;
  1263. top: 0;
  1264. z-index: 1;
  1265. }
  1266. .icon {
  1267. width: 31rpx;
  1268. height: 31rpx;
  1269. margin-left: 62rpx;
  1270. margin-right: 20rpx;
  1271. }
  1272. .bar-swiper {
  1273. font-size: 26rpx;
  1274. font-family: PingFangSC-Regular, PingFang SC;
  1275. font-weight: 400;
  1276. color: $uni-color-BGC;
  1277. height: 80rpx;
  1278. display: flex;
  1279. align-items: center;
  1280. flex: 1;
  1281. margin-left: 12rpx;
  1282. }
  1283. .swiper-item {
  1284. display: flex;
  1285. align-items: center;
  1286. overflow: hidden;
  1287. }
  1288. .circle {
  1289. min-width: 10rpx;
  1290. width: 10rpx;
  1291. height: 10rpx;
  1292. border-radius: 50%;
  1293. background-color: rgba(34, 34, 34, 0.5);
  1294. margin-right: 10rpx;
  1295. }
  1296. .item_box {
  1297. font-size: 28rpx;
  1298. word-break: break-all; /* break-all(允许在单词内换行。) */
  1299. text-overflow: ellipsis; /* 超出部分省略号 */
  1300. display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
  1301. -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  1302. -webkit-line-clamp: 1; /** 显示的行数 **/
  1303. }
  1304. }
  1305. .layerBox {
  1306. // width: 750rpx;
  1307. display: flex;
  1308. flex-direction: column;
  1309. }
  1310. .header {
  1311. background-color: $uni-color-BGC;
  1312. text-align: center;
  1313. display: flex;
  1314. // flex-direction: column;
  1315. // width: 750rpx;
  1316. }
  1317. .section2 {
  1318. width: 690rpx;
  1319. display: flex;
  1320. flex-direction: column;
  1321. margin: 30rpx 0 20rpx 30rpx;
  1322. }
  1323. .txt2 {
  1324. overflow-wrap: break-word;
  1325. color: rgba(255, 255, 255, 1);
  1326. font-size: 60rpx;
  1327. font-weight: 700;
  1328. font-family: PingFangSC-Semibold;
  1329. text-align: left;
  1330. white-space: nowrap;
  1331. line-height: 60rpx;
  1332. margin: 0 auto;
  1333. display: block;
  1334. }
  1335. .copy {
  1336. background-color: rgba(255, 246, 0, 1);
  1337. display: flex;
  1338. flex-direction: column;
  1339. margin: 30rpx auto 0;
  1340. padding: 16rpx 22rpx;
  1341. border-radius: 6rpx;
  1342. }
  1343. .info1 {
  1344. overflow-wrap: break-word;
  1345. color: rgba(213, 46, 76, 1);
  1346. font-size: 28rpx;
  1347. font-family: PingFangSC-Medium;
  1348. text-align: left;
  1349. white-space: nowrap;
  1350. line-height: 22rpx;
  1351. display: block;
  1352. }
  1353. .word1 {
  1354. height: 22rpx;
  1355. overflow-wrap: break-word;
  1356. color: rgba(234, 188, 204, 1);
  1357. font-size: 28rpx;
  1358. font-family: PingFangSC-Medium;
  1359. text-align: left;
  1360. white-space: nowrap;
  1361. line-height: 22rpx;
  1362. display: block;
  1363. margin: 0 auto;
  1364. text-align: center;
  1365. margin-bottom: 10rpx;
  1366. margin-top: 30rpx;
  1367. }
  1368. .icon1 {
  1369. width: 31rpx;
  1370. height: 31rpx;
  1371. }
  1372. .info2 {
  1373. width: 399rpx;
  1374. height: 24rpx;
  1375. overflow-wrap: break-word;
  1376. color: rgba(213, 46, 76, 1);
  1377. font-size: 26rpx;
  1378. font-family: PingFangSC-Light;
  1379. text-align: left;
  1380. white-space: nowrap;
  1381. line-height: 24rpx;
  1382. margin-top: 5rpx;
  1383. display: block;
  1384. }
  1385. .price {
  1386. z-index: 21;
  1387. // height: 385rpx;
  1388. background-color: #fff;
  1389. border-radius: 18rpx;
  1390. display: flex;
  1391. flex-direction: column;
  1392. width: 703rpx;
  1393. position: relative;
  1394. margin: 20rpx auto 30rpx;
  1395. box-shadow: 1rpx 1rpx 5rpx 0rpx rgba(129, 129, 129, 0.5);
  1396. }
  1397. .priceCon {
  1398. box-sizing: border-box;
  1399. padding: 30rpx;
  1400. display: flex;
  1401. flex-direction: column;
  1402. .priceNum {
  1403. display: flex;
  1404. flex-wrap: wrap;
  1405. justify-content: space-between;
  1406. padding-bottom: 30rpx;
  1407. border-bottom: 1rpx solid rgba(72, 72, 72, 0.4);
  1408. .li {
  1409. width: 33.3%;
  1410. text-align: center;
  1411. font-size: 26rpx;
  1412. box-sizing: border-box;
  1413. border-right: 1rpx solid rgba(72, 72, 72, 0.4);
  1414. .name {
  1415. color: #2b2b2b;
  1416. }
  1417. .numbers {
  1418. color: $uni-color-BGC;
  1419. margin-top: 10rpx;
  1420. font-size: 32rpx;
  1421. }
  1422. }
  1423. .li:nth-child(2) {
  1424. .numbers {
  1425. text-decoration: line-through;
  1426. }
  1427. }
  1428. .li:nth-child(3) {
  1429. border-right: 0;
  1430. }
  1431. }
  1432. }
  1433. .orderTit {
  1434. width: 100%;
  1435. height: 32rpx;
  1436. line-height: 32rpx;
  1437. display: block;
  1438. box-sizing: border-box;
  1439. border-left: 5rpx solid #d3363b;
  1440. padding-left: 20rpx;
  1441. margin-top: 30rpx;
  1442. margin-bottom: 20rpx;
  1443. font-size: 28rpx;
  1444. }
  1445. .infoBox1 {
  1446. width: 627rpx;
  1447. overflow-wrap: break-word;
  1448. color: rgba(105, 105, 105, 1);
  1449. font-size: 28rpx;
  1450. font-family: PingFangSC-Light;
  1451. text-align: left;
  1452. line-height: 32rpx;
  1453. // white-space: nowrap;
  1454. display: block;
  1455. // margin: 16rpx 0 0 5rpx;
  1456. }
  1457. .redBox {
  1458. width: 703rpx;
  1459. margin: 0 auto 30rpx;
  1460. padding: 30rpx 25rpx;
  1461. box-sizing: border-box;
  1462. // text-align: center;
  1463. font-size: 26rpx;
  1464. color: #fff;
  1465. border-radius: 20rpx;
  1466. background-color: $uni-color-BGC;
  1467. text {
  1468. display: inline-block;
  1469. margin-left: 6rpx;
  1470. }
  1471. }
  1472. .form {
  1473. width: 703rpx;
  1474. box-sizing: border-box;
  1475. padding: 30rpx;
  1476. position: relative;
  1477. margin: 20rpx auto 30rpx;
  1478. background-color: #fff;
  1479. box-shadow: 1rpx 1rpx 5rpx 0rpx rgba(129, 129, 129, 0.5);
  1480. border-radius: 12rpx;
  1481. /deep/ .u-checkbox__icon-wrap--checked {
  1482. font-size: 28rpx;
  1483. }
  1484. .orderTit {
  1485. text {
  1486. margin-left: 30rpx;
  1487. color: dimgray;
  1488. }
  1489. }
  1490. .pay {
  1491. font-size: 24rpx;
  1492. image {
  1493. width: 64rpx;
  1494. height: 64rpx;
  1495. vertical-align: middle;
  1496. margin-right: 20rpx;
  1497. }
  1498. .li {
  1499. padding: 20rpx;
  1500. border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  1501. }
  1502. }
  1503. .formInput {
  1504. input {
  1505. font-weight: normal;
  1506. font-size: 28rpx;
  1507. width: 100%;
  1508. }
  1509. .u-form-item {
  1510. padding: 10rpx 0;
  1511. /deep/ .u-form-item--left__content__label {
  1512. position: relative;
  1513. padding-left: 30rpx;
  1514. font-size: 28rpx;
  1515. }
  1516. /deep/.u-form-item--left__content__label::after {
  1517. content: "*";
  1518. position: absolute;
  1519. left: 18rpx;
  1520. top: 0;
  1521. color: red;
  1522. }
  1523. }
  1524. .remark {
  1525. /deep/.u-form-item--left__content__label::after {
  1526. display: none;
  1527. }
  1528. }
  1529. .sendSMS {
  1530. position: relative;
  1531. width: 100%;
  1532. .sms {
  1533. position: absolute;
  1534. right: 0;
  1535. top: 50%;
  1536. transform: translateY(-50%);
  1537. z-index: 11;
  1538. }
  1539. }
  1540. .sms {
  1541. /deep/ .tips {
  1542. width: 168rpx;
  1543. height: 49rpx;
  1544. text-align: center;
  1545. line-height: 49rpx;
  1546. // border: 1rpx solid #D52E4C;
  1547. border-radius: 20rpx;
  1548. font-size: 26rpx;
  1549. color: #fff;
  1550. background-color: $uni-color-BGC;
  1551. margin-top: 4rpx;
  1552. }
  1553. /deep/ input {
  1554. flex: 1;
  1555. }
  1556. }
  1557. }
  1558. .ImageText1 {
  1559. text-align: center;
  1560. margin-top: 30rpx;
  1561. /deep/ .u-checkbox__icon-wrap--checked {
  1562. font-size: 28rpx;
  1563. }
  1564. .text {
  1565. display: inline-block;
  1566. font-size: 22rpx;
  1567. color: rgba(42, 42, 42, 0.6);
  1568. text {
  1569. font-weight: 700;
  1570. }
  1571. }
  1572. }
  1573. }
  1574. .section18 {
  1575. position: fixed;
  1576. width: 750rpx;
  1577. bottom: 0;
  1578. // left: 0;
  1579. z-index: 100;
  1580. text-align: center;
  1581. height: 87rpx;
  1582. line-height: 87rpx;
  1583. margin-top: 27rpx;
  1584. display: flex;
  1585. flex-direction: column;
  1586. // width: 750rpx;
  1587. }
  1588. .box4 {
  1589. height: 100%;
  1590. flex-direction: row;
  1591. display: flex;
  1592. justify-content: space-between;
  1593. text {
  1594. display: inline-block;
  1595. width: 50%;
  1596. text-align: center;
  1597. height: 100%;
  1598. background-color: #e4e4e4;
  1599. }
  1600. // margin: 29rpx 0 0 120rpx;
  1601. }
  1602. .word12 {
  1603. width: 76rpx;
  1604. overflow-wrap: break-word;
  1605. color: rgba(213, 46, 76, 1);
  1606. font-size: 30rpx;
  1607. font-family: PingFangSC-Medium;
  1608. text-align: left;
  1609. white-space: nowrap;
  1610. margin-top: 1rpx;
  1611. display: block;
  1612. }
  1613. .info8 {
  1614. width: 117rpx;
  1615. overflow-wrap: break-word;
  1616. color: rgba(241, 241, 241, 1);
  1617. font-size: 30rpx;
  1618. font-family: PingFangSC-Regular;
  1619. text-align: left;
  1620. white-space: nowrap;
  1621. display: block;
  1622. background-color: $uni-color-BGC !important;
  1623. }
  1624. .guide {
  1625. background-color: #e4494f;
  1626. .guideCon {
  1627. .p {
  1628. /deep/ p {
  1629. padding: 0;
  1630. margin: 0;
  1631. }
  1632. }
  1633. image {
  1634. width: 100%;
  1635. height: 980rpx;
  1636. }
  1637. text {
  1638. font-size: 30rpx;
  1639. color: #fff;
  1640. }
  1641. }
  1642. }
  1643. .Limited {
  1644. text-align: center;
  1645. width: 690rpx;
  1646. margin: 18rpx auto 18rpx;
  1647. border: 1rpx solid $uni-color-BGC;
  1648. border-radius: 15rpx;
  1649. padding: 12rpx 0;
  1650. font-size: 26rpx;
  1651. color: $uni-color-BGC;
  1652. // text-indent:40rpx;
  1653. text {
  1654. display: inline-block;
  1655. padding: 2rpx 4rpx;
  1656. text-align: center;
  1657. line-height: 30rpx;
  1658. // letter-spacing:8rpx;
  1659. }
  1660. text:nth-child(4),
  1661. text:nth-child(6),
  1662. text:nth-child(8),
  1663. text:nth-child(10) {
  1664. color: #fff;
  1665. background-color: $uni-color-BGC;
  1666. margin: 0 14rpx;
  1667. border-radius: 10rpx;
  1668. }
  1669. .text {
  1670. margin-left: 20rpx;
  1671. }
  1672. /deep/ .u-countdown-item {
  1673. margin: 0 14rpx;
  1674. }
  1675. // .u-countdown {
  1676. // margin-left: 30rpx;
  1677. // }
  1678. }
  1679. }
  1680. </style>