xiaoe_mp_npm 1.1.21 → 1.1.22-test02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +10 -10
- package/.eslintrc.js +102 -102
- package/.gitlab-ci.yml +44 -44
- package/.prettierrc.js +34 -34
- package/.vscode/extensions.json +4 -4
- package/.vscode/settings.json +9 -9
- package/LICENSE +21 -21
- package/README.md +134 -134
- package/gulpfile.js +26 -26
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.js +181 -181
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +25 -25
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.js +253 -253
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.less +255 -255
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxml +122 -122
- package/miniprogram_dist/CollectionAddress/index.js +288 -288
- package/miniprogram_dist/CollectionAddress/index.json +13 -13
- package/miniprogram_dist/CollectionAddress/index.less +4 -4
- package/miniprogram_dist/CollectionAddress/index.wxml +93 -93
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.json +10 -10
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.less +123 -123
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.wxml +51 -51
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.js +168 -168
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.json +7 -7
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.less +95 -95
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.wxml +36 -36
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.js +160 -160
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.json +4 -4
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.less +79 -79
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.wxml +33 -33
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.js +115 -115
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.json +5 -5
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.less +20 -20
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.wxml +9 -9
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.js +1819 -1819
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.json +27 -27
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.scss +44 -44
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxml +225 -225
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.js +129 -129
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.json +8 -8
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.scss +58 -58
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.wxml +25 -25
- package/miniprogram_dist/GoodsItem/index.js +180 -21
- package/miniprogram_dist/GoodsItem/index.scss +822 -627
- package/miniprogram_dist/GoodsItem/index.wxml +145 -108
- package/miniprogram_dist/GoodsItem/index.wxs +40 -40
- package/miniprogram_dist/GoodsItem/index.wxss +1149 -461
- package/miniprogram_dist/LiveGoodsList/Header/index.js +65 -65
- package/miniprogram_dist/LiveGoodsList/Header/index.json +6 -6
- package/miniprogram_dist/LiveGoodsList/Header/index.less +45 -45
- package/miniprogram_dist/LiveGoodsList/Header/index.scss +157 -137
- package/miniprogram_dist/LiveGoodsList/Header/index.wxml +39 -36
- package/miniprogram_dist/LiveGoodsList/Header/index.wxss +88 -12
- package/miniprogram_dist/LiveGoodsList/README.md +9 -9
- package/miniprogram_dist/LiveGoodsList/index.js +29 -10
- package/miniprogram_dist/LiveGoodsList/index.less +53 -53
- package/miniprogram_dist/LiveGoodsList/index.scss +173 -173
- package/miniprogram_dist/LiveGoodsList/index.wxml +9 -1
- package/miniprogram_dist/MatchList/index.js +445 -441
- package/miniprogram_dist/MatchList/index.json +5 -5
- package/miniprogram_dist/MatchList/index.scss +175 -175
- package/miniprogram_dist/MatchList/index.wxml +98 -97
- package/miniprogram_dist/MemberIntegralMultiplierBar/index.js +196 -196
- package/miniprogram_dist/MemberIntegralMultiplierBar/index.json +7 -7
- package/miniprogram_dist/MemberIntegralMultiplierBar/index.scss +67 -67
- package/miniprogram_dist/MemberIntegralMultiplierBar/index.wxml +8 -8
- package/miniprogram_dist/MemberIntegralMultiplierPopup/index.js +54 -54
- package/miniprogram_dist/MemberIntegralMultiplierPopup/index.json +7 -7
- package/miniprogram_dist/MemberIntegralMultiplierPopup/index.scss +86 -86
- package/miniprogram_dist/MemberIntegralMultiplierPopup/index.wxml +48 -48
- package/miniprogram_dist/MemberIntegralMultiplierPopup/popup-service.js +18 -18
- package/miniprogram_dist/MsgBubble/index.js +312 -0
- package/miniprogram_dist/MsgBubble/index.json +7 -0
- package/miniprogram_dist/MsgBubble/index.scss +81 -0
- package/miniprogram_dist/MsgBubble/index.wxml +19 -0
- package/miniprogram_dist/MsgBubble/index.wxss +202 -0
- package/miniprogram_dist/ShoppingCartBubble/index.js +336 -156
- package/miniprogram_dist/ShoppingCartBubble/index.scss +94 -55
- package/miniprogram_dist/ShoppingCartBubble/index.wxml +14 -11
- package/miniprogram_dist/ShoppingCartBubble/index.wxss +196 -40
- package/miniprogram_dist/Task/TaskBubble/index.json +3 -3
- package/miniprogram_dist/Task/TaskBubble/index.scss +125 -125
- package/miniprogram_dist/Task/TaskBubble/index.wxml +22 -22
- package/miniprogram_dist/Task/TaskIcon/index.js +29 -29
- package/miniprogram_dist/Task/TaskIcon/index.json +4 -4
- package/miniprogram_dist/Task/TaskIcon/index.scss +70 -70
- package/miniprogram_dist/Task/TaskIcon/index.wxml +5 -5
- package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.js +52 -52
- package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.json +6 -6
- package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.scss +39 -39
- package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.wxml +23 -23
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.js +578 -578
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.json +10 -10
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.scss +245 -245
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxml +145 -145
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxs +7 -7
- package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.js +298 -298
- package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.json +7 -7
- package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.scss +66 -66
- package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.wxml +41 -41
- package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.js +129 -129
- package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.json +13 -13
- package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.scss +90 -90
- package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.wxml +69 -69
- package/miniprogram_dist/Task/TaskPopup/index.js +174 -174
- package/miniprogram_dist/Task/TaskPopup/index.json +7 -7
- package/miniprogram_dist/Task/TaskPopup/index.scss +166 -166
- package/miniprogram_dist/Task/TaskPopup/index.wxml +87 -87
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.js +131 -131
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.json +5 -5
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.scss +191 -191
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxml +64 -64
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxs +78 -78
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.js +40 -40
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.json +5 -5
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.scss +6 -6
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.wxml +1 -1
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -50
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -623
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -183
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -216
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -3563
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -2364
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -209
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -269
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -1276
- package/miniprogram_dist/Task/TaskQuizPopup/index.js +246 -246
- package/miniprogram_dist/Task/TaskQuizPopup/index.json +7 -7
- package/miniprogram_dist/Task/TaskQuizPopup/index.scss +158 -158
- package/miniprogram_dist/Task/TaskQuizPopup/index.wxml +99 -99
- package/miniprogram_dist/Task/common/task.js +55 -55
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.js +74 -74
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.json +5 -5
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.scss +107 -107
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.wxml +27 -27
- package/miniprogram_dist/Task/taskReceivePopup/coupon/index.js +68 -68
- package/miniprogram_dist/Task/taskReceivePopup/coupon/index.json +6 -6
- package/miniprogram_dist/Task/taskReceivePopup/coupon/index.scss +123 -123
- package/miniprogram_dist/Task/taskReceivePopup/coupon/index.wxml +81 -81
- package/miniprogram_dist/Task/taskReceivePopup/coupon/index.wxs +48 -48
- package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.js +44 -44
- package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.json +6 -6
- package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.scss +106 -106
- package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.wxml +38 -38
- package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.wxs +48 -48
- package/miniprogram_dist/Task/taskReceivePopup/index.js +47 -47
- package/miniprogram_dist/Task/taskReceivePopup/index.json +13 -13
- package/miniprogram_dist/Task/taskReceivePopup/index.wxml +32 -32
- package/miniprogram_dist/Task/taskReceivePopup/integral/index.js +106 -106
- package/miniprogram_dist/Task/taskReceivePopup/integral/index.json +7 -7
- package/miniprogram_dist/Task/taskReceivePopup/integral/index.scss +60 -60
- package/miniprogram_dist/Task/taskReceivePopup/integral/index.wxml +23 -23
- package/miniprogram_dist/TeacherGoodsList/index.js +997 -983
- package/miniprogram_dist/TeacherGoodsList/index.json +10 -10
- package/miniprogram_dist/TeacherGoodsList/index.scss +178 -178
- package/miniprogram_dist/TeacherGoodsList/index.wxml +146 -144
- package/miniprogram_dist/common/api/liveGoodsList.js +181 -167
- package/miniprogram_dist/common/assets/images/coupon/emptypage.svg +49 -49
- package/miniprogram_dist/common/assets/images/coupon/failed.svg +5 -5
- package/miniprogram_dist/common/assets/images/coupon/up.svg +21 -21
- package/miniprogram_dist/common/assets/images/pay/loading.svg +3 -3
- package/miniprogram_dist/common/assets/images/recommend.svg +6 -6
- package/miniprogram_dist/common/assets/images/refresh.svg +10 -10
- package/miniprogram_dist/common/assets/images/refresh_white.svg +3 -3
- package/miniprogram_dist/common/assets/images/wechat.svg +4 -4
- package/miniprogram_dist/common/css/index.less +2 -2
- package/miniprogram_dist/common/css/theme.less +19 -19
- package/miniprogram_dist/common/libs/dataUp/sensorUp.js +91 -91
- package/miniprogram_dist/common/libs/playerHttp.js +58 -58
- package/miniprogram_dist/common/libs/playerRequestUrl.js +39 -39
- package/miniprogram_dist/common/transaction/parameter/channel-info.js +36 -36
- package/miniprogram_dist/common/transaction/parameter/delivery-info.js +26 -26
- package/miniprogram_dist/common/transaction/parameter/misc-parameter.js +21 -21
- package/miniprogram_dist/common/utils/currency.js +52 -52
- package/miniprogram_dist/common/utils/getInfoCollectionData.js +59 -59
- package/miniprogram_dist/common/utils/image-cdn-slim/constant.js +8 -8
- package/miniprogram_dist/common/utils/image-cdn-slim/index.js +7 -7
- package/miniprogram_dist/common/utils/image-cdn-slim/utils.js +156 -156
- package/miniprogram_dist/common/utils/index.js +86 -86
- package/miniprogram_dist/common/utils/liveGoods.js +217 -217
- package/miniprogram_dist/common/utils/specialList.js +5 -5
- package/miniprogram_dist/common/utils/tool.js +72 -72
- package/miniprogram_dist/common/wxs/filter.wxs +29 -29
- package/miniprogram_dist/index.js +6 -6
- package/miniprogram_dist/index.js.map +1 -1
- package/miniprogram_dist/lib.js.map +1 -1
- package/package.json +78 -78
- package/project.config.json +79 -79
- package/src/AliveInvite/LiveRoomVertical/components/friends/friends.js +181 -181
- package/src/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +25 -25
- package/src/AliveInvite/LiveRoomVertical/components/friends/friends.wxss +97 -97
- package/src/AliveInvite/LiveRoomVertical/index.js +253 -253
- package/src/AliveInvite/LiveRoomVertical/index.less +255 -255
- package/src/AliveInvite/LiveRoomVertical/index.wxml +122 -122
- package/src/AliveInvite/LiveRoomVertical/index.wxss +252 -252
- package/src/CollectionAddress/index.js +288 -288
- package/src/CollectionAddress/index.json +13 -13
- package/src/CollectionAddress/index.less +4 -4
- package/src/CollectionAddress/index.wxml +93 -93
- package/src/CollectionAddress/index.wxss +5 -5
- package/src/ConfirmOrder/components/AddressEdit/index.json +10 -10
- package/src/ConfirmOrder/components/AddressEdit/index.less +123 -123
- package/src/ConfirmOrder/components/AddressEdit/index.wxml +51 -51
- package/src/ConfirmOrder/components/AddressEdit/index.wxss +120 -120
- package/src/ConfirmOrder/components/AddressManage/index.js +168 -168
- package/src/ConfirmOrder/components/AddressManage/index.json +7 -7
- package/src/ConfirmOrder/components/AddressManage/index.less +95 -95
- package/src/ConfirmOrder/components/AddressManage/index.wxml +36 -36
- package/src/ConfirmOrder/components/AddressManage/index.wxss +98 -98
- package/src/ConfirmOrder/components/AddressSelect/index.js +160 -160
- package/src/ConfirmOrder/components/AddressSelect/index.json +4 -4
- package/src/ConfirmOrder/components/AddressSelect/index.less +79 -79
- package/src/ConfirmOrder/components/AddressSelect/index.wxml +33 -33
- package/src/ConfirmOrder/components/AddressSelect/index.wxss +67 -67
- package/src/ConfirmOrder/components/ChoosePicker/index.js +115 -115
- package/src/ConfirmOrder/components/ChoosePicker/index.json +5 -5
- package/src/ConfirmOrder/components/ChoosePicker/index.less +20 -20
- package/src/ConfirmOrder/components/ChoosePicker/index.wxml +9 -9
- package/src/ConfirmOrder/components/ChoosePicker/index.wxss +18 -18
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.js +1819 -1819
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.json +27 -27
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.scss +44 -44
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxml +225 -225
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxss +37 -37
- package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.js +129 -129
- package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.json +8 -8
- package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.scss +58 -58
- package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.wxml +25 -25
- package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.wxss +1 -1
- package/src/ConfirmOrder/components/GoodsInfo/index.wxss +1 -1
- package/src/ConfirmOrder/components/IntegralSelect/index.wxss +218 -218
- package/src/ConfirmOrder/components/Invoice/index.wxss +93 -93
- package/src/ConfirmOrder/components/LeaveWord/index.wxss +1 -1
- package/src/ConfirmOrder/components/OrderBubble/index.wxss +1 -1
- package/src/ConfirmOrder/components/PayBar/index.wxss +1 -1
- package/src/ConfirmOrder/components/PayDetail/index.wxss +78 -78
- package/src/ConfirmOrder/components/SvipSelect/SvipSelect.wxss +266 -266
- package/src/CopGoodsCard/index.wxss +1 -1
- package/src/CouponList/components/CouponItem/index.wxss +1 -1
- package/src/CouponList/components/couponIcon/index.wxss +1 -1
- package/src/CouponList/stuCouponPopup/index.wxss +1 -1
- package/src/CouponReceivePopup/index.wxss +1 -1
- package/src/CustomPopup/index.wxss +37 -37
- package/src/GoodsBubble/index.wxss +1 -1
- package/src/GoodsItem/index.js +180 -21
- package/src/GoodsItem/index.scss +822 -627
- package/src/GoodsItem/index.wxml +145 -108
- package/src/GoodsItem/index.wxs +40 -40
- package/src/GoodsItem/index.wxss +1 -1
- package/src/GoodsRecommend/index.wxss +537 -537
- package/src/LevelMemberBar/index.wxss +1 -1
- package/src/LiveGoodsList/Header/index.js +65 -65
- package/src/LiveGoodsList/Header/index.json +6 -6
- package/src/LiveGoodsList/Header/index.less +45 -45
- package/src/LiveGoodsList/Header/index.scss +157 -137
- package/src/LiveGoodsList/Header/index.wxml +39 -36
- package/src/LiveGoodsList/Header/index.wxss +1 -1
- package/src/LiveGoodsList/README.md +9 -9
- package/src/LiveGoodsList/index.js +29 -10
- package/src/LiveGoodsList/index.less +53 -53
- package/src/LiveGoodsList/index.scss +173 -173
- package/src/LiveGoodsList/index.wxml +9 -1
- package/src/LiveGoodsList/index.wxss +1 -1
- package/src/MatchList/index.js +445 -441
- package/src/MatchList/index.json +5 -5
- package/src/MatchList/index.scss +175 -175
- package/src/MatchList/index.wxml +98 -97
- package/src/MatchList/index.wxss +1 -1
- package/src/MemberIntegralMultiplierBar/index.js +196 -196
- package/src/MemberIntegralMultiplierBar/index.json +7 -7
- package/src/MemberIntegralMultiplierBar/index.scss +67 -67
- package/src/MemberIntegralMultiplierBar/index.wxml +8 -8
- package/src/MemberIntegralMultiplierBar/index.wxss +1 -1
- package/src/MemberIntegralMultiplierPopup/index.js +54 -54
- package/src/MemberIntegralMultiplierPopup/index.json +7 -7
- package/src/MemberIntegralMultiplierPopup/index.scss +86 -86
- package/src/MemberIntegralMultiplierPopup/index.wxml +48 -48
- package/src/MemberIntegralMultiplierPopup/index.wxss +1 -1
- package/src/MemberIntegralMultiplierPopup/popup-service.js +18 -18
- package/src/MsgBubble/index.js +312 -0
- package/src/MsgBubble/index.json +7 -0
- package/src/MsgBubble/index.scss +81 -0
- package/src/MsgBubble/index.wxml +19 -0
- package/src/MsgBubble/index.wxss +1 -0
- package/src/PayModule/button/index.wxss +58 -58
- package/src/ShoppingCartBubble/index.js +336 -156
- package/src/ShoppingCartBubble/index.scss +94 -55
- package/src/ShoppingCartBubble/index.wxml +14 -11
- package/src/ShoppingCartBubble/index.wxss +1 -1
- package/src/Task/TaskBubble/index.json +3 -3
- package/src/Task/TaskBubble/index.scss +125 -125
- package/src/Task/TaskBubble/index.wxml +22 -22
- package/src/Task/TaskBubble/index.wxss +289 -289
- package/src/Task/TaskIcon/index.js +29 -29
- package/src/Task/TaskIcon/index.json +4 -4
- package/src/Task/TaskIcon/index.scss +70 -70
- package/src/Task/TaskIcon/index.wxml +5 -5
- package/src/Task/TaskIcon/index.wxss +130 -130
- package/src/Task/TaskPopup/component/RewardList/index.js +52 -52
- package/src/Task/TaskPopup/component/RewardList/index.json +6 -6
- package/src/Task/TaskPopup/component/RewardList/index.scss +39 -39
- package/src/Task/TaskPopup/component/RewardList/index.wxml +23 -23
- package/src/Task/TaskPopup/component/RewardList/index.wxss +18 -18
- package/src/Task/TaskPopup/component/TaskItem/index.js +578 -578
- package/src/Task/TaskPopup/component/TaskItem/index.json +10 -10
- package/src/Task/TaskPopup/component/TaskItem/index.scss +245 -245
- package/src/Task/TaskPopup/component/TaskItem/index.wxml +145 -145
- package/src/Task/TaskPopup/component/TaskItem/index.wxs +7 -7
- package/src/Task/TaskPopup/component/TaskItem/index.wxss +1 -1
- package/src/Task/TaskPopup/component/TaskList/index.js +298 -298
- package/src/Task/TaskPopup/component/TaskList/index.json +7 -7
- package/src/Task/TaskPopup/component/TaskList/index.scss +66 -66
- package/src/Task/TaskPopup/component/TaskList/index.wxml +41 -41
- package/src/Task/TaskPopup/component/TaskList/index.wxss +118 -118
- package/src/Task/TaskPopup/component/TaskType/index.js +129 -129
- package/src/Task/TaskPopup/component/TaskType/index.json +13 -13
- package/src/Task/TaskPopup/component/TaskType/index.scss +90 -90
- package/src/Task/TaskPopup/component/TaskType/index.wxml +69 -69
- package/src/Task/TaskPopup/component/TaskType/index.wxss +1 -1
- package/src/Task/TaskPopup/index.js +174 -174
- package/src/Task/TaskPopup/index.json +7 -7
- package/src/Task/TaskPopup/index.scss +166 -166
- package/src/Task/TaskPopup/index.wxml +87 -87
- package/src/Task/TaskPopup/index.wxss +490 -490
- package/src/Task/TaskQuizPopup/components/quizContent/index.js +131 -131
- package/src/Task/TaskQuizPopup/components/quizContent/index.json +5 -5
- package/src/Task/TaskQuizPopup/components/quizContent/index.scss +191 -191
- package/src/Task/TaskQuizPopup/components/quizContent/index.wxml +64 -64
- package/src/Task/TaskQuizPopup/components/quizContent/index.wxs +78 -78
- package/src/Task/TaskQuizPopup/components/quizContent/index.wxss +521 -521
- package/src/Task/TaskQuizPopup/components/quizRichText/index.js +40 -40
- package/src/Task/TaskQuizPopup/components/quizRichText/index.json +5 -5
- package/src/Task/TaskQuizPopup/components/quizRichText/index.scss +6 -6
- package/src/Task/TaskQuizPopup/components/quizRichText/index.wxml +1 -1
- package/src/Task/TaskQuizPopup/components/quizRichText/index.wxss +298 -298
- package/src/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -50
- package/src/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -623
- package/src/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -183
- package/src/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -216
- package/src/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -3563
- package/src/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -2364
- package/src/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -209
- package/src/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -269
- package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -1276
- package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxss +316 -316
- package/src/Task/TaskQuizPopup/index.js +246 -246
- package/src/Task/TaskQuizPopup/index.json +7 -7
- package/src/Task/TaskQuizPopup/index.scss +158 -158
- package/src/Task/TaskQuizPopup/index.wxml +99 -99
- package/src/Task/TaskQuizPopup/index.wxss +478 -478
- package/src/Task/common/task.js +55 -55
- package/src/Task/taskQuizRemindPopup/index.js +74 -74
- package/src/Task/taskQuizRemindPopup/index.json +5 -5
- package/src/Task/taskQuizRemindPopup/index.scss +107 -107
- package/src/Task/taskQuizRemindPopup/index.wxml +27 -27
- package/src/Task/taskQuizRemindPopup/index.wxss +286 -286
- package/src/Task/taskReceivePopup/coupon/index.js +68 -68
- package/src/Task/taskReceivePopup/coupon/index.json +6 -6
- package/src/Task/taskReceivePopup/coupon/index.scss +123 -123
- package/src/Task/taskReceivePopup/coupon/index.wxml +81 -81
- package/src/Task/taskReceivePopup/coupon/index.wxs +48 -48
- package/src/Task/taskReceivePopup/coupon/index.wxss +274 -274
- package/src/Task/taskReceivePopup/customPrizes/index.js +44 -44
- package/src/Task/taskReceivePopup/customPrizes/index.json +6 -6
- package/src/Task/taskReceivePopup/customPrizes/index.scss +106 -106
- package/src/Task/taskReceivePopup/customPrizes/index.wxml +38 -38
- package/src/Task/taskReceivePopup/customPrizes/index.wxs +48 -48
- package/src/Task/taskReceivePopup/customPrizes/index.wxss +220 -220
- package/src/Task/taskReceivePopup/index.js +47 -47
- package/src/Task/taskReceivePopup/index.json +13 -13
- package/src/Task/taskReceivePopup/index.wxml +32 -32
- package/src/Task/taskReceivePopup/index.wxss +1 -1
- package/src/Task/taskReceivePopup/integral/index.js +106 -106
- package/src/Task/taskReceivePopup/integral/index.json +7 -7
- package/src/Task/taskReceivePopup/integral/index.scss +60 -60
- package/src/Task/taskReceivePopup/integral/index.wxml +23 -23
- package/src/Task/taskReceivePopup/integral/index.wxss +94 -94
- package/src/TeacherGoodsList/index.js +997 -983
- package/src/TeacherGoodsList/index.json +10 -10
- package/src/TeacherGoodsList/index.scss +178 -178
- package/src/TeacherGoodsList/index.wxml +146 -144
- package/src/TeacherGoodsList/index.wxss +1 -1
- package/src/common/api/liveGoodsList.js +181 -167
- package/src/common/assets/copy.wxss +3 -3
- package/src/common/assets/images/coupon/emptypage.svg +49 -49
- package/src/common/assets/images/coupon/failed.svg +5 -5
- package/src/common/assets/images/coupon/up.svg +21 -21
- package/src/common/assets/images/pay/loading.svg +3 -3
- package/src/common/assets/images/recommend.svg +6 -6
- package/src/common/assets/images/refresh.svg +10 -10
- package/src/common/assets/images/refresh_white.svg +3 -3
- package/src/common/assets/images/wechat.svg +4 -4
- package/src/common/css/index.less +2 -2
- package/src/common/css/theme.less +19 -19
- package/src/common/css/theme.wxss +16 -16
- package/src/common/libs/dataUp/sensorUp.js +91 -91
- package/src/common/libs/playerHttp.js +58 -58
- package/src/common/libs/playerRequestUrl.js +39 -39
- package/src/common/transaction/parameter/channel-info.js +36 -36
- package/src/common/transaction/parameter/delivery-info.js +26 -26
- package/src/common/transaction/parameter/misc-parameter.js +21 -21
- package/src/common/utils/currency.js +52 -52
- package/src/common/utils/getInfoCollectionData.js +59 -59
- package/src/common/utils/image-cdn-slim/constant.js +8 -8
- package/src/common/utils/image-cdn-slim/index.js +7 -7
- package/src/common/utils/image-cdn-slim/utils.js +156 -156
- package/src/common/utils/index.js +86 -86
- package/src/common/utils/liveGoods.js +217 -217
- package/src/common/utils/specialList.js +5 -5
- package/src/common/utils/tool.js +72 -72
- package/src/common/wxs/filter.wxs +29 -29
- package/src/coupon/components/CouponItem/index.wxss +821 -821
- package/src/coupon/components/CouponSelect/index.wxss +1132 -1132
- package/src/coupon/index.wxss +216 -216
- package/src/index.js +23 -23
- package/src/lib.ts +5 -5
- package/src/project.config.json +68 -68
- package/src/utils.js +5 -5
- package/tsconfig.json +25 -25
|
@@ -1,167 +1,181 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Descripttion:
|
|
3
|
-
* @version:
|
|
4
|
-
* @Author: conlinchen
|
|
5
|
-
* @Date: 2021-11-02 15:46:45
|
|
6
|
-
* @LastEditors: conlinchen
|
|
7
|
-
* @LastEditTime: 2021-11-16 11:07:30
|
|
8
|
-
*/
|
|
9
|
-
const http = require("live-mp-tools")
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* ------------------- 接口api -------------------
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
// 接口前缀
|
|
16
|
-
let gateway = (data = "_alive/") => {
|
|
17
|
-
return data;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const GOODS_LIST = {
|
|
21
|
-
GOODS_LIST: `${gateway()}xe.ecommerce.alive_goods_system.marketing.list.get/1.0.0`,
|
|
22
|
-
GOODS_LIST_NEW: `${gateway()}xe.ecommerce.marketing.list.get/3.0.0`,
|
|
23
|
-
LOTTERY_GOODS_LIST: `${gateway()}bff_h5/ags/xe.alive_goods.prize_goods_list/1.0.0`,
|
|
24
|
-
COUPON_SWITCH: `${gateway()}xe.marketing.coupon.switch.config/1.0.0`,
|
|
25
|
-
USER_PERMISSION: `${gateway()}xe.ecommerce.alive_goods_system.check.permission/1.0.0`,
|
|
26
|
-
USER_PERMISSION_NEW: `${gateway()}xe.ecommerce.check.permission/3.0.0`,
|
|
27
|
-
|
|
28
|
-
SNAP_CHECK: `${gateway()}xe.ecommerce.alive_goods_system.check.snap_up/1.0.0`,
|
|
29
|
-
SNAP_CHECK_NEW: `${gateway()}xe.ecommerce.check.snap_up/3.0.0`,
|
|
30
|
-
|
|
31
|
-
SHOW_GOODS: `${gateway()}xe.user.display_package.edit`,
|
|
32
|
-
|
|
33
|
-
REQUEST_CHANGE_SHOW: `${gateway()}elive/goods/xe.alive_goods.batch_edit_display/1.0.0`,
|
|
34
|
-
SET_GOODS_SELL_OUT: `${gateway()}elive/goods/xe.alive_goods.goods_status_operate/1.0.0`,
|
|
35
|
-
GET_GOOD_VALUE: `${gateway()}get_goods_price`,
|
|
36
|
-
SHOPPING_CART_BARRAGE: `${gateway()}bff_h5/ags/xe.alive_goods.shopping_cart_barrage/1.0.0`,
|
|
37
|
-
ORDER_BARRAGE: `${gateway()}bff_h5/ags/xe.alive_goods.order_barrage/1.0.0`,
|
|
38
|
-
REQUEST_CHANGE_PRICE:`${gateway()}elive/goods/xe.alive_goods.batch_preheat_price/1.0.0`,
|
|
39
|
-
GET_SEARCH_GOODS_LIST:`${gateway()}xe.ecommerce.marketing.list.get/3.0.0`,
|
|
40
|
-
GET_SEARCH_LIST:`${gateway()}bff_h5/ags/xe.alive_goods.search_list/1.0.0`, // 获取搜索列表
|
|
41
|
-
GET_TAG_GROUPS: `${gateway()}bff_h5/goods/get_tag_groups_by_alive`, // 获取商品标签
|
|
42
|
-
GET_GOOD_LIST_BY_TAG_GROUP: `${gateway()}bff_h5/goods/get_good_list_by_tag_group`, // 根据标签获取商品列表
|
|
43
|
-
GET_ALIVE_MARKET_CONF: `${gateway()}interact_common/get_alive_market_conf/1.0.0
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
1
|
+
/*
|
|
2
|
+
* @Descripttion:
|
|
3
|
+
* @version:
|
|
4
|
+
* @Author: conlinchen
|
|
5
|
+
* @Date: 2021-11-02 15:46:45
|
|
6
|
+
* @LastEditors: conlinchen
|
|
7
|
+
* @LastEditTime: 2021-11-16 11:07:30
|
|
8
|
+
*/
|
|
9
|
+
const http = require("live-mp-tools")
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* ------------------- 接口api -------------------
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
// 接口前缀
|
|
16
|
+
let gateway = (data = "_alive/") => {
|
|
17
|
+
return data;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const GOODS_LIST = {
|
|
21
|
+
GOODS_LIST: `${gateway()}xe.ecommerce.alive_goods_system.marketing.list.get/1.0.0`,
|
|
22
|
+
GOODS_LIST_NEW: `${gateway()}xe.ecommerce.marketing.list.get/3.0.0`,
|
|
23
|
+
LOTTERY_GOODS_LIST: `${gateway()}bff_h5/ags/xe.alive_goods.prize_goods_list/1.0.0`,
|
|
24
|
+
COUPON_SWITCH: `${gateway()}xe.marketing.coupon.switch.config/1.0.0`,
|
|
25
|
+
USER_PERMISSION: `${gateway()}xe.ecommerce.alive_goods_system.check.permission/1.0.0`,
|
|
26
|
+
USER_PERMISSION_NEW: `${gateway()}xe.ecommerce.check.permission/3.0.0`,
|
|
27
|
+
|
|
28
|
+
SNAP_CHECK: `${gateway()}xe.ecommerce.alive_goods_system.check.snap_up/1.0.0`,
|
|
29
|
+
SNAP_CHECK_NEW: `${gateway()}xe.ecommerce.check.snap_up/3.0.0`,
|
|
30
|
+
|
|
31
|
+
SHOW_GOODS: `${gateway()}xe.user.display_package.edit`,
|
|
32
|
+
|
|
33
|
+
REQUEST_CHANGE_SHOW: `${gateway()}elive/goods/xe.alive_goods.batch_edit_display/1.0.0`,
|
|
34
|
+
SET_GOODS_SELL_OUT: `${gateway()}elive/goods/xe.alive_goods.goods_status_operate/1.0.0`,
|
|
35
|
+
GET_GOOD_VALUE: `${gateway()}get_goods_price`,
|
|
36
|
+
SHOPPING_CART_BARRAGE: `${gateway()}bff_h5/ags/xe.alive_goods.shopping_cart_barrage/1.0.0`,
|
|
37
|
+
ORDER_BARRAGE: `${gateway()}bff_h5/ags/xe.alive_goods.order_barrage/1.0.0`,
|
|
38
|
+
REQUEST_CHANGE_PRICE:`${gateway()}elive/goods/xe.alive_goods.batch_preheat_price/1.0.0`,
|
|
39
|
+
GET_SEARCH_GOODS_LIST:`${gateway()}xe.ecommerce.marketing.list.get/3.0.0`,
|
|
40
|
+
GET_SEARCH_LIST:`${gateway()}bff_h5/ags/xe.alive_goods.search_list/1.0.0`, // 获取搜索列表
|
|
41
|
+
GET_TAG_GROUPS: `${gateway()}bff_h5/goods/get_tag_groups_by_alive`, // 获取商品标签
|
|
42
|
+
GET_GOOD_LIST_BY_TAG_GROUP: `${gateway()}bff_h5/goods/get_good_list_by_tag_group`, // 根据标签获取商品列表
|
|
43
|
+
GET_ALIVE_MARKET_CONF: `${gateway()}interact_common/get_alive_market_conf/1.0.0`, // 商品标签开关
|
|
44
|
+
GET_GOODS_EXPLAIN: `${gateway()}elive/goods/xe.alive_goods.request_explain/1.0.0`, // 求讲解
|
|
45
|
+
GET_GOODS_STATE: `${gateway()}elive/goods/xe.alive_goods.goods_status_all/1.0.0`, // 获取商品状态
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
// 求讲解
|
|
49
|
+
const getGoodsExplain = (params, isNeedBiz = false, config = {}) => {
|
|
50
|
+
return http.player.post(GOODS_LIST.GET_GOODS_EXPLAIN, params, isNeedBiz, config);
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
// 获取商品状态
|
|
54
|
+
const getGoodsState = (params, isNeedBiz = false, config = {}) => {
|
|
55
|
+
return http.player.post(GOODS_LIST.GET_GOODS_STATE, params, isNeedBiz, config);
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
// 获取商品列表
|
|
59
|
+
const getGoodsList = (params, isNeedBiz = true, config = {}) => {
|
|
60
|
+
return http.player.post(GOODS_LIST.GOODS_LIST, params, isNeedBiz, config);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// 获取商品列表-new
|
|
64
|
+
const getGoodsListNew = (params, isNeedBiz = false, config = {}) => {
|
|
65
|
+
return http.player.post(GOODS_LIST.GOODS_LIST_NEW, params, isNeedBiz, config);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// 获取抽奖指定商品列表
|
|
69
|
+
const getLotteryGoodsList = (params, isNeedBiz = false, config = {}) => {
|
|
70
|
+
return http.player.post(GOODS_LIST.LOTTERY_GOODS_LIST, params, isNeedBiz, config);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// 获取券后价展示店铺设置
|
|
74
|
+
const getCouponSwitch = (params, isNeedBiz = true, config = {}) => {
|
|
75
|
+
return http.player.post(GOODS_LIST.COUPON_SWITCH, params, isNeedBiz, config);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// 获取权益接口
|
|
79
|
+
const getUserPermission = (params, isNeedBiz = true, config = {}) => {
|
|
80
|
+
return http.player.post(GOODS_LIST.USER_PERMISSION, params, isNeedBiz, config);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// 获取权益接口-new
|
|
84
|
+
const getUserPermissionNew = (params, isNeedBiz = false, config = {}) => {
|
|
85
|
+
return http.player.post(GOODS_LIST.USER_PERMISSION_NEW, params, isNeedBiz, config);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// 去抢购
|
|
89
|
+
const snapCheck = (params, isNeedBiz = true, config = {}) => {
|
|
90
|
+
return http.player.post(GOODS_LIST.SNAP_CHECK, params, isNeedBiz, config);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// 去抢购-new
|
|
94
|
+
const snapCheckNew = (params, isNeedBiz = false, config = {}) => {
|
|
95
|
+
return http.player.post(GOODS_LIST.SNAP_CHECK_NEW, params, isNeedBiz, config);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
//展示隐藏商品
|
|
99
|
+
const showGoods = (params, isNeedBiz = true, config = {}) => {
|
|
100
|
+
return http.player.post(GOODS_LIST.SHOW_GOODS, params, isNeedBiz, config);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// 批量操作显示隐藏
|
|
104
|
+
const requestChangeShow = (params, isNeedBiz = false, config = {}) => {
|
|
105
|
+
return http.player.post(GOODS_LIST.REQUEST_CHANGE_SHOW, params, isNeedBiz, config)
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// 设置商品售罄/取消售罄
|
|
109
|
+
const setGoodsSellOut = (params, isNeedBiz = false, config = {}) => {
|
|
110
|
+
return http.player.post(GOODS_LIST.SET_GOODS_SELL_OUT, params, isNeedBiz, config)
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// 获取商品状态
|
|
114
|
+
const getGoodValue = (params, isNeedBiz = false, config = {}) => {
|
|
115
|
+
return http.player.post(GOODS_LIST.GET_GOOD_VALUE, params, isNeedBiz, config)
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// 获取购物车顶部的弹幕气泡内容
|
|
119
|
+
const getShoppingBarrage = (params, isNeedBiz = false, config = {}) => {
|
|
120
|
+
return http.player.post(GOODS_LIST.SHOPPING_CART_BARRAGE, params, isNeedBiz, config)
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// 确认订单 弹幕
|
|
124
|
+
const getOrderBarrage = (params, isNeedBiz = false, config = {}) => {
|
|
125
|
+
return http.player.post(GOODS_LIST.ORDER_BARRAGE, params, isNeedBiz, config)
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
//商品价格显隐
|
|
129
|
+
const requestChangePrice = (params, isNeedBiz = false, config = {}) => {
|
|
130
|
+
return http.player.post(GOODS_LIST.REQUEST_CHANGE_PRICE, params, isNeedBiz, config)
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// 搜索商品列表
|
|
134
|
+
const getSearchGoodsList = (params, isNeedBiz = false, config = {}) => {
|
|
135
|
+
return http.player.post(GOODS_LIST.GET_SEARCH_GOODS_LIST, params, isNeedBiz, config)
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// 获取搜索列表
|
|
139
|
+
const getSearchList = (params, isNeedBiz = false, config = {}) => {
|
|
140
|
+
return http.player.post(GOODS_LIST.GET_SEARCH_LIST, params, isNeedBiz, config)
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// 获取商品标签
|
|
144
|
+
const getTagGroups = (params, isNeedBiz = false, config = {}) => {
|
|
145
|
+
return http.player.post(GOODS_LIST.GET_TAG_GROUPS, params, isNeedBiz, config)
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// 根据标签获取商品列表
|
|
149
|
+
const getGoodListByTagGroup = (params, isNeedBiz = false, config = {}) => {
|
|
150
|
+
return http.player.post(GOODS_LIST.GET_GOOD_LIST_BY_TAG_GROUP, params, isNeedBiz, config)
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// 获取商品标签开关
|
|
154
|
+
const getAliveMarketConf = (params, isNeedBiz = false, config = {}) => {
|
|
155
|
+
return http.player.post(GOODS_LIST.GET_ALIVE_MARKET_CONF, params, isNeedBiz, config, 'alive-interactive.xiaoeknow.com')
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
module.exports = {
|
|
159
|
+
getGoodsList,
|
|
160
|
+
getGoodsListNew,
|
|
161
|
+
getLotteryGoodsList,
|
|
162
|
+
getCouponSwitch,
|
|
163
|
+
getUserPermission,
|
|
164
|
+
getUserPermissionNew,
|
|
165
|
+
snapCheck,
|
|
166
|
+
snapCheckNew,
|
|
167
|
+
showGoods,
|
|
168
|
+
requestChangeShow,
|
|
169
|
+
setGoodsSellOut,
|
|
170
|
+
getGoodValue,
|
|
171
|
+
getShoppingBarrage,
|
|
172
|
+
getOrderBarrage,
|
|
173
|
+
requestChangePrice,
|
|
174
|
+
getSearchGoodsList,
|
|
175
|
+
getSearchList,
|
|
176
|
+
getTagGroups,
|
|
177
|
+
getGoodListByTagGroup,
|
|
178
|
+
getAliveMarketConf,
|
|
179
|
+
getGoodsExplain,
|
|
180
|
+
getGoodsState,
|
|
181
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
page {
|
|
2
|
-
width: 100%;
|
|
3
|
-
}
|
|
1
|
+
page {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="240px" height="220px" viewBox="0 0 240 220" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
|
|
4
|
-
<title>emptypage_3备份@2x</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs>
|
|
7
|
-
<rect id="path-1" x="0" y="0" width="240" height="220"></rect>
|
|
8
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="26.3264982%" id="linearGradient-3">
|
|
9
|
-
<stop stop-color="#E1E1EC" offset="0%"></stop>
|
|
10
|
-
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
11
|
-
</linearGradient>
|
|
12
|
-
<linearGradient x1="50%" y1="-11.1760471%" x2="50%" y2="94.3419726%" id="linearGradient-4">
|
|
13
|
-
<stop stop-color="#C8C8DA" stop-opacity="0.98" offset="0%"></stop>
|
|
14
|
-
<stop stop-color="#F7F7FB" offset="100%"></stop>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="157.033672%" id="linearGradient-5">
|
|
17
|
-
<stop stop-color="#E5E5EB" offset="0%"></stop>
|
|
18
|
-
<stop stop-color="#F4F4F7" offset="100%"></stop>
|
|
19
|
-
</linearGradient>
|
|
20
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="136.18204%" id="linearGradient-6">
|
|
21
|
-
<stop stop-color="#E2E2E9" offset="0%"></stop>
|
|
22
|
-
<stop stop-color="#F3F3F6" offset="100%"></stop>
|
|
23
|
-
</linearGradient>
|
|
24
|
-
</defs>
|
|
25
|
-
<g id="优惠券界面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
26
|
-
<g id="缺省页" transform="translate(-67.000000, -454.000000)">
|
|
27
|
-
<g id="动作栏弹出" transform="translate(0.000000, 300.000000)">
|
|
28
|
-
<g id="emptypage_3备份" transform="translate(67.000000, 154.000000)">
|
|
29
|
-
<g id="编组-3">
|
|
30
|
-
<mask id="mask-2" fill="white">
|
|
31
|
-
<use xlink:href="#path-1"></use>
|
|
32
|
-
</mask>
|
|
33
|
-
<use id="Mask" fill="#F2F4F6" opacity="0" xlink:href="#path-1"></use>
|
|
34
|
-
<ellipse id="椭圆形" fill="url(#linearGradient-3)" mask="url(#mask-2)" cx="120" cy="225" rx="137" ry="109"></ellipse>
|
|
35
|
-
<ellipse id="椭圆形" fill="#D7D7E5" mask="url(#mask-2)" cx="101.5" cy="131" rx="14.5" ry="2"></ellipse>
|
|
36
|
-
<path d="M153,17 C156.313,17 159,19.687 159,23 L159,119 C159,122.313 156.313,125 153,125 L128.139,125 C127.329,125 126.632,124.492 126.303,123.752 C125.059,120.953 122.261,119 119,119 C115.739,119 112.941,120.953 111.697,123.752 C111.368,124.492 110.671,125 109.861,125 L85,125 C81.687,125 79,122.313 79,119 L79,23 C79,19.687 81.687,17 85,17 L109.861,17 C110.671,17 111.368,17.508 111.697,18.248 C112.941,21.047 115.739,23 119,23 C122.261,23 125.059,21.047 126.303,18.248 C126.632,17.508 127.329,17 128.139,17 L153,17 Z M89.5,47 C88.6715729,47 88,47.6715729 88,48.5 C88,49.3284271 88.6715729,50 89.5,50 L95.5,50 C96.3284271,50 97,49.3284271 97,48.5 C97,47.6715729 96.3284271,47 95.5,47 L89.5,47 Z M106.5,47 C105.671573,47 105,47.6715729 105,48.5 C105,49.3284271 105.671573,50 106.5,50 L113.5,50 C114.328427,50 115,49.3284271 115,48.5 C115,47.6715729 114.328427,47 113.5,47 L106.5,47 Z M124.5,47 C123.671573,47 123,47.6715729 123,48.5 C123,49.3284271 123.671573,50 124.5,50 L131.5,50 C132.328427,50 133,49.3284271 133,48.5 C133,47.6715729 132.328427,47 131.5,47 L124.5,47 Z M142.5,47 C141.671573,47 141,47.6715729 141,48.5 C141,49.3284271 141.671573,50 142.5,50 L148.5,50 C149.328427,50 150,49.3284271 150,48.5 C150,47.6715729 149.328427,47 148.5,47 L142.5,47 Z M115.516,82.67 C115.074,84.022 114.476,85.114 113.696,85.946 C112.656,86.96 111.174,87.896 109.198,88.754 L110.758,90.704 C112.968,89.638 114.632,88.442 115.75,87.09 C116.608,85.998 117.31,84.516 117.83,82.67 L123.706,82.67 C123.602,85.01 123.368,86.518 123.056,87.246 C122.744,87.922 122.12,88.286 121.132,88.286 C120.014,88.286 118.818,88.234 117.518,88.182 L118.168,90.496 L122.328,90.496 C123.368,90.444 124.148,90.106 124.642,89.534 C125.136,88.936 125.5,87.896 125.708,86.388 C125.864,85.036 125.994,83.346 126.072,81.266 C127.06,82.072 128.204,82.852 129.504,83.606 L131.116,81.604 C128.412,80.356 126.41,78.978 125.136,77.444 L130.258,77.444 L130.258,75.208 L117.674,75.208 C118.09,74.454 118.48,73.674 118.844,72.868 L128.828,72.868 L128.828,70.684 L125.188,70.684 C125.942,69.696 126.592,68.526 127.138,67.226 L125.084,66.498 C124.564,67.85 123.914,69.02 123.108,70.06 L124.252,70.684 L119.65,70.684 C120.04,69.436 120.352,68.136 120.612,66.732 L118.168,66.42 C117.934,67.928 117.596,69.332 117.154,70.684 L113.696,70.684 L115.048,70.06 C114.528,68.838 113.93,67.694 113.254,66.602 L111.122,67.304 C111.746,68.292 112.37,69.41 112.942,70.684 L109.172,70.684 L109.172,72.868 L116.27,72.868 C115.88,73.674 115.438,74.454 114.944,75.208 L107.742,75.208 L107.742,77.444 L113.15,77.444 C111.46,79.212 109.38,80.616 106.884,81.682 L108.236,83.762 C109.692,83.06 111.018,82.254 112.266,81.318 L112.266,82.67 L115.516,82.67 Z M116.166,77.444 L122.562,77.444 C123.186,78.432 124.018,79.42 125.058,80.382 L113.41,80.382 C114.398,79.498 115.334,78.51 116.166,77.444 Z" id="形状结合" fill="url(#linearGradient-4)" mask="url(#mask-2)" transform="translate(119.000000, 71.000000) rotate(-12.000000) translate(-119.000000, -71.000000) "></path>
|
|
37
|
-
<g id="分组-6" mask="url(#mask-2)">
|
|
38
|
-
<g transform="translate(157.000000, 105.000000)">
|
|
39
|
-
<path d="M10,12.4115341 C10,9.51885196 8.61710757,5.82834534 5.85132272,1.34001428 L5.85129486,1.34003145 C5.56156959,0.869863667 4.94555455,0.723586109 4.47538677,1.01331138 C4.34246724,1.09521862 4.23057369,1.20711221 4.1486665,1.34003177 C1.38288883,5.82835492 0,9.51885571 0,12.4115341 C0,17.1749901 10,17.1749901 10,12.4115341 Z" id="椭圆形" fill="url(#linearGradient-5)"></path>
|
|
40
|
-
<rect id="矩形" fill="#D7D7E5" x="4.375" y="11.5" width="1.25" height="11.5" rx="0.625"></rect>
|
|
41
|
-
</g>
|
|
42
|
-
</g>
|
|
43
|
-
<path d="M185,113.965264 C185,108.853926 182.276176,102.267899 176.828529,94.2071837 L176.828527,94.2071852 C176.51928,93.7496016 175.89764,93.6293512 175.440057,93.9385985 C175.33419,94.0101457 175.243017,94.1013191 175.17147,94.2071853 C169.723823,102.2679 167,108.853926 167,113.965264 C167,122.011579 185,122.011579 185,113.965264 Z" id="椭圆形-copy" fill="url(#linearGradient-6)" mask="url(#mask-2)"></path>
|
|
44
|
-
<rect id="矩形-copy" fill="#D7D7E5" mask="url(#mask-2)" x="175" y="111" width="2" height="18" rx="1"></rect>
|
|
45
|
-
</g>
|
|
46
|
-
</g>
|
|
47
|
-
</g>
|
|
48
|
-
</g>
|
|
49
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="240px" height="220px" viewBox="0 0 240 220" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
|
|
4
|
+
<title>emptypage_3备份@2x</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<rect id="path-1" x="0" y="0" width="240" height="220"></rect>
|
|
8
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="26.3264982%" id="linearGradient-3">
|
|
9
|
+
<stop stop-color="#E1E1EC" offset="0%"></stop>
|
|
10
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient x1="50%" y1="-11.1760471%" x2="50%" y2="94.3419726%" id="linearGradient-4">
|
|
13
|
+
<stop stop-color="#C8C8DA" stop-opacity="0.98" offset="0%"></stop>
|
|
14
|
+
<stop stop-color="#F7F7FB" offset="100%"></stop>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="157.033672%" id="linearGradient-5">
|
|
17
|
+
<stop stop-color="#E5E5EB" offset="0%"></stop>
|
|
18
|
+
<stop stop-color="#F4F4F7" offset="100%"></stop>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="136.18204%" id="linearGradient-6">
|
|
21
|
+
<stop stop-color="#E2E2E9" offset="0%"></stop>
|
|
22
|
+
<stop stop-color="#F3F3F6" offset="100%"></stop>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
</defs>
|
|
25
|
+
<g id="优惠券界面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
26
|
+
<g id="缺省页" transform="translate(-67.000000, -454.000000)">
|
|
27
|
+
<g id="动作栏弹出" transform="translate(0.000000, 300.000000)">
|
|
28
|
+
<g id="emptypage_3备份" transform="translate(67.000000, 154.000000)">
|
|
29
|
+
<g id="编组-3">
|
|
30
|
+
<mask id="mask-2" fill="white">
|
|
31
|
+
<use xlink:href="#path-1"></use>
|
|
32
|
+
</mask>
|
|
33
|
+
<use id="Mask" fill="#F2F4F6" opacity="0" xlink:href="#path-1"></use>
|
|
34
|
+
<ellipse id="椭圆形" fill="url(#linearGradient-3)" mask="url(#mask-2)" cx="120" cy="225" rx="137" ry="109"></ellipse>
|
|
35
|
+
<ellipse id="椭圆形" fill="#D7D7E5" mask="url(#mask-2)" cx="101.5" cy="131" rx="14.5" ry="2"></ellipse>
|
|
36
|
+
<path d="M153,17 C156.313,17 159,19.687 159,23 L159,119 C159,122.313 156.313,125 153,125 L128.139,125 C127.329,125 126.632,124.492 126.303,123.752 C125.059,120.953 122.261,119 119,119 C115.739,119 112.941,120.953 111.697,123.752 C111.368,124.492 110.671,125 109.861,125 L85,125 C81.687,125 79,122.313 79,119 L79,23 C79,19.687 81.687,17 85,17 L109.861,17 C110.671,17 111.368,17.508 111.697,18.248 C112.941,21.047 115.739,23 119,23 C122.261,23 125.059,21.047 126.303,18.248 C126.632,17.508 127.329,17 128.139,17 L153,17 Z M89.5,47 C88.6715729,47 88,47.6715729 88,48.5 C88,49.3284271 88.6715729,50 89.5,50 L95.5,50 C96.3284271,50 97,49.3284271 97,48.5 C97,47.6715729 96.3284271,47 95.5,47 L89.5,47 Z M106.5,47 C105.671573,47 105,47.6715729 105,48.5 C105,49.3284271 105.671573,50 106.5,50 L113.5,50 C114.328427,50 115,49.3284271 115,48.5 C115,47.6715729 114.328427,47 113.5,47 L106.5,47 Z M124.5,47 C123.671573,47 123,47.6715729 123,48.5 C123,49.3284271 123.671573,50 124.5,50 L131.5,50 C132.328427,50 133,49.3284271 133,48.5 C133,47.6715729 132.328427,47 131.5,47 L124.5,47 Z M142.5,47 C141.671573,47 141,47.6715729 141,48.5 C141,49.3284271 141.671573,50 142.5,50 L148.5,50 C149.328427,50 150,49.3284271 150,48.5 C150,47.6715729 149.328427,47 148.5,47 L142.5,47 Z M115.516,82.67 C115.074,84.022 114.476,85.114 113.696,85.946 C112.656,86.96 111.174,87.896 109.198,88.754 L110.758,90.704 C112.968,89.638 114.632,88.442 115.75,87.09 C116.608,85.998 117.31,84.516 117.83,82.67 L123.706,82.67 C123.602,85.01 123.368,86.518 123.056,87.246 C122.744,87.922 122.12,88.286 121.132,88.286 C120.014,88.286 118.818,88.234 117.518,88.182 L118.168,90.496 L122.328,90.496 C123.368,90.444 124.148,90.106 124.642,89.534 C125.136,88.936 125.5,87.896 125.708,86.388 C125.864,85.036 125.994,83.346 126.072,81.266 C127.06,82.072 128.204,82.852 129.504,83.606 L131.116,81.604 C128.412,80.356 126.41,78.978 125.136,77.444 L130.258,77.444 L130.258,75.208 L117.674,75.208 C118.09,74.454 118.48,73.674 118.844,72.868 L128.828,72.868 L128.828,70.684 L125.188,70.684 C125.942,69.696 126.592,68.526 127.138,67.226 L125.084,66.498 C124.564,67.85 123.914,69.02 123.108,70.06 L124.252,70.684 L119.65,70.684 C120.04,69.436 120.352,68.136 120.612,66.732 L118.168,66.42 C117.934,67.928 117.596,69.332 117.154,70.684 L113.696,70.684 L115.048,70.06 C114.528,68.838 113.93,67.694 113.254,66.602 L111.122,67.304 C111.746,68.292 112.37,69.41 112.942,70.684 L109.172,70.684 L109.172,72.868 L116.27,72.868 C115.88,73.674 115.438,74.454 114.944,75.208 L107.742,75.208 L107.742,77.444 L113.15,77.444 C111.46,79.212 109.38,80.616 106.884,81.682 L108.236,83.762 C109.692,83.06 111.018,82.254 112.266,81.318 L112.266,82.67 L115.516,82.67 Z M116.166,77.444 L122.562,77.444 C123.186,78.432 124.018,79.42 125.058,80.382 L113.41,80.382 C114.398,79.498 115.334,78.51 116.166,77.444 Z" id="形状结合" fill="url(#linearGradient-4)" mask="url(#mask-2)" transform="translate(119.000000, 71.000000) rotate(-12.000000) translate(-119.000000, -71.000000) "></path>
|
|
37
|
+
<g id="分组-6" mask="url(#mask-2)">
|
|
38
|
+
<g transform="translate(157.000000, 105.000000)">
|
|
39
|
+
<path d="M10,12.4115341 C10,9.51885196 8.61710757,5.82834534 5.85132272,1.34001428 L5.85129486,1.34003145 C5.56156959,0.869863667 4.94555455,0.723586109 4.47538677,1.01331138 C4.34246724,1.09521862 4.23057369,1.20711221 4.1486665,1.34003177 C1.38288883,5.82835492 0,9.51885571 0,12.4115341 C0,17.1749901 10,17.1749901 10,12.4115341 Z" id="椭圆形" fill="url(#linearGradient-5)"></path>
|
|
40
|
+
<rect id="矩形" fill="#D7D7E5" x="4.375" y="11.5" width="1.25" height="11.5" rx="0.625"></rect>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
<path d="M185,113.965264 C185,108.853926 182.276176,102.267899 176.828529,94.2071837 L176.828527,94.2071852 C176.51928,93.7496016 175.89764,93.6293512 175.440057,93.9385985 C175.33419,94.0101457 175.243017,94.1013191 175.17147,94.2071853 C169.723823,102.2679 167,108.853926 167,113.965264 C167,122.011579 185,122.011579 185,113.965264 Z" id="椭圆形-copy" fill="url(#linearGradient-6)" mask="url(#mask-2)"></path>
|
|
44
|
+
<rect id="矩形-copy" fill="#D7D7E5" mask="url(#mask-2)" x="175" y="111" width="2" height="18" rx="1"></rect>
|
|
45
|
+
</g>
|
|
46
|
+
</g>
|
|
47
|
+
</g>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
50
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="49" height="57" viewBox="0 0 49 57" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path opacity="0.3" d="M50.3918 14.0785C58.8355 25.9924 55.9086 42.4208 43.8398 50.7699C31.7709 59.119 15.1443 56.2175 6.70064 44.3036C-1.74306 32.3897 1.18381 15.9612 13.2526 7.61211C25.3215 -0.73699 41.9481 2.16458 50.3918 14.0785Z" stroke="#FF781F" stroke-opacity="0.8" stroke-width="2.40075"/>
|
|
3
|
-
<path opacity="0.3" d="M46.3144 16.9852C53.1451 26.6231 50.7762 39.9108 41.016 46.6628C31.2559 53.4147 17.8074 51.0694 10.9768 41.4315C4.14614 31.7936 6.51504 18.5059 16.2752 11.754C26.0353 5.00198 39.4838 7.34735 46.3144 16.9852Z" stroke="#FF781F" stroke-opacity="0.8" stroke-width="1.20037"/>
|
|
4
|
-
<path opacity="0.4" d="M22.0415 35.1659L18.9185 30.6498L10.9334 36.3113L11.663 37.3664L18.5388 32.4915L20.2025 34.8973L14.8546 38.6889L13.8915 37.2961L12.8031 38.0678L16.5828 43.5336C17.2395 44.4832 18.0074 44.6464 18.9074 44.0083L24.7262 39.8828C25.1303 39.5649 25.3881 39.1934 25.4787 38.7832C25.5275 38.4026 25.1581 37.4851 24.3602 36.038L23.0592 36.4572C23.7407 37.578 24.077 38.2673 24.0327 38.5189C23.9737 38.7494 23.8605 38.924 23.6931 39.0428L18.4917 42.7305C18.115 42.9976 17.7952 42.9413 17.5326 42.5614L15.5843 39.7441L22.0415 35.1659ZM22.7799 27.5504C23.2743 29.2126 23.3383 30.7712 22.9865 32.2472L24.4871 32.4099C24.6284 31.7121 24.6622 30.9491 24.6136 30.1344L26.8427 28.5539L27.1419 28.9866C27.4347 29.4551 27.6815 29.9248 27.8929 30.3883L23.9683 33.1708L24.7053 34.2365L28.3682 31.6395C28.499 32.1444 28.5837 32.6504 28.6079 33.1364C28.6192 34.3707 28.0019 35.8462 26.7488 37.5524L27.9947 38.0686C29.2625 36.3835 29.9165 34.8033 29.9528 33.2994C29.9539 32.6696 29.8621 31.9956 29.6816 31.3059C31.3507 32.4341 33.5722 32.7146 36.343 32.1654L36.2714 30.7537C33.6875 31.4378 31.681 31.2878 30.2624 30.2965L33.9463 27.6847L33.2093 26.6189L29.0231 29.5869C28.8013 29.1309 28.544 28.6686 28.2512 28.2L27.952 27.7674L31.3324 25.3707L30.5881 24.2945L27.2078 26.6911L25.9965 24.9395L24.8872 25.7261L26.0984 27.4777L24.424 28.6649C24.3297 28.2128 24.2208 27.7396 24.0901 27.2347L22.7799 27.5504ZM34.0412 22.6796C34.2647 23.905 34.2919 25.0494 34.1582 26.1191L35.4751 26.129C35.5859 24.9811 35.5255 23.7659 35.3042 22.4761L34.0412 22.6796ZM38.2634 22.8311L38.4894 21.6016C37.4823 21.3407 36.6757 21.1892 36.0518 21.144L35.8449 22.2657C36.6902 22.4055 37.4905 22.5929 38.2634 22.8311ZM36.03 25.0594L35.8897 26.3225C36.5136 26.3676 37.1489 26.4519 37.8165 26.5603C37.8142 27.82 37.5382 29.0221 36.9738 30.1456L38.3472 30.6657C38.9097 29.4492 39.1911 28.1647 39.1915 26.812C39.739 26.9271 40.3115 27.0558 40.8882 27.2131L41.0538 25.8062C40.4061 25.6364 39.7416 25.5099 39.0739 25.4015C38.9676 24.7064 38.7933 23.9808 38.5512 23.2246L37.307 23.4778C37.4888 24.0565 37.6247 24.6364 37.7072 25.2068C37.1607 25.1383 36.6006 25.0951 36.03 25.0594ZM33.7495 19.3483L32.7506 20.3396C33.1077 20.4952 33.4512 20.6762 33.8094 20.8784L31.8628 22.2585L32.5998 23.3242L37.5395 19.822L36.8025 18.7562L34.8873 20.1141C34.4917 19.8127 34.1149 19.561 33.7495 19.3483ZM39.431 19.3772L40.6973 18.4794C41.408 19.6424 41.8741 20.7901 42.0925 21.9404C41.2824 21.4455 40.4557 20.8365 39.6335 20.0985C39.5649 19.8641 39.4996 19.6116 39.431 19.3772ZM42.2361 23.4111C42.2348 24.7173 41.876 26.0252 41.1733 27.3097L42.4913 27.8849C43.1019 26.6027 43.4471 25.3201 43.5195 24.0265C44.6725 24.4985 45.8061 24.7169 46.9131 24.6712L46.9011 23.2329C45.7878 23.3146 44.651 23.1142 43.4803 22.6391C43.3056 21.0332 42.7128 19.4092 41.702 17.767L42.4765 17.218L41.7322 16.1417L38.9693 18.1006C38.7602 17.5726 38.5156 17.0385 38.249 16.4726L37.0398 17.0469C38.1166 19.1454 38.6755 21.0136 38.7446 22.6472L40.0159 23.0196C40.0155 22.6582 40.0005 22.2757 39.9678 21.8901C40.7234 22.4865 41.4771 22.99 42.2361 23.4111Z" fill="#FF781F" fill-opacity="0.8"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg width="49" height="57" viewBox="0 0 49 57" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.3" d="M50.3918 14.0785C58.8355 25.9924 55.9086 42.4208 43.8398 50.7699C31.7709 59.119 15.1443 56.2175 6.70064 44.3036C-1.74306 32.3897 1.18381 15.9612 13.2526 7.61211C25.3215 -0.73699 41.9481 2.16458 50.3918 14.0785Z" stroke="#FF781F" stroke-opacity="0.8" stroke-width="2.40075"/>
|
|
3
|
+
<path opacity="0.3" d="M46.3144 16.9852C53.1451 26.6231 50.7762 39.9108 41.016 46.6628C31.2559 53.4147 17.8074 51.0694 10.9768 41.4315C4.14614 31.7936 6.51504 18.5059 16.2752 11.754C26.0353 5.00198 39.4838 7.34735 46.3144 16.9852Z" stroke="#FF781F" stroke-opacity="0.8" stroke-width="1.20037"/>
|
|
4
|
+
<path opacity="0.4" d="M22.0415 35.1659L18.9185 30.6498L10.9334 36.3113L11.663 37.3664L18.5388 32.4915L20.2025 34.8973L14.8546 38.6889L13.8915 37.2961L12.8031 38.0678L16.5828 43.5336C17.2395 44.4832 18.0074 44.6464 18.9074 44.0083L24.7262 39.8828C25.1303 39.5649 25.3881 39.1934 25.4787 38.7832C25.5275 38.4026 25.1581 37.4851 24.3602 36.038L23.0592 36.4572C23.7407 37.578 24.077 38.2673 24.0327 38.5189C23.9737 38.7494 23.8605 38.924 23.6931 39.0428L18.4917 42.7305C18.115 42.9976 17.7952 42.9413 17.5326 42.5614L15.5843 39.7441L22.0415 35.1659ZM22.7799 27.5504C23.2743 29.2126 23.3383 30.7712 22.9865 32.2472L24.4871 32.4099C24.6284 31.7121 24.6622 30.9491 24.6136 30.1344L26.8427 28.5539L27.1419 28.9866C27.4347 29.4551 27.6815 29.9248 27.8929 30.3883L23.9683 33.1708L24.7053 34.2365L28.3682 31.6395C28.499 32.1444 28.5837 32.6504 28.6079 33.1364C28.6192 34.3707 28.0019 35.8462 26.7488 37.5524L27.9947 38.0686C29.2625 36.3835 29.9165 34.8033 29.9528 33.2994C29.9539 32.6696 29.8621 31.9956 29.6816 31.3059C31.3507 32.4341 33.5722 32.7146 36.343 32.1654L36.2714 30.7537C33.6875 31.4378 31.681 31.2878 30.2624 30.2965L33.9463 27.6847L33.2093 26.6189L29.0231 29.5869C28.8013 29.1309 28.544 28.6686 28.2512 28.2L27.952 27.7674L31.3324 25.3707L30.5881 24.2945L27.2078 26.6911L25.9965 24.9395L24.8872 25.7261L26.0984 27.4777L24.424 28.6649C24.3297 28.2128 24.2208 27.7396 24.0901 27.2347L22.7799 27.5504ZM34.0412 22.6796C34.2647 23.905 34.2919 25.0494 34.1582 26.1191L35.4751 26.129C35.5859 24.9811 35.5255 23.7659 35.3042 22.4761L34.0412 22.6796ZM38.2634 22.8311L38.4894 21.6016C37.4823 21.3407 36.6757 21.1892 36.0518 21.144L35.8449 22.2657C36.6902 22.4055 37.4905 22.5929 38.2634 22.8311ZM36.03 25.0594L35.8897 26.3225C36.5136 26.3676 37.1489 26.4519 37.8165 26.5603C37.8142 27.82 37.5382 29.0221 36.9738 30.1456L38.3472 30.6657C38.9097 29.4492 39.1911 28.1647 39.1915 26.812C39.739 26.9271 40.3115 27.0558 40.8882 27.2131L41.0538 25.8062C40.4061 25.6364 39.7416 25.5099 39.0739 25.4015C38.9676 24.7064 38.7933 23.9808 38.5512 23.2246L37.307 23.4778C37.4888 24.0565 37.6247 24.6364 37.7072 25.2068C37.1607 25.1383 36.6006 25.0951 36.03 25.0594ZM33.7495 19.3483L32.7506 20.3396C33.1077 20.4952 33.4512 20.6762 33.8094 20.8784L31.8628 22.2585L32.5998 23.3242L37.5395 19.822L36.8025 18.7562L34.8873 20.1141C34.4917 19.8127 34.1149 19.561 33.7495 19.3483ZM39.431 19.3772L40.6973 18.4794C41.408 19.6424 41.8741 20.7901 42.0925 21.9404C41.2824 21.4455 40.4557 20.8365 39.6335 20.0985C39.5649 19.8641 39.4996 19.6116 39.431 19.3772ZM42.2361 23.4111C42.2348 24.7173 41.876 26.0252 41.1733 27.3097L42.4913 27.8849C43.1019 26.6027 43.4471 25.3201 43.5195 24.0265C44.6725 24.4985 45.8061 24.7169 46.9131 24.6712L46.9011 23.2329C45.7878 23.3146 44.651 23.1142 43.4803 22.6391C43.3056 21.0332 42.7128 19.4092 41.702 17.767L42.4765 17.218L41.7322 16.1417L38.9693 18.1006C38.7602 17.5726 38.5156 17.0385 38.249 16.4726L37.0398 17.0469C38.1166 19.1454 38.6755 21.0136 38.7446 22.6472L40.0159 23.0196C40.0155 22.6582 40.0005 22.2757 39.9678 21.8901C40.7234 22.4865 41.4771 22.99 42.2361 23.4111Z" fill="#FF781F" fill-opacity="0.8"/>
|
|
5
|
+
</svg>
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
|
|
4
|
-
<title>up</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<g id="优惠券界面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
-
<g id="优惠券弹窗-展开详细信息,点击区域" transform="translate(-172.000000, -555.000000)">
|
|
8
|
-
<g id="动作栏弹出" transform="translate(0.000000, 200.000000)">
|
|
9
|
-
<g id="优惠券/详细信息展开/未领取" transform="translate(16.000000, 282.000000)">
|
|
10
|
-
<g id="内容" transform="translate(116.000000, 16.000000)">
|
|
11
|
-
<g id="收起" transform="translate(40.000000, 57.000000)">
|
|
12
|
-
<g>
|
|
13
|
-
<rect id="矩形备份-2" x="0" y="0" width="12" height="12"></rect>
|
|
14
|
-
<path d="M4.5,8.5 L4.5,4.5 L3.5,4.5 L3.5,9 C3.5,9.27614237 3.72385763,9.5 4,9.5 L8.5,9.5 L8.5,8.5 L4.5,8.5 Z" id="路径备份" fill="#979797" fill-rule="nonzero" transform="translate(6.000000, 7.000000) scale(1, -1) rotate(-45.000000) translate(-6.000000, -7.000000) "></path>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
|
|
4
|
+
<title>up</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="优惠券界面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="优惠券弹窗-展开详细信息,点击区域" transform="translate(-172.000000, -555.000000)">
|
|
8
|
+
<g id="动作栏弹出" transform="translate(0.000000, 200.000000)">
|
|
9
|
+
<g id="优惠券/详细信息展开/未领取" transform="translate(16.000000, 282.000000)">
|
|
10
|
+
<g id="内容" transform="translate(116.000000, 16.000000)">
|
|
11
|
+
<g id="收起" transform="translate(40.000000, 57.000000)">
|
|
12
|
+
<g>
|
|
13
|
+
<rect id="矩形备份-2" x="0" y="0" width="12" height="12"></rect>
|
|
14
|
+
<path d="M4.5,8.5 L4.5,4.5 L3.5,4.5 L3.5,9 C3.5,9.27614237 3.72385763,9.5 4,9.5 L8.5,9.5 L8.5,8.5 L4.5,8.5 Z" id="路径备份" fill="#979797" fill-rule="nonzero" transform="translate(6.000000, 7.000000) scale(1, -1) rotate(-45.000000) translate(-6.000000, -7.000000) "></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
22
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="72" height="64" viewBox="0 0 72 64">
|
|
2
|
-
<path fill="#D3D3D3" fill-rule="nonzero" d="M26.191 40.492c-.308.207-.719.31-1.13.31-.924 0-1.643-.517-2.054-1.242l-.205-.31-6.574-14.5c-.102-.206-.102-.31-.102-.517 0-.621.513-1.243 1.232-1.243.308 0 .514.104.719.207l7.703 5.593c.514.414 1.233.621 1.952.621.41 0 .821-.104 1.232-.207l36.36-16.363C58.75 5.074 48.068 0 35.949 0 16.126 0 0 13.566 0 30.24c0 9.113 4.827 17.294 12.428 22.783a2.362 2.362 0 0 1 1.027 1.967c0 .311-.103.518-.103.725-.616 2.279-1.54 5.903-1.643 6.11-.103.31-.205.622-.205.932 0 .622.513 1.243 1.232 1.243.308 0 .514-.104.719-.207l7.909-4.557c.616-.31 1.232-.518 1.951-.518.411 0 .72.104 1.027.208 3.698 1.035 7.601 1.657 11.71 1.657C55.873 60.583 72 47.016 72 30.343c0-5.074-1.438-9.838-4.108-13.98L26.397 40.284l-.206.207z"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="72" height="64" viewBox="0 0 72 64">
|
|
2
|
+
<path fill="#D3D3D3" fill-rule="nonzero" d="M26.191 40.492c-.308.207-.719.31-1.13.31-.924 0-1.643-.517-2.054-1.242l-.205-.31-6.574-14.5c-.102-.206-.102-.31-.102-.517 0-.621.513-1.243 1.232-1.243.308 0 .514.104.719.207l7.703 5.593c.514.414 1.233.621 1.952.621.41 0 .821-.104 1.232-.207l36.36-16.363C58.75 5.074 48.068 0 35.949 0 16.126 0 0 13.566 0 30.24c0 9.113 4.827 17.294 12.428 22.783a2.362 2.362 0 0 1 1.027 1.967c0 .311-.103.518-.103.725-.616 2.279-1.54 5.903-1.643 6.11-.103.31-.205.622-.205.932 0 .622.513 1.243 1.232 1.243.308 0 .514-.104.719-.207l7.909-4.557c.616-.31 1.232-.518 1.951-.518.411 0 .72.104 1.027.208 3.698 1.035 7.601 1.657 11.71 1.657C55.873 60.583 72 47.016 72 30.343c0-5.074-1.438-9.838-4.108-13.98L26.397 40.284l-.206.207z"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="design-iconfont">
|
|
2
|
-
<path d="M12 17.5H4.5C3.39543 17.5 2.5 16.6046 2.5 15.5V4.5C2.5 3.39543 3.39543 2.5 4.5 2.5H19.5C20.6046 2.5 21.5 3.39543 21.5 4.5V6.5" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M6 10.5H7.5H9" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M6 6.5H9H12" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M22 10L11 14.0927L16.7895 15.2129L18.2383 21L22 10Z" stroke="#333" stroke-width="2" stroke-linejoin="round"/>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="design-iconfont">
|
|
2
|
+
<path d="M12 17.5H4.5C3.39543 17.5 2.5 16.6046 2.5 15.5V4.5C2.5 3.39543 3.39543 2.5 4.5 2.5H19.5C20.6046 2.5 21.5 3.39543 21.5 4.5V6.5" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6 10.5H7.5H9" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6 6.5H9H12" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M22 10L11 14.0927L16.7895 15.2129L18.2383 21L22 10Z" stroke="#333" stroke-width="2" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 16" class="design-iconfont">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7398 7.00001H13.1667C13.0946 7.00001 13.0244 7.02341 12.9667 7.06668C12.8195 7.17714 12.7896 7.38607 12.9001 7.53335L14.2334 9.31113C14.2523 9.3364 14.2748 9.35884 14.3001 9.37779C14.4473 9.48825 14.6563 9.4584 14.7667 9.31113L16.1001 7.53335C16.1433 7.47565 16.1667 7.40547 16.1667 7.33335C16.1667 7.14925 16.0175 7.00001 15.8334 7.00001H15.0922C14.6098 3.79249 11.8421 1.33331 8.50006 1.33331C6.6593 1.33331 4.99171 2.08023 3.78602 3.28593C3.52567 3.54628 3.52567 3.96839 3.78602 4.22874C4.04637 4.48909 4.46847 4.48909 4.72882 4.22874C5.6947 3.26287 7.02712 2.66665 8.50006 2.66665C11.1038 2.66665 13.2717 4.53247 13.7398 7.00001ZM13.2141 11.7712C13.4745 12.0316 13.4745 12.4537 13.2141 12.714C12.0084 13.9197 10.3408 14.6666 8.50006 14.6666C5.15802 14.6666 2.39036 12.2075 1.90789 8.99995H1.16673C1.0946 8.99995 1.02443 8.97655 0.966727 8.93328C0.819451 8.82282 0.789603 8.61389 0.90006 8.46661L2.23339 6.68883C2.25235 6.66357 2.27479 6.64112 2.30006 6.62217C2.44734 6.51171 2.65627 6.54156 2.76673 6.68883L4.10006 8.46661C4.14333 8.52431 4.16673 8.59449 4.16673 8.66661C4.16673 8.85071 4.01749 8.99995 3.83339 8.99995H3.26032C3.72838 11.4675 5.89633 13.3333 8.50006 13.3333C9.973 13.3333 11.3054 12.7371 12.2713 11.7712C12.5316 11.5109 12.9538 11.5109 13.2141 11.7712Z" fill="#000"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0">
|
|
7
|
-
<path fill="#fff" transform="translate(.5)" d="M0 0H16V16H0z"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 16" class="design-iconfont">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7398 7.00001H13.1667C13.0946 7.00001 13.0244 7.02341 12.9667 7.06668C12.8195 7.17714 12.7896 7.38607 12.9001 7.53335L14.2334 9.31113C14.2523 9.3364 14.2748 9.35884 14.3001 9.37779C14.4473 9.48825 14.6563 9.4584 14.7667 9.31113L16.1001 7.53335C16.1433 7.47565 16.1667 7.40547 16.1667 7.33335C16.1667 7.14925 16.0175 7.00001 15.8334 7.00001H15.0922C14.6098 3.79249 11.8421 1.33331 8.50006 1.33331C6.6593 1.33331 4.99171 2.08023 3.78602 3.28593C3.52567 3.54628 3.52567 3.96839 3.78602 4.22874C4.04637 4.48909 4.46847 4.48909 4.72882 4.22874C5.6947 3.26287 7.02712 2.66665 8.50006 2.66665C11.1038 2.66665 13.2717 4.53247 13.7398 7.00001ZM13.2141 11.7712C13.4745 12.0316 13.4745 12.4537 13.2141 12.714C12.0084 13.9197 10.3408 14.6666 8.50006 14.6666C5.15802 14.6666 2.39036 12.2075 1.90789 8.99995H1.16673C1.0946 8.99995 1.02443 8.97655 0.966727 8.93328C0.819451 8.82282 0.789603 8.61389 0.90006 8.46661L2.23339 6.68883C2.25235 6.66357 2.27479 6.64112 2.30006 6.62217C2.44734 6.51171 2.65627 6.54156 2.76673 6.68883L4.10006 8.46661C4.14333 8.52431 4.16673 8.59449 4.16673 8.66661C4.16673 8.85071 4.01749 8.99995 3.83339 8.99995H3.26032C3.72838 11.4675 5.89633 13.3333 8.50006 13.3333C9.973 13.3333 11.3054 12.7371 12.2713 11.7712C12.5316 11.5109 12.9538 11.5109 13.2141 11.7712Z" fill="#000"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0">
|
|
7
|
+
<path fill="#fff" transform="translate(.5)" d="M0 0H16V16H0z"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2398 7H12.6667C12.5946 7 12.5244 7.0234 12.4667 7.06667C12.3195 7.17713 12.2896 7.38606 12.4001 7.53334L13.7334 9.31112C13.7523 9.33638 13.7748 9.35883 13.8001 9.37778C13.9473 9.48824 14.1563 9.45839 14.2667 9.31112L15.6001 7.53334C15.6433 7.47564 15.6667 7.40546 15.6667 7.33334C15.6667 7.14924 15.5175 7 15.3334 7H14.5922C14.1097 3.7925 11.3421 1.33334 8.00006 1.33334C6.1593 1.33334 4.49171 2.08027 3.28602 3.28596C3.02567 3.54631 3.02567 3.96842 3.28602 4.22877C3.54637 4.48912 3.96847 4.48912 4.22882 4.22877C5.1947 3.2629 6.52712 2.66668 8.00006 2.66668C10.6038 2.66668 12.7717 4.53248 13.2398 7ZM12.7141 11.7712C12.9745 12.0316 12.9745 12.4537 12.7141 12.7141C11.5084 13.9198 9.84083 14.6667 8.00006 14.6667C4.65804 14.6667 1.89038 12.2075 1.40789 9.00002H0.666727C0.594604 9.00002 0.524426 8.97662 0.466727 8.93335C0.319451 8.82289 0.289603 8.61396 0.40006 8.46668L1.73339 6.6889C1.75235 6.66364 1.77479 6.64119 1.80006 6.62224C1.94734 6.51178 2.15627 6.54163 2.26673 6.6889L3.60006 8.46668C3.64333 8.52438 3.66673 8.59456 3.66673 8.66668C3.66673 8.85078 3.51749 9.00002 3.33339 9.00002H2.76032C3.2284 11.4675 5.39634 13.3333 8.00006 13.3333C9.473 13.3333 10.8054 12.7371 11.7713 11.7712C12.0316 11.5109 12.4538 11.5109 12.7141 11.7712Z" fill="white"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2398 7H12.6667C12.5946 7 12.5244 7.0234 12.4667 7.06667C12.3195 7.17713 12.2896 7.38606 12.4001 7.53334L13.7334 9.31112C13.7523 9.33638 13.7748 9.35883 13.8001 9.37778C13.9473 9.48824 14.1563 9.45839 14.2667 9.31112L15.6001 7.53334C15.6433 7.47564 15.6667 7.40546 15.6667 7.33334C15.6667 7.14924 15.5175 7 15.3334 7H14.5922C14.1097 3.7925 11.3421 1.33334 8.00006 1.33334C6.1593 1.33334 4.49171 2.08027 3.28602 3.28596C3.02567 3.54631 3.02567 3.96842 3.28602 4.22877C3.54637 4.48912 3.96847 4.48912 4.22882 4.22877C5.1947 3.2629 6.52712 2.66668 8.00006 2.66668C10.6038 2.66668 12.7717 4.53248 13.2398 7ZM12.7141 11.7712C12.9745 12.0316 12.9745 12.4537 12.7141 12.7141C11.5084 13.9198 9.84083 14.6667 8.00006 14.6667C4.65804 14.6667 1.89038 12.2075 1.40789 9.00002H0.666727C0.594604 9.00002 0.524426 8.97662 0.466727 8.93335C0.319451 8.82289 0.289603 8.61396 0.40006 8.46668L1.73339 6.6889C1.75235 6.66364 1.77479 6.64119 1.80006 6.62224C1.94734 6.51178 2.15627 6.54163 2.26673 6.6889L3.60006 8.46668C3.64333 8.52438 3.66673 8.59456 3.66673 8.66668C3.66673 8.85078 3.51749 9.00002 3.33339 9.00002H2.76032C3.2284 11.4675 5.39634 13.3333 8.00006 13.3333C9.473 13.3333 10.8054 12.7371 11.7713 11.7712C12.0316 11.5109 12.4538 11.5109 12.7141 11.7712Z" fill="white"/>
|
|
3
|
+
</svg>
|