feat: 长按二维码识别
This commit is contained in:
52
dist/common.wxss
vendored
52
dist/common.wxss
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -16,6 +16,8 @@
|
||||
|
||||
/*! @antmjs/vantui/es/cell */
|
||||
|
||||
/*! @antmjs/vantui/es/dialog */
|
||||
|
||||
/*! @antmjs/vantui/es/image */
|
||||
|
||||
/*! @antmjs/vantui/es/toast */
|
||||
|
||||
@@ -37,3 +37,17 @@
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.wechatCode {
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
2
dist/pages/home/index.js
vendored
2
dist/pages/home/index.js
vendored
File diff suppressed because one or more lines are too long
38
dist/pages/home/index.js.LICENSE.txt
vendored
38
dist/pages/home/index.js.LICENSE.txt
vendored
@@ -8,10 +8,6 @@
|
||||
|
||||
/*! ../../utils/index */
|
||||
|
||||
/*! ../button */
|
||||
|
||||
/*! ../button/index */
|
||||
|
||||
/*! ../cell */
|
||||
|
||||
/*! ../common/jumpLink */
|
||||
@@ -24,18 +20,12 @@
|
||||
|
||||
/*! ../field */
|
||||
|
||||
/*! ../goods-action-button/index */
|
||||
|
||||
/*! ../goods-action/index */
|
||||
|
||||
/*! ../helpers/regeneratorRuntime */
|
||||
|
||||
/*! ../icon */
|
||||
|
||||
/*! ../icon/index */
|
||||
|
||||
/*! ../popup/index */
|
||||
|
||||
/*! ../swiper/context */
|
||||
|
||||
/*! ../utils */
|
||||
@@ -46,14 +36,8 @@
|
||||
|
||||
/*! ../wxs/utils */
|
||||
|
||||
/*! ./../wxs/utils */
|
||||
|
||||
/*! ./context */
|
||||
|
||||
/*! ./dialog */
|
||||
|
||||
/*! ./events */
|
||||
|
||||
/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */
|
||||
|
||||
/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js */
|
||||
@@ -114,8 +98,6 @@
|
||||
|
||||
/*! classnames */
|
||||
|
||||
/*! rc-util/lib/Children/toArray */
|
||||
|
||||
/*! react */
|
||||
|
||||
/*! react/jsx-runtime */
|
||||
@@ -150,10 +132,6 @@
|
||||
!*** ./node_modules/@antmjs/vantui/es/utils/index.js ***!
|
||||
\*******************************************************/
|
||||
|
||||
/*!********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/dialog/index.js ***!
|
||||
\********************************************************/
|
||||
|
||||
/*!********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/search/index.js ***!
|
||||
\********************************************************/
|
||||
@@ -162,14 +140,6 @@
|
||||
!*** ./node_modules/@antmjs/vantui/es/swiper/index.js ***!
|
||||
\********************************************************/
|
||||
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/dialog/dialog.js ***!
|
||||
\*********************************************************/
|
||||
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/dialog/events.js ***!
|
||||
\*********************************************************/
|
||||
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/grid-item/wxs.js ***!
|
||||
\*********************************************************/
|
||||
@@ -202,18 +172,10 @@
|
||||
!*** ./node_modules/@antmjs/vantui/es/swiper-item/index.js ***!
|
||||
\*************************************************************/
|
||||
|
||||
/*!**************************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/goods-action/index.js ***!
|
||||
\**************************************************************/
|
||||
|
||||
/*!*******************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/regeneratorRuntime.js ***!
|
||||
\*******************************************************************/
|
||||
|
||||
/*!*********************************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/goods-action-button/index.js ***!
|
||||
\*********************************************************************/
|
||||
|
||||
/*!************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[9].use[1]!./src/pages/home/index.tsx ***!
|
||||
\************************************************************************************************************************************************/
|
||||
|
||||
12
dist/pages/home/index.wxss
vendored
12
dist/pages/home/index.wxss
vendored
@@ -22,18 +22,6 @@
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[2]!./node_modules/@antmjs/vantui/es/notice-bar/index.css ***!
|
||||
\***************************************************************************************************************************************************************************************************************************/
|
||||
.van-notice-bar{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:80rpx;height:var(--notice-bar-height,80rpx);padding:0 32rpx;padding:var(--notice-bar-padding,0 32rpx);font-size:28rpx;font-size:var(--notice-bar-font-size, 28rpx);color:#ed6a0c;color:var(--notice-bar-text-color,#ed6a0c);line-height:48rpx;line-height:var(--notice-bar-line-height, 48rpx);background-color:#fffbe8;background-color:var(--notice-bar-background-color,#fffbe8)}.van-notice-bar--withicon{position:relative;padding-right:80rpx}.van-notice-bar--wrapable{height:auto;padding:16rpx 32rpx;padding:var(--notice-bar-wrapable-padding,16rpx 32rpx)}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal}.van-notice-bar__left-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:8rpx;vertical-align:middle;font-size:32rpx;font-size:var(--notice-bar-icon-size, 32rpx);min-width:44rpx;min-width:var(--notice-bar-icon-min-width,44rpx)}.van-notice-bar__right-icon{position:absolute;top:20rpx;right:30rpx;font-size:32rpx;font-size:var(--notice-bar-icon-size, 32rpx);min-width:44rpx;min-width:var(--notice-bar-icon-min-width,44rpx)}.van-notice-bar__wrap{position:relative;-webkit-flex:1;flex:1;overflow:hidden;height:48rpx;height:var(--notice-bar-line-height,48rpx)}.van-notice-bar__content{position:absolute;white-space:nowrap}.van-notice-bar__content.van-ellipsis{max-width:100%}
|
||||
/*!************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[2]!./node_modules/@antmjs/vantui/es/goods-action-button/index.css ***!
|
||||
\************************************************************************************************************************************************************************************************************************************/
|
||||
.van-goods-action-button{border-radius:0;height:80rpx;height:var(--goods-action-button-height,80rpx);line-height:40rpx;line-height:var(--goods-action-button-line-height, 40rpx);border-width:0}.van-goods-action-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917);background:var(--goods-action-button-warning-color,linear-gradient(to right,#ffd01e,#ff8917))}.van-goods-action-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24);background:var(--goods-action-button-danger-color,linear-gradient(to right,#ff6034,#ee0a24))}.van-goods-action-button--first{margin-left:10rpx;border-radius:999rpx 0 0 999rpx;border-radius:var(--goods-action-button-border-radius,999rpx) 0 0 var(--goods-action-button-border-radius,999rpx)}.van-goods-action-button--last{margin-right:10rpx;border-radius:0 999rpx 999rpx 0;border-radius:0 var(--goods-action-button-border-radius,999rpx) var(--goods-action-button-border-radius,999rpx) 0}.van-goods-action-button--first.van-goods-action-button--last{border-radius:999rpx;border-radius:var(--goods-action-button-border-radius,999rpx)}.van-goods-action-button--plain{background:#fff;background:var(--goods-action-button-plain-color,#fff)}.van-goods-action-button--plain+.van-goods-action-button--plain{border-left-width:0!important}.van-goods-action-button__inner{width:100%;font-weight:500!important;font-weight:var(--font-weight-bold,500)!important}
|
||||
/*!*****************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[2]!./node_modules/@antmjs/vantui/es/goods-action/index.css ***!
|
||||
\*****************************************************************************************************************************************************************************************************************************/
|
||||
.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;box-sizing:content-box;z-index:806;z-index:var(--goods-action-z-index,806);height:100rpx;height:var(--goods-action-height,100rpx);background-color:#fff;background-color:var(--goods-action-background-color,#fff)}.van-goods-action--safe{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-goods-action taro-button-core+taro-button-core{margin-top:inherit}
|
||||
/*!***********************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[0].use[2]!./node_modules/@antmjs/vantui/es/dialog/index.css ***!
|
||||
\***********************************************************************************************************************************************************************************************************************/
|
||||
.van-dialog{top:45%!important;overflow:hidden;width:640rpx;width:var(--dialog-width,640rpx);font-size:32rpx;font-size:var(--dialog-font-size, 32rpx);border-radius:32rpx;border-radius:var(--dialog-border-radius,32rpx);background-color:#fff;background-color:var(--dialog-background-color,#fff)}@media (max-width:642px){.van-dialog{width:90%;width:var(--dialog-small-screen-width,90%)}}.van-dialog taro-button-core+taro-button-core{margin-top:0}.van-dialog__header{text-align:center;padding-top:48rpx;padding-top:var(--dialog-header-padding-top,48rpx);font-weight:500;font-weight:var(--dialog-header-font-weight,500);line-height:48rpx;line-height:var(--dialog-header-line-height, 48rpx)}.van-dialog__header--isolated{padding:48rpx 0;padding:var(--dialog-header-isolated-padding,48rpx 0)}.van-dialog__message{overflow-y:auto;text-align:center;-webkit-overflow-scrolling:touch;font-size:28rpx;font-size:var(--dialog-message-font-size, 28rpx);line-height:40rpx;line-height:var(--dialog-message-line-height, 40rpx);max-height:60vh;max-height:var(--dialog-message-max-height,60vh);padding:48rpx;padding:var(--dialog-message-padding,48rpx)}.van-dialog__message-text{word-wrap:break-word}.van-dialog__message--hasTitle{padding-top:16rpx;padding-top:var(--dialog-has-title-message-padding-top,16rpx);color:#646566;color:var(--dialog-has-title-message-text-color,#646566)}.van-dialog__message--round-button{padding-bottom:32rpx;color:#323233}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{display:-webkit-flex;display:flex}.van-dialog__footer--round-button{position:relative!important;padding:16rpx 48rpx 32rpx!important}.van-dialog__button{-webkit-flex:1;flex:1}.van-dialog__confirm{border:0!important;color:#576b95}.van-dialog__cancel{border:0!important;color:#646566}.van-dialog-bounce-enter{-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}
|
||||
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/cache-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[5]!./src/pages/home/index.scss ***!
|
||||
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
|
||||
2
dist/vendors.js
vendored
2
dist/vendors.js
vendored
File diff suppressed because one or more lines are too long
34
dist/vendors.js.LICENSE.txt
vendored
34
dist/vendors.js.LICENSE.txt
vendored
@@ -1,9 +1,17 @@
|
||||
/*! ../button */
|
||||
|
||||
/*! ../button/index */
|
||||
|
||||
/*! ../common/jumpLink */
|
||||
|
||||
/*! ../common/utils */
|
||||
|
||||
/*! ../common/validator */
|
||||
|
||||
/*! ../goods-action-button/index */
|
||||
|
||||
/*! ../goods-action/index */
|
||||
|
||||
/*! ../icon */
|
||||
|
||||
/*! ../icon/index */
|
||||
@@ -16,6 +24,8 @@
|
||||
|
||||
/*! ../overlay/index */
|
||||
|
||||
/*! ../popup/index */
|
||||
|
||||
/*! ../transition/index */
|
||||
|
||||
/*! ../wxs/add-unit */
|
||||
@@ -34,6 +44,8 @@
|
||||
|
||||
/*! ./../transition */
|
||||
|
||||
/*! ./../wxs/utils */
|
||||
|
||||
/*! ./add-unit */
|
||||
|
||||
/*! ./array */
|
||||
@@ -50,6 +62,8 @@
|
||||
|
||||
/*! ./defineProperty.js */
|
||||
|
||||
/*! ./dialog */
|
||||
|
||||
/*! ./events */
|
||||
|
||||
/*! ./iterableToArray.js */
|
||||
@@ -224,6 +238,10 @@
|
||||
!*** ./node_modules/@antmjs/vantui/es/common/utils.js ***!
|
||||
\********************************************************/
|
||||
|
||||
/*!********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/dialog/index.js ***!
|
||||
\********************************************************/
|
||||
|
||||
/*!********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/tabbar/index.js ***!
|
||||
\********************************************************/
|
||||
@@ -236,6 +254,14 @@
|
||||
!*** ./node_modules/@antmjs/vantui/es/wxs/add-unit.js ***!
|
||||
\********************************************************/
|
||||
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/dialog/dialog.js ***!
|
||||
\*********************************************************/
|
||||
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/dialog/events.js ***!
|
||||
\*********************************************************/
|
||||
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/loading/index.js ***!
|
||||
\*********************************************************/
|
||||
@@ -284,6 +310,10 @@
|
||||
!*** ./node_modules/performance-now/lib/performance-now.js ***!
|
||||
\*************************************************************/
|
||||
|
||||
/*!**************************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/goods-action/index.js ***!
|
||||
\**************************************************************/
|
||||
|
||||
/*!******************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js ***!
|
||||
\******************************************************************/
|
||||
@@ -308,6 +338,10 @@
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
||||
\********************************************************************/
|
||||
|
||||
/*!*********************************************************************!*\
|
||||
!*** ./node_modules/@antmjs/vantui/es/goods-action-button/index.js ***!
|
||||
\*********************************************************************/
|
||||
|
||||
/*!*********************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
|
||||
\*********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user