result_error.vue 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <template>
  2. <view class="Scanning_Result_seimin">
  3. <view class="Scanning_top">
  4. <view class="Scanning_top_icon">
  5. <text class="cubeic-close newicon newicon-shibai"></text>
  6. </view>
  7. <view class="Scanning_top_text">
  8. <view class="text1"> 操作失败 </view>
  9. <view class="text1 f30" v-if="options.qrcode !== undefined"> 扫描内容:{{options.qrcode}} </view>
  10. </view>
  11. </view>
  12. <view class="Scanning_cont">
  13. <view class="Scanning_cont_center Scanning_cont_block">
  14. {{ options.msg }}
  15. </view>
  16. </view>
  17. <view class="foot_btn">
  18. <view class="btn3" @click="goToList()"> 知道了 </view>
  19. </view>
  20. </view>
  21. </template>
  22. <script>
  23. import { webHandle } from "../../http/http.js";
  24. export default {
  25. data() {
  26. return {
  27. options: {},
  28. };
  29. },
  30. methods: {
  31. // 知道了
  32. goToList() {
  33. uni.navigateTo({
  34. url: "../receiptpage/receiptpage",
  35. });
  36. },
  37. },
  38. onLoad(options) {
  39. console.log(options, "错误页");
  40. this.options = options;
  41. // #ifdef APP-PLUS
  42. webHandle("no", "app");
  43. // #endif
  44. // #ifdef H5
  45. webHandle("no", "wx");
  46. // #endif
  47. },
  48. };
  49. </script>
  50. <style lang="less" scoped>
  51. .Scanning_Result_seimin {
  52. padding: 0 20rpx;
  53. .speTable {
  54. margin: 32rpx 0;
  55. width: 100%;
  56. border-collapse: collapse;
  57. .green{
  58. color: green;
  59. }
  60. .red{
  61. color: red;
  62. }
  63. .maxWidth{
  64. width: 60%;
  65. }
  66. td{
  67. border: 2rpx solid #666;
  68. }
  69. }
  70. .page_item_wrap {
  71. position: relative;
  72. margin-top: 32rpx;
  73. .page_item {
  74. margin-top: 16rpx;
  75. margin-bottom: 124rpx;
  76. background: #fff;
  77. border-radius: 8rpx;
  78. margin: 0 20rpx;
  79. border: 2rpx solid #e5e9ed;
  80. position: relative;
  81. overflow: hidden;
  82. padding: 0 16rpx;
  83. .L {
  84. width: 40rpx;
  85. height: 40rpx;
  86. border-radius: 50%;
  87. background: #f9fafb;
  88. position: absolute;
  89. left: -20rpx;
  90. top: 68rpx;
  91. border: 2rpx solid #e5e9ed;
  92. }
  93. .R {
  94. width: 40rpx;
  95. height: 40rpx;
  96. border-radius: 50%;
  97. background: #f9fafb;
  98. position: absolute;
  99. float: right;
  100. right: -20rpx;
  101. top: 68rpx;
  102. border: 2rpx solid #e5e9ed;
  103. }
  104. .page_item_top {
  105. height: 88rpx;
  106. border-bottom: 2rpx dashed #e5e9ed;
  107. padding: 0 16rpx;
  108. .page_item_top-inner {
  109. display: flex;
  110. justify-content: space-between;
  111. align-items: center;
  112. height: 100%;
  113. .page_item_top_L {
  114. .L_text {
  115. font-size: 32rpx;
  116. font-weight: 700;
  117. }
  118. }
  119. .page_item_top_R {
  120. font-size: 32rpx;
  121. .L_iocn {
  122. color: rgb(7, 134, 60);
  123. font-size: 36rpx;
  124. font-weight: 700;
  125. }
  126. }
  127. }
  128. }
  129. .page_item_cont {
  130. min-height: 90rpx;
  131. padding: 0 16rpx;
  132. text-align: left;
  133. position: relative;
  134. .text_big {
  135. font-size: 32rpx;
  136. font-weight: 700;
  137. // margin-top: 10rpx;
  138. p {
  139. font-weight: 700;
  140. line-height: 1.5;
  141. }
  142. }
  143. .line {
  144. height: 20rpx;
  145. width: 2rpx;
  146. border-left: 2rpx solid #e5e9ed;
  147. position: absolute;
  148. top: 82rpx;
  149. left: 40rpx;
  150. }
  151. .page_item_cont_T {
  152. padding-top: 28rpx;
  153. padding-bottom: 28rpx;
  154. font-size: 28rpx;
  155. .page_item_cont_title {
  156. height: 100%;
  157. font-size: 32rpx;
  158. display: flex;
  159. justify-content: space-between;
  160. align-items: center;
  161. }
  162. }
  163. .page_item_cont_B {
  164. padding-top: 28rpx;
  165. margin-bottom: 28rpx;
  166. .page_item_cont_title {
  167. font-size: 32rpx;
  168. display: flex;
  169. justify-content: space-between;
  170. align-items: center;
  171. }
  172. }
  173. .page_item_cont_C {
  174. margin-bottom: 28rpx;
  175. .page_item_cont_title_C {
  176. font-size: 32rpx;
  177. display: flex;
  178. justify-content: space-between;
  179. align-items: center;
  180. }
  181. }
  182. #infos {
  183. display: none;
  184. }
  185. }
  186. }
  187. .L-l {
  188. width: 2rpx;
  189. height: 40rpx;
  190. background: #f9fafb;
  191. position: absolute;
  192. left: 20rpx;
  193. top: 72rpx;
  194. }
  195. .R-l {
  196. width: 2rpx;
  197. height: 40rpx;
  198. background: #f9fafb;
  199. position: absolute;
  200. right: 20rpx;
  201. top: 72rpx;
  202. }
  203. }
  204. .Scanning_top {
  205. .Scanning_top_icon {
  206. width: 140rpx;
  207. height: 140rpx;
  208. margin: 0 auto;
  209. margin-top: 116rpx;
  210. border-radius: 50%;
  211. line-height: 140rpx;
  212. .cubeic-ok {
  213. font-size: 140rpx;
  214. color: #35b34a;
  215. }
  216. .cubeic-close {
  217. font-size: 140rpx;
  218. color: #ff3b53;
  219. }
  220. }
  221. .Scanning_top_text {
  222. .text1 {
  223. margin-top: 40rpx;
  224. font-size: 48rpx;
  225. text-align: center;
  226. }
  227. .success_tips {
  228. color: red;
  229. font-size: 30rpx;
  230. }
  231. }
  232. }
  233. .Scanning_cont {
  234. font-size: 32rpx;
  235. text-align: center;
  236. .Scanning_cont_block {
  237. margin-bottom: 16rpx;
  238. }
  239. .Scanning_cont_center {
  240. text-align: center;
  241. }
  242. .text {
  243. margin-top: 24rpx;
  244. color: #35b34a;
  245. }
  246. .text1 {
  247. margin-top: 24rpx;
  248. color: #ff3b53;
  249. }
  250. }
  251. .foot_btn {
  252. position: fixed;
  253. bottom: 0;
  254. right: 20rpx;
  255. left: 20rpx;
  256. line-height: 66rpx;
  257. height: 100rpx;
  258. border-top: 2rpx solid #e5e9ed;
  259. background: #f9fafb;
  260. display: flex;
  261. justify-content: space-between;
  262. .btn1,
  263. .btn2,
  264. .btn3 {
  265. height: 66rpx;
  266. width: 100%;
  267. margin: 0 1%;
  268. background-image: linear-gradient(to right, #72c172, #3bb197);
  269. color: #fff;
  270. border-radius: 8rpx;
  271. font-size: 32rpx;
  272. margin-top: 16rpx;
  273. text-align: center;
  274. }
  275. }
  276. }
  277. </style>