index.vue 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. <template>
  2. <view class="container">
  3. <view class="title-card">苏州园林刷脸极速入园</view>
  4. <view class="title"></view>
  5. <view class="grid-layout">
  6. <view class="grid-item">
  7. <image src="/static/index-grid1.png" style="width: 47rpx;height: 47rpx;"></image>
  8. <text>1秒极速入园</text>
  9. </view>
  10. <view class="grid-item">
  11. <image src="/static/index-grid2.png" style="width: 47rpx;height: 47rpx;"></image>
  12. <text>无需扫码</text>
  13. </view>
  14. <view class="grid-item">
  15. <image src="/static/index-grid3.png"></image>
  16. <text>无需刷证</text>
  17. </view>
  18. </view>
  19. <view style="margin-top: 56rpx;" @click="openDaoLan">
  20. <image src="/static/img-daolan.png" style="width: 654rpx;height: 80rpx;"></image>
  21. </view>
  22. <view class="prompt-layout">
  23. <view class="prompt-title">注意事项:</view>
  24. <view class="prompt-item">
  25. * 根据景区要求,开通刷脸功能需要具备公安部人脸实名认证资质,如您<text style="color: rgba(241, 127, 82, 1);">开通失败</text>,请走<text style="color: rgba(22, 119, 255, 1);letter-spacing: 0;">刷码 / 刷证通道。</text>
  26. </view>
  27. <view class="prompt-item">
  28. * 如您的亲友没有支付宝,可以在下方点击<text style="color: rgba(22, 119, 255, 1);">代他人开通</text>,输入身份信息即可完成开通。14周岁以下儿童或者非大陆籍公民请走人工通道。
  29. </view>
  30. </view>
  31. <view style="flex: auto;"></view>
  32. <button class="btn blue" type="primary" @click="authClick">自己开通</button>
  33. <button class="btn blue" type="primary" style="margin-top: 50rpx;line-height: 1;" @click="openOther">代他人开通<view style="font-size: 20rpx; margin-top: 6rpx;letter-spacing: 0;">(亲友便捷开通)</view></button>
  34. <view style="flex: none;height: 80rpx;"></view>
  35. </view>
  36. </template>
  37. <script>
  38. import _ from 'lodash'
  39. import {
  40. request
  41. } from '@/utils/request'
  42. import {
  43. formatTime
  44. } from '@/utils/util.js'
  45. import {
  46. getZFBThree
  47. } from '@/utils/zfbThree.js'
  48. import {
  49. iotVspInit,
  50. iotVspUniqueId
  51. } from '@/utils/ioTVsp'
  52. export default {
  53. data() {
  54. return {
  55. // authTaskId: null
  56. }
  57. },
  58. onLoad() {
  59. // uni.onAppShow(this.onAppShowHandler)
  60. let launchOptions = uni.getLaunchOptionsSync()
  61. if(!launchOptions.query) {
  62. launchOptions = uni.getEnterOptionsSync()
  63. }
  64. if(launchOptions.query && launchOptions.query.lotsmall) {
  65. const that = this
  66. setTimeout(() => {
  67. that.openDaoLan()
  68. }, 300)
  69. }
  70. },
  71. // onUnload: function() {
  72. // my.offAppShow(this.onAppShowHandler)
  73. // },
  74. onReady() {
  75. iotVspInit((res) => {
  76. my.navigateBack()
  77. if (res.success) {
  78. setTimeout(() => {
  79. my.navigateBack()
  80. uni.showModal({
  81. title: '提示',
  82. content: '恭喜您,已成功开通快速刷脸通行!',
  83. showCancel: false
  84. })
  85. }, 1000)
  86. }
  87. })
  88. },
  89. methods: {
  90. openOther() {
  91. uni.navigateTo({
  92. url: '/pages/index/open'
  93. })
  94. },
  95. // 跳转到720导览网页
  96. openDaoLan() {
  97. my.ap.openURL({
  98. url: 'https://wap.lotsmall.cn/vue/custompage?id=37912&m_id=1939',
  99. success: (res) => {},
  100. fail: (err) => {}
  101. })
  102. },
  103. authClick: _.throttle(function() {
  104. // const taskId = `${parseInt((Math.random() * 9 + 1) * 10000)}${formatTime(Date.now(), "YYYYMMDDHHNNSS")}${parseInt((Math.random() * 9 + 1) * 10000)}`
  105. // this.authTaskId = taskId
  106. // my.navigateToMiniProgram({
  107. // appId: getApp().globalData.authAppId,
  108. // path: 'pages/authorize_three/authorize_three',
  109. // query: {
  110. // name: '苏州园林核验服务',
  111. // notify: null,
  112. // token: getApp().globalData.authAppToken,
  113. // taskId: this.authTaskId
  114. // }
  115. // })
  116. getZFBThree((res) => {
  117. if(res.code === 200) {
  118. iotVspUniqueId(res.data.idNumber, res.data.username, res.data.phone, res.data.avatar)
  119. .then((res) => {
  120. if (res) {
  121. uni.showModal({
  122. title: "提示",
  123. content: '您已开通快速刷脸通行!',
  124. showCancel: false
  125. })
  126. } else {
  127. // uni.showModal({
  128. // title: "提示",
  129. // content: '人脸已入库失败!',
  130. // showCancel: false
  131. // })
  132. }
  133. })
  134. } else {
  135. my.alert({
  136. title: '提示',
  137. content: '身份信息获取失败!'
  138. })
  139. }
  140. })
  141. }, 2000),
  142. // onAppShowHandler(options) {
  143. // if (options && options.referrerInfo) {
  144. // // 从三要素认证返回
  145. // if (options.referrerInfo.appId === getApp().globalData.authAppId && options.referrerInfo.extraData) {
  146. // const authStatus = options.referrerInfo.extraData.authStatus
  147. // const authTaskId = this.authTaskId
  148. // this.authTaskId = null
  149. // if (authStatus) {
  150. // this.zfbAuthCallback(authTaskId)
  151. // } else {
  152. // uni.showModal({
  153. // title: '提示',
  154. // content: '操作失败,请重试',
  155. // showCancel: false
  156. // })
  157. // }
  158. // }
  159. // }
  160. // },
  161. // async zfbAuthCallback(authTaskId) {
  162. // uni.showLoading({
  163. // content: "加载中..."
  164. // })
  165. // request({
  166. // url: 'https://tx.hz-hanghui.com:8088/hanghui-server-platform/api/v1/alipay/user/query',
  167. // method: 'POST',
  168. // data: {
  169. // taskId: authTaskId,
  170. // token: getApp().globalData.authAppToken
  171. // },
  172. // dataType: 'json',
  173. // header: {
  174. // 'Content-type': 'application/json'
  175. // },
  176. // success: result => {
  177. // uni.hideLoading()
  178. // /**
  179. // * certNo 身份证号
  180. // * certName 姓名
  181. // * phone 手机号
  182. // */
  183. // if (result.errcode) {
  184. // uni.showModal({
  185. // title: "提示",
  186. // content: "未查询到认证结果,请重新认证!",
  187. // showCancel: false
  188. // })
  189. // return
  190. // }
  191. // if (!result.data || !result.data.token) {
  192. // uni.showModal({
  193. // title: "提示",
  194. // content: result.msg,
  195. // showCancel: false
  196. // })
  197. // return
  198. // }
  199. // iotVspUniqueId(result.data.certNo, result.data.certName, result.data.phone, null)
  200. // .then((res) => {
  201. // if (res) {
  202. // uni.showModal({
  203. // title: "提示",
  204. // content: '您已开通快速刷脸通行!',
  205. // showCancel: false
  206. // })
  207. // } else {
  208. // // uni.showModal({
  209. // // title: "提示",
  210. // // content: '人脸已入库失败!',
  211. // // showCancel: false
  212. // // })
  213. // }
  214. // })
  215. // },
  216. // fail: res => {
  217. // uni.hideLoading()
  218. // }
  219. // })
  220. // }
  221. }
  222. }
  223. </script>
  224. <style scoped>
  225. .container {
  226. display: flex;
  227. flex-direction: column;
  228. align-items: center;
  229. width: 100%;
  230. height: 100vh;
  231. background-image: url('/static/index-head-bg.png'), url('/static/main-bg.jpg');
  232. background-position: left top, left top;
  233. background-repeat: no-repeat, no-repeat;
  234. background-size: 100% 440rpx, 100% 100%;
  235. }
  236. .container .title-card {
  237. letter-spacing: 0;
  238. width: 700rpx;
  239. height: calc(284rpx - 32rpx);
  240. text-align: center;
  241. padding-top: 32rpx;
  242. margin-top: 200rpx;
  243. font-size: 48rpx;
  244. color: rgba(22, 119, 255, 1);
  245. font-weight: 700;
  246. background-image: url('/static/index-title-card.png');
  247. background-position: left top;
  248. background-repeat: no-repeat;
  249. background-size: 100% 100%;
  250. }
  251. .container .title {
  252. width: 654rpx;
  253. height: 370rpx;
  254. margin-top: -160rpx;
  255. font-size: 36rpx;
  256. background-image: url('/static/index-title.png');
  257. background-position: left top;
  258. background-repeat: no-repeat;
  259. background-size: 100% 100%;
  260. }
  261. .container .grid-layout {
  262. margin-top: 36rpx;
  263. width: 100%;
  264. display: flex;
  265. align-items: center;
  266. justify-content: space-around;
  267. }
  268. .container .grid-layout .grid-item {
  269. display: flex;
  270. flex-direction: column;
  271. align-items: center;
  272. }
  273. .container .grid-layout .grid-item image {
  274. width: 60rpx;
  275. height: 60rpx;
  276. }
  277. .container .grid-layout .grid-item text {
  278. color: rgba(51, 51, 51, 1);
  279. font-size: 26rpx;
  280. font-weight: 400;
  281. margin-top: 6rpx;
  282. letter-spacing: 0;
  283. }
  284. .container .prompt-layout {
  285. width: calc(670rpx - 32rpx);
  286. margin-top: 8rpx;
  287. border-radius: 6rpx;
  288. padding: 20rpx 16rpx 16rpx;
  289. background-color: rgba(216, 216, 216, 0.5);
  290. }
  291. .container .prompt-layout .prompt-title {
  292. font-weight: 500;
  293. font-size: 28rpx;
  294. color: rgba(93, 107, 106, 1);
  295. letter-spacing: 2rpx;
  296. }
  297. .container .prompt-layout .prompt-item {
  298. margin-top: 16rpx;
  299. font-weight: 400;
  300. font-size: 25rpx;
  301. color: rgba(93, 107, 106, 1);
  302. line-height: 1.5;
  303. letter-spacing: 1rpx;
  304. }
  305. .container .btn {
  306. width: 474rpx;
  307. height: 98rpx;
  308. border: none;
  309. border-radius: 16rpx;
  310. overflow: hidden;
  311. font-size: 40rpx;
  312. font-weight: 500;
  313. display: flex;
  314. flex-direction: column;
  315. justify-content: center;
  316. align-items: center;
  317. letter-spacing: 2rpx;
  318. }
  319. .container .blue {
  320. background-color: rgba(22, 119, 255, 1);
  321. }
  322. </style>