xiaoe_mp_npm 0.2.2-beta1 → 0.2.2-beta2
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/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.js +145 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +23 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.wxss +90 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.js +227 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.wxml +64 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.wxss +167 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.js +117 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.wxml +36 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.wxss +92 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.js +90 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.wxml +16 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.wxss +48 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.js +232 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.json +10 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.less +271 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxml +122 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxss +267 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/libs/base64.js +234 -0
- package/miniprogram_dist/AliveInvite/images/copylink.png +0 -0
- package/miniprogram_dist/AliveInvite/images/cup.png +0 -0
- package/miniprogram_dist/AliveInvite/images/icon_arrow_right_white.png +0 -0
- package/miniprogram_dist/AliveInvite/images/icon_arrow_up.png +0 -0
- package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_blue_pure.svg +29 -0
- package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_pink_pure.svg +29 -0
- package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_yellow_pure.svg +27 -0
- package/miniprogram_dist/AliveInvite/images/liveClose.png +0 -0
- package/miniprogram_dist/AliveInvite/images/new_emptypage.svg +59 -0
- package/miniprogram_dist/AliveInvite/images/new_icon_close.png +0 -0
- package/miniprogram_dist/AliveInvite/images/new_invite_title.svg +23 -0
- package/miniprogram_dist/AliveInvite/images/new_share_icon.png +0 -0
- package/miniprogram_dist/AliveInvite/images/rank_first.svg +11 -0
- package/miniprogram_dist/AliveInvite/images/rank_second.svg +11 -0
- package/miniprogram_dist/AliveInvite/images/rank_third.svg +11 -0
- package/miniprogram_dist/AliveInvite/images/u_6182407864819_jXJGQ1pe0d.png +0 -0
- package/miniprogram_dist/AliveInvite/images/wechat.png +0 -0
- package/miniprogram_dist/CollectionAddress/index.js +285 -0
- package/miniprogram_dist/CollectionAddress/index.json +14 -0
- package/miniprogram_dist/CollectionAddress/index.less +5 -0
- package/miniprogram_dist/CollectionAddress/index.wxml +91 -0
- package/miniprogram_dist/CollectionAddress/index.wxss +5 -0
- package/miniprogram_dist/ConfirmOrder/README.md +12 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.js +343 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.json +11 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.less +98 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.wxml +39 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.wxss +99 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.js +160 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.less +96 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.wxml +37 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.wxss +98 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.js +160 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.less +80 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.wxml +34 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.wxss +67 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.js +110 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.less +21 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.wxml +10 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.wxss +18 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.js +831 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.json +23 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.less +12 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxml +172 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxss +10 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.js +72 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.less +45 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxml +18 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxss +39 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/filter.wxs +8 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.js +92 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.less +109 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxml +29 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxss +96 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.js +78 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.less +52 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxml +27 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxss +45 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.js +69 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.less +14 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxml +4 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxss +13 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/filter.wxs +7 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.js +429 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.json +9 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.less +182 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxml +75 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxss +153 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.js +50 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.less +31 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.wxml +10 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.wxss +27 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.js +108 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.less +0 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.wxml +13 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.wxss +1 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.js +85 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.less +64 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxml +31 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxss +57 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/filter.wxs +7 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.js +83 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.less +55 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxml +27 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxss +47 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.js +284 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.less +162 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxml +89 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxss +152 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.js +33 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.less +49 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxml +17 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxss +58 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.js +155 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.json +7 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.less +29 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxml +24 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxss +23 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.js +61 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.less +6 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxml +11 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxss +6 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.js +50 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.wxml +1 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.wxss +1 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.js +42 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.json +7 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.less +35 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.wxml +7 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.wxss +44 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.js +233 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.less +32 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxml +26 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxss +27 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/filter.wxs +16 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.js +68 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.less +16 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxml +18 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxss +14 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.js +23 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.wxml +2 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.wxss +1 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.js +80 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.less +24 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.wxml +14 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.wxss +22 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.js +147 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.json +7 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.less +96 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.wxml +46 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.wxss +82 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.js +100 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.less +70 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.wxml +16 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.wxss +76 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.js +218 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.less +77 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.wxml +20 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.wxss +78 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.js +78 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.less +25 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.wxml +9 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.wxss +22 -0
- package/miniprogram_dist/ConfirmOrder/index.js +72 -0
- package/miniprogram_dist/ConfirmOrder/index.json +9 -0
- package/miniprogram_dist/ConfirmOrder/index.less +5 -0
- package/miniprogram_dist/ConfirmOrder/index.wxml +25 -0
- package/miniprogram_dist/ConfirmOrder/index.wxss +5 -0
- package/miniprogram_dist/CouponList/README.md +6 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.js +239 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.json +5 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.less +288 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.wxml +191 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.wxss +276 -0
- package/miniprogram_dist/CouponList/couponColumn/index.js +65 -0
- package/miniprogram_dist/CouponList/couponColumn/index.json +6 -0
- package/miniprogram_dist/CouponList/couponColumn/index.less +32 -0
- package/miniprogram_dist/CouponList/couponColumn/index.wxml +23 -0
- package/miniprogram_dist/CouponList/couponColumn/index.wxss +31 -0
- package/miniprogram_dist/CouponList/couponMsg/index.js +27 -0
- package/miniprogram_dist/CouponList/couponMsg/index.json +6 -0
- package/miniprogram_dist/CouponList/couponMsg/index.less +3 -0
- package/miniprogram_dist/CouponList/couponMsg/index.wxml +10 -0
- package/miniprogram_dist/CouponList/couponMsg/index.wxss +3 -0
- package/miniprogram_dist/CurrentPay/index.js +56 -0
- package/miniprogram_dist/CurrentPay/index.json +9 -0
- package/miniprogram_dist/CurrentPay/index.wxml +11 -0
- package/miniprogram_dist/CurrentPay/index.wxss +1 -0
- package/miniprogram_dist/CurrentPayModule/index.js +256 -0
- package/miniprogram_dist/CurrentPayModule/index.json +9 -0
- package/miniprogram_dist/CurrentPayModule/index.less +13 -0
- package/miniprogram_dist/CurrentPayModule/index.wxml +4 -0
- package/miniprogram_dist/CurrentPayModule/index.wxss +13 -0
- package/miniprogram_dist/CustomPopup/index.js +56 -0
- package/miniprogram_dist/CustomPopup/index.json +6 -0
- package/miniprogram_dist/CustomPopup/index.less +15 -0
- package/miniprogram_dist/CustomPopup/index.wxml +18 -0
- package/miniprogram_dist/CustomPopup/index.wxss +15 -0
- package/miniprogram_dist/GoodsItem/index.js +538 -0
- package/miniprogram_dist/GoodsItem/index.json +6 -0
- package/miniprogram_dist/GoodsItem/index.less +249 -0
- package/miniprogram_dist/GoodsItem/index.wxml +90 -0
- package/miniprogram_dist/GoodsItem/index.wxss +261 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.js +36 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.json +6 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.less +45 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.wxml +28 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.wxss +44 -0
- package/miniprogram_dist/LiveGoodsList/README.md +10 -0
- package/miniprogram_dist/LiveGoodsList/index.js +423 -0
- package/miniprogram_dist/LiveGoodsList/index.json +10 -0
- package/miniprogram_dist/LiveGoodsList/index.less +53 -0
- package/miniprogram_dist/LiveGoodsList/index.wxml +74 -0
- package/miniprogram_dist/LiveGoodsList/index.wxss +50 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.js +73 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.json +7 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.less +39 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.wxml +16 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.wxss +39 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.js +57 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.json +6 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.less +66 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.wxml +23 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.wxss +61 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.js +34 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.json +6 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.less +36 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.wxml +8 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.wxss +36 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.js +59 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.json +7 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.less +40 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.wxml +15 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.wxss +40 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/animation.js +1 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.js +64 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.json +4 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.less +14 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.wxml +4 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.wxss +12 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/lottie-miniprogram-sdk.js +9 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.js +99 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.json +6 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.less +36 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.wxml +17 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.wxss +36 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.js +34 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.json +5 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.less +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.wxml +3 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.wxss +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.js +37 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.json +5 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.less +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.wxml +9 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.wxss +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.js +159 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.json +10 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.less +99 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.wxml +50 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.wxss +104 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.js +42 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.json +5 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.less +22 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.wxml +11 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.wxss +20 -0
- package/miniprogram_dist/Lottery/components/LotteryPopups/index.js +178 -0
- package/miniprogram_dist/Lottery/components/LotteryPopups/index.json +13 -0
- package/miniprogram_dist/Lottery/components/LotteryPopups/index.wxml +7 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.js +35 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.json +7 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.less +48 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.wxml +16 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.wxss +48 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.js +144 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.json +7 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.less +68 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.wxml +23 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.wxss +73 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.js +56 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.json +9 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.less +0 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.wxml +10 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.wxss +0 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.js +40 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.json +7 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.less +61 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.wxml +19 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.wxss +61 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.js +52 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.json +11 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.wxml +12 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.wxss +0 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.js +33 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.json +6 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.less +33 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.wxml +11 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.wxss +33 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.js +19 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.json +5 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.less +42 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.wxml +8 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.wxss +42 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.js +137 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.json +6 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.less +77 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.wxml +14 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.wxss +77 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.js +70 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.json +7 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.less +62 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.wxml +28 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.wxss +62 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.js +14 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.json +6 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.less +41 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.wxml +8 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.wxss +50 -0
- package/miniprogram_dist/Lottery/components/Winners/index.js +80 -0
- package/miniprogram_dist/Lottery/components/Winners/index.json +7 -0
- package/miniprogram_dist/Lottery/components/Winners/index.less +49 -0
- package/miniprogram_dist/Lottery/components/Winners/index.wxml +31 -0
- package/miniprogram_dist/Lottery/components/Winners/index.wxss +49 -0
- package/miniprogram_dist/Lottery/constants.js +119 -0
- package/miniprogram_dist/Lottery/countdown.js +88 -0
- package/miniprogram_dist/Lottery/eventBus.js +29 -0
- package/miniprogram_dist/Lottery/remotePic.js +52 -0
- package/miniprogram_dist/Lottery/store/effect.js +204 -0
- package/miniprogram_dist/Lottery/store/index.js +35 -0
- package/miniprogram_dist/Lottery/store/reducer.js +194 -0
- package/miniprogram_dist/Lottery/store/util.js +116 -0
- package/miniprogram_dist/Lottery/utils.js +68 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.js +51 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.json +4 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.less +143 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.wxml +47 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.wxss +122 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/sub.wxs +73 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.js +95 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.json +7 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.less +38 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.wxml +6 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.wxss +33 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.js +130 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.json +6 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.less +178 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.wxml +58 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.wxss +157 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.js +62 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.json +6 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.less +26 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.wxml +4 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.wxss +23 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.js +38 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.json +7 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.less +23 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.wxml +11 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.wxss +20 -0
- package/miniprogram_dist/PayComplete/index.js +143 -0
- package/miniprogram_dist/PayComplete/index.json +11 -0
- package/miniprogram_dist/PayComplete/index.less +16 -0
- package/miniprogram_dist/PayComplete/index.wxml +31 -0
- package/miniprogram_dist/PayComplete/index.wxss +16 -0
- package/miniprogram_dist/PayModule/README.md +0 -0
- package/miniprogram_dist/PayModule/button/index.js +44 -0
- package/miniprogram_dist/PayModule/button/index.json +6 -0
- package/miniprogram_dist/PayModule/button/index.less +16 -0
- package/miniprogram_dist/PayModule/button/index.wxml +8 -0
- package/miniprogram_dist/PayModule/button/index.wxss +28 -0
- package/miniprogram_dist/PayModule/index/index.js +254 -0
- package/miniprogram_dist/PayModule/index/index.json +7 -0
- package/miniprogram_dist/PayModule/index/index.less +0 -0
- package/miniprogram_dist/PayModule/index/index.wxml +12 -0
- package/miniprogram_dist/PayModule/index/index.wxss +1 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.js +43 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.json +4 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.less +66 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.wxml +12 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.wxss +57 -0
- package/miniprogram_dist/Recommend/index.js +58 -0
- package/miniprogram_dist/Recommend/index.json +4 -0
- package/miniprogram_dist/Recommend/index.less +116 -0
- package/miniprogram_dist/Recommend/index.wxml +29 -0
- package/miniprogram_dist/Recommend/index.wxss +110 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.js +1898 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.json +5 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.less +57 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.wxml +13 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.wxss +57 -0
- package/miniprogram_dist/SharePoster/README.md +10 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.js +66 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.json +7 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.less +75 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.wxml +29 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.wxss +75 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.js +40 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.less +0 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.wxml +6 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.wxss +21 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.js +38 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.less +0 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.wxml +9 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.wxss +45 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.js +35 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.wxml +5 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.wxss +35 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.js +35 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.wxml +11 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.wxss +51 -0
- package/miniprogram_dist/SharePoster/createPoster/index.js +201 -0
- package/miniprogram_dist/SharePoster/createPoster/utils/drawImage.js +267 -0
- package/miniprogram_dist/SharePoster/createPoster/utils/util.js +40 -0
- package/miniprogram_dist/SharePoster/libs/constant.js +57 -0
- package/miniprogram_dist/SharePoster/libs/positionMap.js +255 -0
- package/miniprogram_dist/SharePoster/mockData/mockData.js +591 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.js +658 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.json +13 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.less +181 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.wxml +94 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.wxss +193 -0
- package/miniprogram_dist/Sku/commSelect/index.js +427 -0
- package/miniprogram_dist/Sku/commSelect/index.json +8 -0
- package/miniprogram_dist/Sku/commSelect/index.less +48 -0
- package/miniprogram_dist/Sku/commSelect/index.wxml +41 -0
- package/miniprogram_dist/Sku/commSelect/index.wxss +45 -0
- package/miniprogram_dist/Sku/goods-info/index.js +52 -0
- package/miniprogram_dist/Sku/goods-info/index.json +4 -0
- package/miniprogram_dist/Sku/goods-info/index.less +48 -0
- package/miniprogram_dist/Sku/goods-info/index.wxml +19 -0
- package/miniprogram_dist/Sku/goods-info/index.wxss +48 -0
- package/miniprogram_dist/Sku/index/index.js +280 -0
- package/miniprogram_dist/Sku/index/index.json +12 -0
- package/miniprogram_dist/Sku/index/index.less +78 -0
- package/miniprogram_dist/Sku/index/index.wxml +58 -0
- package/miniprogram_dist/Sku/index/index.wxss +50 -0
- package/miniprogram_dist/Sku/row-item/index.js +61 -0
- package/miniprogram_dist/Sku/row-item/index.json +4 -0
- package/miniprogram_dist/Sku/row-item/index.less +48 -0
- package/miniprogram_dist/Sku/row-item/index.wxml +10 -0
- package/miniprogram_dist/Sku/row-item/index.wxss +42 -0
- package/miniprogram_dist/Sku/step/index.js +95 -0
- package/miniprogram_dist/Sku/step/index.json +6 -0
- package/miniprogram_dist/Sku/step/index.less +11 -0
- package/miniprogram_dist/Sku/step/index.wxml +11 -0
- package/miniprogram_dist/Sku/step/index.wxss +11 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.js +36 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.json +6 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.less +47 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.wxml +27 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.wxss +45 -0
- package/miniprogram_dist/TeacherGoodsList/README.md +10 -0
- package/miniprogram_dist/TeacherGoodsList/index.js +269 -0
- package/miniprogram_dist/TeacherGoodsList/index.json +8 -0
- package/miniprogram_dist/TeacherGoodsList/index.less +53 -0
- package/miniprogram_dist/TeacherGoodsList/index.wxml +49 -0
- package/miniprogram_dist/TeacherGoodsList/index.wxss +50 -0
- package/miniprogram_dist/common/api/confirmOrder.js +218 -0
- package/miniprogram_dist/common/api/coupon.js +19 -0
- package/miniprogram_dist/common/api/couponlist.js +106 -0
- package/miniprogram_dist/common/api/eLiveInvite.js +46 -0
- package/miniprogram_dist/common/api/liveGoodsList.js +52 -0
- package/miniprogram_dist/common/api/lottery.js +57 -0
- package/miniprogram_dist/common/api/pay.js +42 -0
- package/miniprogram_dist/common/api/payComplete.js +22 -0
- package/miniprogram_dist/common/api/sharePoster.js +68 -0
- package/miniprogram_dist/common/api/sku.js +58 -0
- package/miniprogram_dist/common/assets/copy.wxss +3 -0
- package/miniprogram_dist/common/assets/icon.png +0 -0
- package/miniprogram_dist/common/assets/images/activity.png +0 -0
- package/miniprogram_dist/common/assets/images/address.png +0 -0
- package/miniprogram_dist/common/assets/images/bg_gift@2x.png +0 -0
- package/miniprogram_dist/common/assets/images/close.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_bg.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_finish.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_select.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_style2.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_style2.svg +30 -0
- package/miniprogram_dist/common/assets/images/coupon/coupons_style2.svg +30 -0
- package/miniprogram_dist/common/assets/images/coupon/down.svg +22 -0
- package/miniprogram_dist/common/assets/images/coupon/emptypage.svg +50 -0
- package/miniprogram_dist/common/assets/images/coupon/expand.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/failed.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/failed.svg +5 -0
- package/miniprogram_dist/common/assets/images/coupon/finished.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/has_receive.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/has_recevie_style2.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/hint.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/icon_arrow.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/retract.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/seal_receivingPage_received.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/superposition_logo.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/up.svg +22 -0
- package/miniprogram_dist/common/assets/images/fingerprint.png +0 -0
- package/miniprogram_dist/common/assets/images/icon-tip.png +0 -0
- package/miniprogram_dist/common/assets/images/img_adrr.png +0 -0
- package/miniprogram_dist/common/assets/images/left.png +0 -0
- package/miniprogram_dist/common/assets/images/liveGoodsList/explaining.png +0 -0
- package/miniprogram_dist/common/assets/images/liveGoodsList/no-data.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/arrow-right.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/black-right-arrow.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/close-f-new.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/icon_back_black.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/is_not_winner.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/lotteryV2_close.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/lottery_v1_back.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/lottery_v1_close.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/prize_icon_new_land.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/reward_list_title.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/white_right_arrow.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/winner_list_smile_icon.svg +56 -0
- package/miniprogram_dist/common/assets/images/lottery/winner_list_title.svg +19 -0
- package/miniprogram_dist/common/assets/images/package.png +0 -0
- package/miniprogram_dist/common/assets/images/pay/loading.svg +3 -0
- package/miniprogram_dist/common/assets/images/recommend.svg +6 -0
- package/miniprogram_dist/common/assets/images/recommend_with_bg.png +0 -0
- package/miniprogram_dist/common/assets/images/refresh.svg +10 -0
- package/miniprogram_dist/common/assets/images/refresh_white.svg +3 -0
- package/miniprogram_dist/common/assets/images/replenish.png +0 -0
- package/miniprogram_dist/common/assets/images/search-bg.png +0 -0
- package/miniprogram_dist/common/assets/images/shop.png +0 -0
- package/miniprogram_dist/common/assets/images/success.png +0 -0
- package/miniprogram_dist/common/assets/images/tips.png +0 -0
- package/miniprogram_dist/common/assets/images/update.png +0 -0
- package/miniprogram_dist/common/assets/images/wechat.svg +4 -0
- package/miniprogram_dist/common/assets/images/wx.png +0 -0
- package/miniprogram_dist/common/assets/images/zhixiang.png +0 -0
- package/miniprogram_dist/common/css/index.less +2 -0
- package/miniprogram_dist/common/css/index.wxss +1 -0
- package/miniprogram_dist/common/css/theme.less +20 -0
- package/miniprogram_dist/common/css/theme.wxss +16 -0
- package/miniprogram_dist/common/libs/dataUp/sensorUp.js +92 -0
- package/miniprogram_dist/common/libs/playerHttp.js +58 -0
- package/miniprogram_dist/common/libs/playerRequestUrl.js +40 -0
- package/miniprogram_dist/common/utils/constants.js +256 -0
- package/miniprogram_dist/common/utils/currency.js +52 -0
- package/miniprogram_dist/common/utils/helper.js +160 -0
- package/miniprogram_dist/common/utils/index.js +56 -0
- package/miniprogram_dist/common/utils/postCouponList.js +53 -0
- package/miniprogram_dist/common/utils/tool.js +66 -0
- package/miniprogram_dist/common/wxs/filter.wxs +30 -0
- package/miniprogram_dist/coupon/README.md +12 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.js +176 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.json +6 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.less +208 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.wxml +100 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.wxss +195 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.js +324 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.json +9 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.less +238 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.wxml +75 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.wxss +249 -0
- package/miniprogram_dist/coupon/index.css +50 -0
- package/miniprogram_dist/coupon/index.js +205 -0
- package/miniprogram_dist/coupon/index.json +8 -0
- package/miniprogram_dist/coupon/index.less +51 -0
- package/miniprogram_dist/coupon/index.wxml +24 -0
- package/miniprogram_dist/coupon/index.wxss +50 -0
- package/miniprogram_dist/index.js +117 -0
- package/miniprogram_dist/index.js.map +1 -0
- package/miniprogram_dist/index.json +5 -0
- package/miniprogram_dist/index.wxml +2 -0
- package/miniprogram_dist/index.wxss +1 -0
- package/miniprogram_dist/lib.js +105 -0
- package/miniprogram_dist/lib.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
// import room from '@/api/room';
|
|
2
|
+
import base64 from './libs/base64'
|
|
3
|
+
import {getTop3List, getInviteList} from '../../common/api/eLiveInvite'
|
|
4
|
+
|
|
5
|
+
// import Taro from '@tarojs/taro';
|
|
6
|
+
// import { INVITE_GUEST_URL } from 'src/libs/alive_pusher/constant/api/live';
|
|
7
|
+
// const computedBehavior = require('miniprogram-computed').behavior
|
|
8
|
+
|
|
9
|
+
Component({
|
|
10
|
+
// behaviors: [computedBehavior],
|
|
11
|
+
properties: {
|
|
12
|
+
roomInfo: {
|
|
13
|
+
type: Object,
|
|
14
|
+
value: {}
|
|
15
|
+
},
|
|
16
|
+
inviteParm: {
|
|
17
|
+
type: String,
|
|
18
|
+
value: ''
|
|
19
|
+
},
|
|
20
|
+
// 直播是否结束
|
|
21
|
+
isLiveOver: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
value: false // 默认直播没有结束
|
|
24
|
+
},
|
|
25
|
+
userId: {
|
|
26
|
+
type: String,
|
|
27
|
+
value: ''
|
|
28
|
+
},
|
|
29
|
+
appId: {
|
|
30
|
+
type: String,
|
|
31
|
+
value: ''
|
|
32
|
+
},
|
|
33
|
+
isList:{
|
|
34
|
+
type:Boolean,
|
|
35
|
+
value:false
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
},
|
|
39
|
+
data: {
|
|
40
|
+
refInvitingRank: '',
|
|
41
|
+
top3Inviter: [], // top3用户,用于显示头像
|
|
42
|
+
isShowRank: false, // 正式 false
|
|
43
|
+
topInviter: [], // 邀请用户列表
|
|
44
|
+
selfInfo: {}, // 个人内容,用于页面底部
|
|
45
|
+
isDefaultPage: true, // 正式 true 是否是默认页面。等接口请求完再判断展示什么样式,防止展示空图标。
|
|
46
|
+
inActivity: false, // 正式 false 测试用 true: activitySwitch=true & 直播没结束
|
|
47
|
+
activitySwitch: false, // 是否关联活动
|
|
48
|
+
activityEndType: 1, // 有效时间 1-直到直播结束,2-自定义时间
|
|
49
|
+
activityEndTime: '', // 自定义截止时间
|
|
50
|
+
rewardList: [], // 冲榜活动 奖品列表展示
|
|
51
|
+
showInvitePoster: false, // 展示邀请弹窗
|
|
52
|
+
timer: null, // 邀请列表定时器
|
|
53
|
+
timerTop3: null, // 邀请top3头像定时器
|
|
54
|
+
topHeight: 0,
|
|
55
|
+
rightPosition: 0,
|
|
56
|
+
hasPhoneChin:false
|
|
57
|
+
},
|
|
58
|
+
ready() {
|
|
59
|
+
},
|
|
60
|
+
lifetimes: {
|
|
61
|
+
// 在组件实例进入页面节点树时执行
|
|
62
|
+
attached() {
|
|
63
|
+
this.getTop3Inviter();
|
|
64
|
+
const {height, top, right} = wx.getMenuButtonBoundingClientRect()
|
|
65
|
+
const width = wx.getSystemInfoSync().windowWidth
|
|
66
|
+
this.setData({
|
|
67
|
+
topHeight: height + top + 16,
|
|
68
|
+
rightPosition: width - right
|
|
69
|
+
})
|
|
70
|
+
wx.getSystemInfo().then( res => {
|
|
71
|
+
const model = res.model
|
|
72
|
+
const isHighModel = /iphone\sx/i.test(model) || (/iphone/i.test(model) && /unknown/.test(model)) || /iphone\s11/i.test(model) || /iphone\s12/i.test(model) || /iphone\s13/i.test(model)
|
|
73
|
+
this.setData({
|
|
74
|
+
hasPhoneChin:isHighModel ? true : false
|
|
75
|
+
})
|
|
76
|
+
})
|
|
77
|
+
},
|
|
78
|
+
// 在组件实例被从页面节点树移除时执行
|
|
79
|
+
detached() {
|
|
80
|
+
clearInterval(this.data.timerTop3)
|
|
81
|
+
this.setData({
|
|
82
|
+
timerTop3: null
|
|
83
|
+
})
|
|
84
|
+
this.closeInvitingRank()
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
observers: {
|
|
88
|
+
isList(val) {
|
|
89
|
+
if(val){
|
|
90
|
+
this.openRank()
|
|
91
|
+
}else{
|
|
92
|
+
this.closeInvitingRank()
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
methods: {
|
|
97
|
+
async setInviteParm() {
|
|
98
|
+
const inviteParm = this.generateBase64(2, 4, this.properties.roomInfo.alive_id, '')
|
|
99
|
+
this.setData({
|
|
100
|
+
inviteParm
|
|
101
|
+
})
|
|
102
|
+
await this.getTop3Inviter()
|
|
103
|
+
},
|
|
104
|
+
generateBase64(paymentType, resourceType, resourceId, productId) {
|
|
105
|
+
const params = {
|
|
106
|
+
payment_type: paymentType,
|
|
107
|
+
resource_type: resourceType,
|
|
108
|
+
resource_id: resourceId,
|
|
109
|
+
product_id: productId,
|
|
110
|
+
}
|
|
111
|
+
return base64.encode(JSON.stringify(params))
|
|
112
|
+
},
|
|
113
|
+
// 打开个人邀请好友列表弹窗
|
|
114
|
+
openFriendsModal() {
|
|
115
|
+
if (this.data.selfInfo.inviteAvatars && this.data.selfInfo.inviteAvatars.length > 0) {
|
|
116
|
+
this.triggerEvent('changePosterDisplay',"friendsDialog")
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
// 打开冲榜活动规则弹窗
|
|
120
|
+
openRuleDetail() {
|
|
121
|
+
this.triggerEvent('changePosterDisplay',"rulesDialog")
|
|
122
|
+
},
|
|
123
|
+
// 获取排名前三的用户
|
|
124
|
+
getTop3Inviter() {
|
|
125
|
+
if (!this.properties.roomInfo.app_id) {
|
|
126
|
+
return
|
|
127
|
+
}
|
|
128
|
+
const inviteParm = this.generateBase64(2, 4, this.properties.roomInfo.alive_id, '')
|
|
129
|
+
const params = {
|
|
130
|
+
bizData: {
|
|
131
|
+
inviteParm: inviteParm,
|
|
132
|
+
},
|
|
133
|
+
user_id: this.properties.roomInfo.user_id,
|
|
134
|
+
app_id: this.properties.roomInfo.app_id
|
|
135
|
+
}
|
|
136
|
+
getTop3List(params).then(res => {
|
|
137
|
+
const DATA = res.data
|
|
138
|
+
if (DATA.code === 0) {
|
|
139
|
+
this.setData({
|
|
140
|
+
top3Inviter: DATA.data.invitelist.slice(0, 3),
|
|
141
|
+
activitySwitch: !!DATA.data.inviteActivitySwitchState, // inviteActivitySwitchState 0-没有关联 1-关联
|
|
142
|
+
activityEndType: DATA.data.inviteActivityEndType, // activityEndType 1-直播结束 2-自定义时间
|
|
143
|
+
activityEndTime: DATA.data.inviteActivityEndTime // 结束时间
|
|
144
|
+
})
|
|
145
|
+
// 有关联活动
|
|
146
|
+
if (this.data.activitySwitch) {
|
|
147
|
+
// 获取活动状态
|
|
148
|
+
this.computedInActivity()
|
|
149
|
+
}
|
|
150
|
+
} else {
|
|
151
|
+
wx.showToast({
|
|
152
|
+
title: DATA.msg,
|
|
153
|
+
icon: 'error'
|
|
154
|
+
})
|
|
155
|
+
}
|
|
156
|
+
}).catch(err => {
|
|
157
|
+
wx.showToast({
|
|
158
|
+
title: err.data.msg,
|
|
159
|
+
icon: 'error'
|
|
160
|
+
})
|
|
161
|
+
})
|
|
162
|
+
},
|
|
163
|
+
// 冲榜活动是否在进行 true: activitySwitch=true & 直播没结束
|
|
164
|
+
computedInActivity() {
|
|
165
|
+
let flag = false
|
|
166
|
+
if (this.data.activitySwitch) {
|
|
167
|
+
if (this.data.activityEndType === 1 && !this.data.isLiveOver) {
|
|
168
|
+
flag = true
|
|
169
|
+
} else if (this.data.activityEndType === 2) {
|
|
170
|
+
const endTime = new Date(this.data.activityEndTime)
|
|
171
|
+
flag = Date.now() <= endTime.getTime()
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
this.setData({
|
|
175
|
+
inActivity: flag
|
|
176
|
+
})
|
|
177
|
+
},
|
|
178
|
+
closeInvitingRank() {
|
|
179
|
+
clearInterval(this.timer)
|
|
180
|
+
this.timer = null;
|
|
181
|
+
this.setData({isShowRank: false})
|
|
182
|
+
},
|
|
183
|
+
openRank() {
|
|
184
|
+
this.setData({isShowRank: true})
|
|
185
|
+
this.getTopInviter()
|
|
186
|
+
const timer = setInterval(() => {
|
|
187
|
+
this.getTopInviter()
|
|
188
|
+
}, 30*1000)
|
|
189
|
+
this.timer = timer;
|
|
190
|
+
},
|
|
191
|
+
// 获取邀请用户排名列表
|
|
192
|
+
getTopInviter() {
|
|
193
|
+
const inviteParm = this.generateBase64(2, 4, this.properties.roomInfo.alive_id, '')
|
|
194
|
+
const params = {
|
|
195
|
+
bizData: {
|
|
196
|
+
inviteParm: inviteParm,
|
|
197
|
+
},
|
|
198
|
+
user_id: this.properties.roomInfo.user_id,
|
|
199
|
+
app_id: this.properties.roomInfo.app_id
|
|
200
|
+
}
|
|
201
|
+
getInviteList(params).then(res => {
|
|
202
|
+
const DATA = res.data
|
|
203
|
+
let inviteNum = DATA.data.listInfos? DATA.data.listInfos.slice(0,50):[]
|
|
204
|
+
if (DATA.code === 0) {
|
|
205
|
+
this.setData({
|
|
206
|
+
topInviter: inviteNum,
|
|
207
|
+
selfInfo: DATA.data.selfInfo,
|
|
208
|
+
isDefaultPage: false
|
|
209
|
+
})
|
|
210
|
+
} else {
|
|
211
|
+
wx.showToast({
|
|
212
|
+
title: DATA.msg,
|
|
213
|
+
icon: 'error'
|
|
214
|
+
})
|
|
215
|
+
}
|
|
216
|
+
}).catch(err => {
|
|
217
|
+
wx.showToast({
|
|
218
|
+
title: err.data.msg,
|
|
219
|
+
icon: 'error'
|
|
220
|
+
})
|
|
221
|
+
})
|
|
222
|
+
},
|
|
223
|
+
gotoInvite() {
|
|
224
|
+
this.triggerEvent('changePosterDisplay',"invitePosterDialog")
|
|
225
|
+
},
|
|
226
|
+
changeShowInvite() {
|
|
227
|
+
this.setData({
|
|
228
|
+
showInvitePoster: false
|
|
229
|
+
})
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
})
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": true,
|
|
3
|
+
"usingComponents": {
|
|
4
|
+
"rewards":"./components/rewards/rewards",
|
|
5
|
+
"rules":"./components/rules/rules",
|
|
6
|
+
"friends":"./components/friends/friends",
|
|
7
|
+
"invite-poster":"./components/invite-poster/invite-poster",
|
|
8
|
+
"sharePopup":"../../SharePoster/sharePopup/index"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
.invite-rank-page {
|
|
2
|
+
animation: popping ease 300ms;
|
|
3
|
+
height: 1250rpx;
|
|
4
|
+
background-color: #fff !important;
|
|
5
|
+
background: url("https://wechatapppro-1252524126.cos.ap-shanghai.myqcloud.com/appgwaqerxu2025/image/b_u_5b2225aa46488_oGKN7IvA/kpzb2l510aau.png?imageView2/2/w/200/q/60");
|
|
6
|
+
background-size: contain;
|
|
7
|
+
background-repeat: no-repeat;
|
|
8
|
+
border-radius: 16px 16px 0 0;
|
|
9
|
+
}
|
|
10
|
+
.scrollViewHeight{
|
|
11
|
+
height:calc(100vh - 636rpx);
|
|
12
|
+
}
|
|
13
|
+
.scrollViewDefaultHeight{
|
|
14
|
+
height:calc(100vh - 596rpx);
|
|
15
|
+
}
|
|
16
|
+
.smallModelViewDefaultHeight{
|
|
17
|
+
height:calc(100vh - 576rpx);
|
|
18
|
+
}
|
|
19
|
+
.smallModelVeiwHeight{
|
|
20
|
+
height:calc(100vh - 698rpx);
|
|
21
|
+
}
|
|
22
|
+
.scrollViewPackUpDefaultHeight{
|
|
23
|
+
height:calc(100vh - 468rpx);
|
|
24
|
+
}
|
|
25
|
+
.scrollViewPackUpHeight{
|
|
26
|
+
height:calc(100vh - 362rpx);
|
|
27
|
+
}
|
|
28
|
+
.smallModelViewPackUpDefaultHeight{
|
|
29
|
+
height:calc(100vh - 342rpx);
|
|
30
|
+
}
|
|
31
|
+
.smallModelVeiwPackUpHeight{
|
|
32
|
+
height:calc(100vh - 464rpx);
|
|
33
|
+
}
|
|
34
|
+
.container-ranking {
|
|
35
|
+
animation: popping ease 300ms;
|
|
36
|
+
// height: 1035rpx;
|
|
37
|
+
background-color: #fff !important;
|
|
38
|
+
background: url("https://wechatapppro-1252524126.cos.ap-shanghai.myqcloud.com/appgwaqerxu2025/image/b_u_5b2225aa46488_oGKN7IvA/kpzb2l510aau.png?imageView2/2/w/200/q/60");
|
|
39
|
+
background-size: contain;
|
|
40
|
+
background-repeat: no-repeat;
|
|
41
|
+
border-radius: 16px 16px 0 0;
|
|
42
|
+
}
|
|
43
|
+
.img-background {
|
|
44
|
+
background: url("https://wechatapppro-1252524126.cos.ap-shanghai.myqcloud.com/appgwaqerxu2025/image/b_u_5b2225aa46488_oGKN7IvA/kpzb2k2t0iqn.png?imageView2/2/w/200/q/60");
|
|
45
|
+
background-size: cover;
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
48
|
+
justify-content: center;
|
|
49
|
+
background-repeat: no-repeat;
|
|
50
|
+
padding-top: 34rpx;
|
|
51
|
+
border-radius: 16rpx 16rpx 0 0;
|
|
52
|
+
}
|
|
53
|
+
.img-invite-title {
|
|
54
|
+
width: 286rpx;
|
|
55
|
+
height: 78rpx;
|
|
56
|
+
}
|
|
57
|
+
.ranking-empty{
|
|
58
|
+
display: flex;
|
|
59
|
+
justify-content: center;
|
|
60
|
+
flex-direction: column;
|
|
61
|
+
align-items: center;
|
|
62
|
+
.title-empty{
|
|
63
|
+
color:#ADADB4
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.ranking-empty image {
|
|
67
|
+
// margin-top: 33rpx;
|
|
68
|
+
width: 400rpx;
|
|
69
|
+
height: 280rpx;
|
|
70
|
+
}
|
|
71
|
+
.ranking-empty .btn-inviting {
|
|
72
|
+
width: 231rpx;
|
|
73
|
+
height: 80rpx;
|
|
74
|
+
margin-top: 32rpx;
|
|
75
|
+
background-image: linear-gradient(270deg, #ff5f46 0%, #ffa238 100%);
|
|
76
|
+
border-radius: 40rpx;
|
|
77
|
+
font-family: PingFangSC-Medium;
|
|
78
|
+
font-size: 28rpx;
|
|
79
|
+
color: #ffffff;
|
|
80
|
+
text-align: center;
|
|
81
|
+
line-height: 40rpx;
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
justify-content: center;
|
|
85
|
+
}
|
|
86
|
+
.ranking-top-50 .ranking-list {
|
|
87
|
+
margin: 0 auto;
|
|
88
|
+
box-sizing: border-box;
|
|
89
|
+
position: relative;
|
|
90
|
+
z-index: 1;
|
|
91
|
+
flex: 1;
|
|
92
|
+
}
|
|
93
|
+
.ranking-top-50 .ranking-item {
|
|
94
|
+
display: flex;
|
|
95
|
+
text-align: center;
|
|
96
|
+
margin: 10rpx 28rpx 10rpx;
|
|
97
|
+
height: 110rpx;
|
|
98
|
+
align-items: center;
|
|
99
|
+
}
|
|
100
|
+
.ranking-top-50 .ranking-item .num {
|
|
101
|
+
font-size: 20rpx;
|
|
102
|
+
color: #666666;
|
|
103
|
+
margin-right: 0.12rpx;
|
|
104
|
+
width: 32rpx;
|
|
105
|
+
height: 32rpx;
|
|
106
|
+
text-align: center;
|
|
107
|
+
}
|
|
108
|
+
.ranking-top-50 .ranking-item .warp-avatar{
|
|
109
|
+
position: relative;
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
width: 100%;
|
|
113
|
+
margin-left: 16rpx;
|
|
114
|
+
}
|
|
115
|
+
.ranking-top-50 .ranking-item .warp-avatar .img-avatar {
|
|
116
|
+
width: 80rpx;
|
|
117
|
+
height: 80rpx;
|
|
118
|
+
border-radius: 100%;
|
|
119
|
+
}
|
|
120
|
+
.ranking-top-50 .ranking-item .warp-avatar::before{
|
|
121
|
+
content: "";
|
|
122
|
+
width: 36rpx;
|
|
123
|
+
height: 36rpx;
|
|
124
|
+
position: absolute;
|
|
125
|
+
bottom: 100%;
|
|
126
|
+
left: 70rpx;
|
|
127
|
+
top: -20rpx;
|
|
128
|
+
transform: translate(-50%, 0.1px);
|
|
129
|
+
display: none;
|
|
130
|
+
}
|
|
131
|
+
.ranking-top-50 .ranking-item:nth-child(-n + 3) .desc-top3 {
|
|
132
|
+
/* color: rgb(255 127 44); */
|
|
133
|
+
// color: #ff781f;
|
|
134
|
+
}
|
|
135
|
+
.ranking-top-50 .ranking-item:nth-child(1) .warp-avatar .img-avatar{
|
|
136
|
+
border: 4rpx solid #ffd014;
|
|
137
|
+
}
|
|
138
|
+
.ranking-top-50 .ranking-item:nth-child(1) .warp-avatar::before{
|
|
139
|
+
display: inline-block;
|
|
140
|
+
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDE2IDE0IiB2ZXJzaW9uPSIxLjEiPg0KICA8dGl0bGU+55qH5YagLTE8L3RpdGxlPg0KICA8ZGVmcz4NCiAgICA8cGF0aCBkPSJNMzkuMDc3MDU1NSw1LjMwMzQyMjA1IEMzOC45NTQxODU2LDUuMzAzNDIyMDUgMzguODQzNDI5Niw1LjM1MzQ1Mzg1IDM4Ljc2MjA5MzIsNS40MzM4NjIwOCBDMzguNzU2OTAxNiw1LjQzOTIyMjYzIDM4Ljc1NTE3MSw1LjQzNzQzNTc4IDM4Ljc1NjkwMTYsNS40MzAyODgzOSBMMzUuNzE2MzA0Nyw4LjI2MjQ0NTIxIEwzMy4yMzk4NzA5LDMuMTM5NTQ3MDMgQzMzLjEyMzkyMzMsMi45ODA1MTc0IDMyLjk0MDQ4MzgsMi44ODA0NTM4MiAzMi43MzI4MTY0LDIuODgwNDUzODIgQzMyLjQ5MDUzNzcsMi44ODA0NTM4MiAzMi4yNzk0MDkyLDMuMDIxNjE0OTUgMzIuMTcyMTE0NCwzLjIyNzEwMjY3IEwyOS43MzcyMTQxLDguMjYyNDQ1MjEgTDI2LjU5OTcwNTgsNS4zMzkxNTkwNSBDMjYuNTMzOTQ0NCw1LjMwMTYzNTIgMjYuNDU3Nzk5Nyw1LjI4MDE5MzAxIDI2LjM3NjQ2MzMsNS4yODAxOTMwMSBDMjYuMTI1NTMxOSw1LjI4MDE5MzAxIDI1LjkyMzA1NjIsNS40OTEwNDEyOCAyNS45MjMwNTYyLDUuNzQ4MzQ3NjQgQzI1LjkyMzA1NjIsNS43Njk3ODk4MyAyNS45MTk1OTUsNS43ODA1MTA5MyAyNS45MTI2NzI4LDUuNzgwNTEwOTMgTDI2Ljg4MzUxNzksMTMuMjY5MTk4MiBDMjYuODgzNTE3OSwxMy4yNDA2MDg2IDI2Ljg4MTc4NzMsMTMuMjEyMDE5IDI2Ljg3ODMyNjIsMTMuMTgxNjQyNSBDMjYuOTM3MTY1MywxMy43MDM0MDI2IDI3LjI3ODA4NiwxNC4xMzU4MjAzIDI3LjczNjY4NDgsMTQuMzE0NTA1MyBDMjcuNjk1MTUxMywxNC4yOTg0MjM2IDI3LjY1MzYxNzgsMTQuMjg1OTE1NyAyNy42MTU1NDU1LDE0LjI3ODc2ODMgQzI4LjU4OTg1MTcsMTQuNjU1NzkzNSAzMC41MDIxMjI0LDE0LjkwMDU5MiAzMi43MDUxMjc0LDE0Ljg3OTE0OTggQzM0LjkxODUxNTgsMTQuODU5NDk0NCAzNi44NDgwOTIsMTQuNTc3MTcyMiAzNy44MzYyNDI3LDE0LjE3ODcwNDcgQzM3Ljc5OTkwMSwxNC4xODU4NTIxIDM3Ljc2MTgyODYsMTQuMTk2NTczMiAzNy43MjAyOTUxLDE0LjIxMjY1NDggQzM4LjE3ODg5NCwxNC4wMzIxODMgMzguNTE5ODE0NiwxMy41OTk3NjU0IDM4LjU3ODY1MzcsMTMuMDc4MDA1MiBDMzguNTcxNzMxNSwxMy4xMzg3NTgxIDM4LjU3MTczMTUsMTMuMTk1OTM3MyAzOC41NzUxOTI2LDEzLjI0Nzc1NiBMMzkuNTM5MTE1NCw1Ljc5ODM3OTQzIEMzOS41MzU2NTQzLDUuNzk0ODA1NzMgMzkuNTMyMTkzMiw1Ljc4NDA4NDYzIDM5LjUzMjE5MzIsNS43NjgwMDI5OCBDMzkuNTMyMTkzMiw1LjUxNDI3MDMyIDM5LjMyOTcxNzUsNS4zMDM0MjIwNSAzOS4wNzcwNTU1LDUuMzAzNDIyMDUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPg0KICAgIDxmaWx0ZXIgeD0iLTExLjAlIiB5PSItMTIuNSUiIHdpZHRoPSIxMjIuMCUiIGhlaWdodD0iMTI1LjAlIiBpZD0iZmlsdGVyLTIiPg0KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiPjwvZmVHYXVzc2lhbkJsdXI+DQogICAgICA8ZmVPZmZzZXQgZHg9IjAiIGR5PSIxIiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiPjwvZmVPZmZzZXQ+DQogICAgICA8ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiPjwvZmVDb21wb3NpdGU+DQogICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMSAgIDAgMCAwIDAgMC44MTU2ODYyNzUgICAwIDAgMCAwIDAuMDc4NDMxMzcyNSAgMCAwIDAgMSAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dJbm5lcklubmVyMSI+PC9mZUNvbG9yTWF0cml4Pg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogIDxnIGlkPSLpobXpnaItMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgPGcgaWQ9IuerluWxj+ebtOaSrS3lt7LlvIDlp4vovr7kurrmppwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My4wMDAwMDAsIC0zMjUuMDAwMDAwKSI+DQogICAgICA8ZyBpZD0i5by556qX5aSH5Lu9IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjUxLjAwMDAwMCkiPg0KICAgICAgICA8ZyBpZD0i5o6S5ZCNIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNzIuMDAwMDAwKSI+DQogICAgICAgICAgPGcgaWQ9Iue8lue7hC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC4wMDAwMDAsIDAuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0i55qH5YagLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyLjcyNTg5NCwgOC44ODA0NTQpIHJvdGF0ZSgtMzMwLjAwMDAwMCkgdHJhbnNsYXRlKC0zMi43MjU4OTQsIC04Ljg4MDQ1NCkgIj4NCiAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRkZEMDE0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=");
|
|
141
|
+
background-size: contain;
|
|
142
|
+
background-repeat: no-repeat;
|
|
143
|
+
}
|
|
144
|
+
.ranking-top-50 .ranking-item:nth-child(2) .warp-avatar .img-avatar{
|
|
145
|
+
border: 4rpx solid #d2daff;
|
|
146
|
+
}
|
|
147
|
+
.ranking-top-50 .ranking-item:nth-child(2) .warp-avatar::before{
|
|
148
|
+
display: inline-block;
|
|
149
|
+
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE2IDE1IiB2ZXJzaW9uPSIxLjEiPg0KICA8dGl0bGU+55qH5YagLTI8L3RpdGxlPg0KICA8ZGVmcz4NCiAgICA8cGF0aCBkPSJNMzkuNTc3MDU1NSw1LjQzNzM5NjY1IEMzOS40NTQxODU2LDUuNDM3Mzk2NjUgMzkuMzQzNDI5Niw1LjQ4NzQyODQ0IDM5LjI2MjA5MzIsNS41Njc4MzY2OCBDMzkuMjU2OTAxNiw1LjU3MzE5NzIzIDM5LjI1NTE3MSw1LjU3MTQxMDM4IDM5LjI1NjkwMTYsNS41NjQyNjI5OCBMMzYuMjE2MzA0Nyw4LjM5NjQxOTgxIEwzMy43Mzk4NzA5LDMuMjczNTIxNjMgQzMzLjYyMzkyMzMsMy4xMTQ0OTIgMzMuNDQwNDgzOCwzLjAxNDQyODQxIDMzLjIzMjgxNjQsMy4wMTQ0Mjg0MSBDMzIuOTkwNTM3NywzLjAxNDQyODQxIDMyLjc3OTQwOTIsMy4xNTU1ODk1NCAzMi42NzIxMTQ0LDMuMzYxMDc3MjYgTDMwLjIzNzIxNDEsOC4zOTY0MTk4MSBMMjcuMDk5NzA1OCw1LjQ3MzEzMzY1IEMyNy4wMzM5NDQ0LDUuNDM1NjA5OCAyNi45NTc3OTk3LDUuNDE0MTY3NiAyNi44NzY0NjMzLDUuNDE0MTY3NiBDMjYuNjI1NTMxOSw1LjQxNDE2NzYgMjYuNDIzMDU2Miw1LjYyNTAxNTg3IDI2LjQyMzA1NjIsNS44ODIzMjIyMyBDMjYuNDIzMDU2Miw1LjkwMzc2NDQzIDI2LjQxOTU5NSw1LjkxNDQ4NTUzIDI2LjQxMjY3MjgsNS45MTQ0ODU1MyBMMjcuMzgzNTE3OSwxMy40MDMxNzI4IEMyNy4zODM1MTc5LDEzLjM3NDU4MzIgMjcuMzgxNzg3MywxMy4zNDU5OTM2IDI3LjM3ODMyNjIsMTMuMzE1NjE3MSBDMjcuNDM3MTY1MywxMy44MzczNzcyIDI3Ljc3ODA4NiwxNC4yNjk3OTQ5IDI4LjIzNjY4NDgsMTQuNDQ4NDc5OCBDMjguMTk1MTUxMywxNC40MzIzOTgyIDI4LjE1MzYxNzgsMTQuNDE5ODkwMyAyOC4xMTU1NDU1LDE0LjQxMjc0MjkgQzI5LjA4OTg1MTcsMTQuNzg5NzY4MSAzMS4wMDIxMjI0LDE1LjAzNDU2NjYgMzMuMjA1MTI3NCwxNS4wMTMxMjQ0IEMzNS40MTg1MTU4LDE0Ljk5MzQ2OSAzNy4zNDgwOTIsMTQuNzExMTQ2OCAzOC4zMzYyNDI3LDE0LjMxMjY3OTMgQzM4LjI5OTkwMSwxNC4zMTk4MjY3IDM4LjI2MTgyODYsMTQuMzMwNTQ3OCAzOC4yMjAyOTUxLDE0LjM0NjYyOTQgQzM4LjY3ODg5NCwxNC4xNjYxNTc2IDM5LjAxOTgxNDYsMTMuNzMzNzQgMzkuMDc4NjUzNywxMy4yMTE5Nzk4IEMzOS4wNzE3MzE1LDEzLjI3MjczMjcgMzkuMDcxNzMxNSwxMy4zMjk5MTE5IDM5LjA3NTE5MjYsMTMuMzgxNzMwNiBMNDAuMDM5MTE1NCw1LjkzMjM1NDAzIEM0MC4wMzU2NTQzLDUuOTI4NzgwMzMgNDAuMDMyMTkzMiw1LjkxODA1OTIzIDQwLjAzMjE5MzIsNS45MDE5Nzc1OCBDNDAuMDMyMTkzMiw1LjY0ODI0NDkyIDM5LjgyOTcxNzUsNS40MzczOTY2NSAzOS41NzcwNTU1LDUuNDM3Mzk2NjUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPg0KICAgIDxmaWx0ZXIgeD0iLTExLjAlIiB5PSItMTIuNSUiIHdpZHRoPSIxMjIuMCUiIGhlaWdodD0iMTI1LjAlIiBpZD0iZmlsdGVyLTIiPg0KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiPjwvZmVHYXVzc2lhbkJsdXI+DQogICAgICA8ZmVPZmZzZXQgZHg9IjAiIGR5PSIxIiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiPjwvZmVPZmZzZXQ+DQogICAgICA8ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiPjwvZmVDb21wb3NpdGU+DQogICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44MjU3ODYyMzIgICAwIDAgMCAwIDAuOTA1NDYyNzQ5ICAgMCAwIDAgMCAwLjk4NTEzOTI2NiAgMCAwIDAgMSAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dJbm5lcklubmVyMSI+PC9mZUNvbG9yTWF0cml4Pg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogIDxnIGlkPSLpobXpnaItMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgPGcgaWQ9IuerluWxj+ebtOaSrS3lt7LlvIDlp4vovr7kurrmppwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02My4wMDAwMDAsIC0zODkuMDAwMDAwKSI+DQogICAgICA8ZyBpZD0i5by556qX5aSH5Lu9IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjUxLjAwMDAwMCkiPg0KICAgICAgICA8ZyBpZD0i5o6S5ZCNIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNzIuMDAwMDAwKSI+DQogICAgICAgICAgPGcgaWQ9IjHlpIfku70tNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDY0LjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC4wMDAwMDAsIDAuMDAwMDAwKSI+DQogICAgICAgICAgICAgIDxnIGlkPSLnmoflhqAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMuMjI1ODk0LCA5LjAxNDQyOCkgcm90YXRlKC0zMzAuMDAwMDAwKSB0cmFuc2xhdGUoLTMzLjIyNTg5NCwgLTkuMDE0NDI4KSAiPg0KICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iI0JBQzdGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4NCiAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgICA8L2c+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==");
|
|
150
|
+
background-size: contain;
|
|
151
|
+
background-repeat: no-repeat;
|
|
152
|
+
}
|
|
153
|
+
.ranking-top-50 .ranking-item:nth-child(3) .warp-avatar .img-avatar{
|
|
154
|
+
border: 4rpx solid #ffb897;
|
|
155
|
+
}
|
|
156
|
+
.ranking-top-50 .ranking-item:nth-child(3) .warp-avatar::before{
|
|
157
|
+
display: inline-block;
|
|
158
|
+
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDE2IDE0IiB2ZXJzaW9uPSIxLjEiPg0KICA8dGl0bGU+55qH5YagLTM8L3RpdGxlPg0KICA8ZGVmcz4NCiAgICA8cGF0aCBkPSJNMzkuMDc3MDU1NSw1LjMwMzQyMjA1IEMzOC45NTQxODU2LDUuMzAzNDIyMDUgMzguODQzNDI5Niw1LjM1MzQ1Mzg1IDM4Ljc2MjA5MzIsNS40MzM4NjIwOCBDMzguNzU2OTAxNiw1LjQzOTIyMjYzIDM4Ljc1NTE3MSw1LjQzNzQzNTc4IDM4Ljc1NjkwMTYsNS40MzAyODgzOSBMMzUuNzE2MzA0Nyw4LjI2MjQ0NTIxIEwzMy4yMzk4NzA5LDMuMTM5NTQ3MDMgQzMzLjEyMzkyMzMsMi45ODA1MTc0IDMyLjk0MDQ4MzgsMi44ODA0NTM4MiAzMi43MzI4MTY0LDIuODgwNDUzODIgQzMyLjQ5MDUzNzcsMi44ODA0NTM4MiAzMi4yNzk0MDkyLDMuMDIxNjE0OTUgMzIuMTcyMTE0NCwzLjIyNzEwMjY3IEwyOS43MzcyMTQxLDguMjYyNDQ1MjEgTDI2LjU5OTcwNTgsNS4zMzkxNTkwNSBDMjYuNTMzOTQ0NCw1LjMwMTYzNTIgMjYuNDU3Nzk5Nyw1LjI4MDE5MzAxIDI2LjM3NjQ2MzMsNS4yODAxOTMwMSBDMjYuMTI1NTMxOSw1LjI4MDE5MzAxIDI1LjkyMzA1NjIsNS40OTEwNDEyOCAyNS45MjMwNTYyLDUuNzQ4MzQ3NjQgQzI1LjkyMzA1NjIsNS43Njk3ODk4MyAyNS45MTk1OTUsNS43ODA1MTA5MyAyNS45MTI2NzI4LDUuNzgwNTEwOTMgTDI2Ljg4MzUxNzksMTMuMjY5MTk4MiBDMjYuODgzNTE3OSwxMy4yNDA2MDg2IDI2Ljg4MTc4NzMsMTMuMjEyMDE5IDI2Ljg3ODMyNjIsMTMuMTgxNjQyNSBDMjYuOTM3MTY1MywxMy43MDM0MDI2IDI3LjI3ODA4NiwxNC4xMzU4MjAzIDI3LjczNjY4NDgsMTQuMzE0NTA1MyBDMjcuNjk1MTUxMywxNC4yOTg0MjM2IDI3LjY1MzYxNzgsMTQuMjg1OTE1NyAyNy42MTU1NDU1LDE0LjI3ODc2ODMgQzI4LjU4OTg1MTcsMTQuNjU1NzkzNSAzMC41MDIxMjI0LDE0LjkwMDU5MiAzMi43MDUxMjc0LDE0Ljg3OTE0OTggQzM0LjkxODUxNTgsMTQuODU5NDk0NCAzNi44NDgwOTIsMTQuNTc3MTcyMiAzNy44MzYyNDI3LDE0LjE3ODcwNDcgQzM3Ljc5OTkwMSwxNC4xODU4NTIxIDM3Ljc2MTgyODYsMTQuMTk2NTczMiAzNy43MjAyOTUxLDE0LjIxMjY1NDggQzM4LjE3ODg5NCwxNC4wMzIxODMgMzguNTE5ODE0NiwxMy41OTk3NjU0IDM4LjU3ODY1MzcsMTMuMDc4MDA1MiBDMzguNTcxNzMxNSwxMy4xMzg3NTgxIDM4LjU3MTczMTUsMTMuMTk1OTM3MyAzOC41NzUxOTI2LDEzLjI0Nzc1NiBMMzkuNTM5MTE1NCw1Ljc5ODM3OTQzIEMzOS41MzU2NTQzLDUuNzk0ODA1NzMgMzkuNTMyMTkzMiw1Ljc4NDA4NDYzIDM5LjUzMjE5MzIsNS43NjgwMDI5OCBDMzkuNTMyMTkzMiw1LjUxNDI3MDMyIDM5LjMyOTcxNzUsNS4zMDM0MjIwNSAzOS4wNzcwNTU1LDUuMzAzNDIyMDUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPg0KICAgIDxmaWx0ZXIgeD0iLTExLjAlIiB5PSItMTIuNSUiIHdpZHRoPSIxMjIuMCUiIGhlaWdodD0iMTI1LjAlIiBpZD0iZmlsdGVyLTIiPg0KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiPjwvZmVHYXVzc2lhbkJsdXI+DQogICAgICA8ZmVPZmZzZXQgZHg9IjAiIGR5PSIxIiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiPjwvZmVPZmZzZXQ+DQogICAgICA8ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiPjwvZmVDb21wb3NpdGU+DQogICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMSAgIDAgMCAwIDAgMC44MTk4Njc3NjMgICAwIDAgMCAwIDAuNzM4NjgxNDAyICAwIDAgMCAxIDAiIHR5cGU9Im1hdHJpeCIgaW49InNoYWRvd0lubmVySW5uZXIxIj48L2ZlQ29sb3JNYXRyaXg+DQogICAgPC9maWx0ZXI+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8ZyBpZD0i56uW5bGP55u05pKtLeW3suW8gOWni+i+vuS6uuamnCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzLjAwMDAwMCwgLTQ1My4wMDAwMDApIj4NCiAgICAgIDxnIGlkPSLlvLnnqpflpIfku70iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAyNTEuMDAwMDAwKSI+DQogICAgICAgIDxnIGlkPSLmjpLlkI0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA3Mi4wMDAwMDApIj4NCiAgICAgICAgICA8ZyBpZD0iMeWkh+S7vS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTI4LjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC03IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC4wMDAwMDAsIDAuMDAwMDAwKSI+DQogICAgICAgICAgICAgIDxnIGlkPSLnmoflhqAtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIuNzI1ODk0LCA4Ljg4MDQ1NCkgcm90YXRlKC0zMzAuMDAwMDAwKSB0cmFuc2xhdGUoLTMyLjcyNTg5NCwgLTguODgwNDU0KSAiPg0KICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iI0ZGQjg5NyIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4NCiAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgICA8L2c+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==");
|
|
159
|
+
background-size: contain;
|
|
160
|
+
background-repeat: no-repeat;
|
|
161
|
+
}
|
|
162
|
+
.ranking-top-50 .ranking-item .name {
|
|
163
|
+
font-family: "PingFangSC-Medium", "PingFang SC";
|
|
164
|
+
font-size: 28rpx;
|
|
165
|
+
width: 220rpx;
|
|
166
|
+
text-align: left;
|
|
167
|
+
margin-left: 20rpx;
|
|
168
|
+
overflow: hidden;
|
|
169
|
+
text-overflow: ellipsis;
|
|
170
|
+
white-space: nowrap;
|
|
171
|
+
}
|
|
172
|
+
.ranking-top-50 .ranking-item .desc {
|
|
173
|
+
font-size: 24rpx;
|
|
174
|
+
flex: 1;
|
|
175
|
+
text-align: right;
|
|
176
|
+
font-family: PingFangSC-Regular;
|
|
177
|
+
color: #333333;
|
|
178
|
+
letter-spacing: 0;
|
|
179
|
+
}
|
|
180
|
+
.ranking-top-50 .ranking-item .desc-top3 {
|
|
181
|
+
display: inline-block;
|
|
182
|
+
}
|
|
183
|
+
.self-info {
|
|
184
|
+
width: 100%;
|
|
185
|
+
height: 60px;
|
|
186
|
+
position: fixed;
|
|
187
|
+
bottom: 0;
|
|
188
|
+
left: 0;
|
|
189
|
+
right: 0;
|
|
190
|
+
margin: 0 auto;
|
|
191
|
+
display: flex;
|
|
192
|
+
align-items: center;
|
|
193
|
+
justify-content: space-between;
|
|
194
|
+
background: #fff;
|
|
195
|
+
border-top: 1px solid #eeeeee;
|
|
196
|
+
padding: 0 16px;
|
|
197
|
+
box-sizing: border-box;
|
|
198
|
+
// z-index: 1002;
|
|
199
|
+
}
|
|
200
|
+
.safeBottom{
|
|
201
|
+
padding-bottom:28rpx;
|
|
202
|
+
height:75px;
|
|
203
|
+
}
|
|
204
|
+
.self-info .personal-info{
|
|
205
|
+
display: flex;
|
|
206
|
+
align-items: center;
|
|
207
|
+
}
|
|
208
|
+
.self-info .num {
|
|
209
|
+
font-size: 16px;
|
|
210
|
+
color: #666;
|
|
211
|
+
width: 26.5px;
|
|
212
|
+
text-align: center;
|
|
213
|
+
}
|
|
214
|
+
.self-info .img-avatar {
|
|
215
|
+
width: 32px;
|
|
216
|
+
height: 32px;
|
|
217
|
+
border-radius: 100%;
|
|
218
|
+
margin-right: 6px;
|
|
219
|
+
display: flex;
|
|
220
|
+
align-items: center;
|
|
221
|
+
justify-content: center;
|
|
222
|
+
}
|
|
223
|
+
.self-info .inviting-info {
|
|
224
|
+
display: flex;
|
|
225
|
+
flex-direction: column;
|
|
226
|
+
justify-content: space-between;
|
|
227
|
+
flex: 1;
|
|
228
|
+
}
|
|
229
|
+
.self-info .inviting-info .name {
|
|
230
|
+
height: 17px;
|
|
231
|
+
font-family: PingFangSC-Medium;
|
|
232
|
+
font-size: 12px;
|
|
233
|
+
color: #333333;
|
|
234
|
+
letter-spacing: 0;
|
|
235
|
+
}
|
|
236
|
+
.self-info .inviting-info .name .medal {
|
|
237
|
+
margin-left: 4px;
|
|
238
|
+
height: 12px;
|
|
239
|
+
padding: 0 4px;
|
|
240
|
+
line-height: 12px;
|
|
241
|
+
background: linear-gradient(180deg, #fffab8 0%, #ffd866 100%);
|
|
242
|
+
border-radius: 6px;
|
|
243
|
+
font-size: 8px;
|
|
244
|
+
color: #ff781f;
|
|
245
|
+
}
|
|
246
|
+
.self-info .inviting-info .desc {
|
|
247
|
+
font-size: 12px;
|
|
248
|
+
font-family: PingFangSC-Regular;
|
|
249
|
+
}
|
|
250
|
+
.self-info .inviting-info .desc span{
|
|
251
|
+
color: #ff781f;
|
|
252
|
+
}
|
|
253
|
+
.self-info .btn-inviting {
|
|
254
|
+
white-space: nowrap;
|
|
255
|
+
font-family: "PingFangSC-Medium", "PingFang SC";
|
|
256
|
+
font-weight: 500;
|
|
257
|
+
background-image: linear-gradient(270deg, #ff5f46 0%, #ffa238 100%);
|
|
258
|
+
color: #ffffff;
|
|
259
|
+
border-radius: 14px;
|
|
260
|
+
padding: 4px 16px;
|
|
261
|
+
margin-right: 4px;
|
|
262
|
+
font-size: 14px;
|
|
263
|
+
line-height: 20px;
|
|
264
|
+
outline: 0;
|
|
265
|
+
border: 0;
|
|
266
|
+
}
|
|
267
|
+
.invite-num-style {
|
|
268
|
+
color: rgb(255 127 44);
|
|
269
|
+
display: inline-block;
|
|
270
|
+
margin: 0 10rpx;
|
|
271
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
<view class="invite-entrance-liveroom-page">
|
|
2
|
+
<!-- 邀请好友列表弹窗 -->
|
|
3
|
+
<view class="invite-rank-page" wx:if="{{isShowRank}}">
|
|
4
|
+
<view class="mask-layer" bindtap="closeInvitingRank"></view>
|
|
5
|
+
<scroll-view scroll-y="true"
|
|
6
|
+
class="{{!isPackUp?hasPhoneChin ?topInviter.length == 0 && !isDefaultPage?'scrollViewDefaultHeight':'scrollViewHeight':topInviter.length == 0 && !isDefaultPage?'smallModelViewDefaultHeight':'smallModelVeiwHeight':hasPhoneChin ?topInviter.length == 0 && !isDefaultPage?'scrollViewPackUpDefaultHeight':'scrollViewPackUpHeight':topInviter.length == 0 && !isDefaultPage?'smallModelViewPackUpDefaultHeight':'smallModelVeiwPackUpHeight'}}">
|
|
7
|
+
<view class="container-ranking">
|
|
8
|
+
<view class="img-background">
|
|
9
|
+
<image
|
|
10
|
+
class="img-invite-title"
|
|
11
|
+
src="../images/new_invite_title.svg"/>
|
|
12
|
+
</view>
|
|
13
|
+
<view class="rank-content">
|
|
14
|
+
<!-- 有冲榜活动 -->
|
|
15
|
+
<rewards wx:if="{{activitySwitch}}"
|
|
16
|
+
inActivity="{{inActivity}}"
|
|
17
|
+
roomInfo="{{roomInfo}}"
|
|
18
|
+
bindopenRuleDetail="openRuleDetail"
|
|
19
|
+
id="refRewards"
|
|
20
|
+
appId="{{roomInfo.app_id}}"
|
|
21
|
+
userId="{{roomInfo.user_id}}"></rewards>
|
|
22
|
+
<!-- 无邀请人 -->
|
|
23
|
+
<view wx:if="{{topInviter.length == 0 && !isDefaultPage}}">
|
|
24
|
+
<view class="ranking-empty">
|
|
25
|
+
<image src="../images/new_emptypage.svg" />
|
|
26
|
+
<view class="title-empty">快来成为第一个上榜的人</view>
|
|
27
|
+
<button class="btn-inviting" bindtap="gotoInvite">邀请好友</button>
|
|
28
|
+
</view>
|
|
29
|
+
</view>
|
|
30
|
+
<!-- 有邀请人 -->
|
|
31
|
+
<view wx:if="{{topInviter.length > 0}}" class="ranking-list-view">
|
|
32
|
+
<view class="ranking-list">
|
|
33
|
+
<view class="ranking-top-50">
|
|
34
|
+
<view wx:for="{{topInviter}}"
|
|
35
|
+
wx:key="user_id"
|
|
36
|
+
class="ranking-item">
|
|
37
|
+
<image
|
|
38
|
+
wx:if="{{item.ranking === 1}}"
|
|
39
|
+
class="num"
|
|
40
|
+
src="../images/rank_first.svg"
|
|
41
|
+
/>
|
|
42
|
+
<image
|
|
43
|
+
wx:elif="{{item.ranking === 2}}"
|
|
44
|
+
class="num"
|
|
45
|
+
src="../images/rank_second.svg"
|
|
46
|
+
/>
|
|
47
|
+
<image
|
|
48
|
+
wx:elif="{{item.ranking === 3}}"
|
|
49
|
+
class="num"
|
|
50
|
+
src="../images/rank_third.svg"
|
|
51
|
+
/>
|
|
52
|
+
<view wx:else class="num">{{ item.ranking }}</view>
|
|
53
|
+
<view class="warp-avatar">
|
|
54
|
+
<image wx:if="{{item.avatar}}" class="img-avatar" src="{{item.avatar}}" />
|
|
55
|
+
<image wx:else class="img-avatar" src="//wechatavator-1252524126.cos.ap-shanghai.myqcloud.com/aaa/default.svg" />
|
|
56
|
+
<view class="name">
|
|
57
|
+
{{ item.name }}
|
|
58
|
+
</view>
|
|
59
|
+
<view class="desc">
|
|
60
|
+
邀请
|
|
61
|
+
<view class="desc-top3">{{ item.inviteNum }}</view>
|
|
62
|
+
位好友
|
|
63
|
+
</view>
|
|
64
|
+
</view>
|
|
65
|
+
</view>
|
|
66
|
+
</view>
|
|
67
|
+
</view>
|
|
68
|
+
</view>
|
|
69
|
+
</view>
|
|
70
|
+
|
|
71
|
+
</view>
|
|
72
|
+
</scroll-view>
|
|
73
|
+
<view wx:if="{{selfInfo && topInviter.length > 0 && isShowRank}}" class="self-info {{hasPhoneChin?'safeBottom':''}}">
|
|
74
|
+
<view class="personal-info">
|
|
75
|
+
<view class="num" bindtap="openFriendsModal">{{selfInfo.ranking === -1 ? "-" : selfInfo.ranking}}</view>
|
|
76
|
+
<view bindtap="openFriendsModal">
|
|
77
|
+
<image class="img-avatar" src="{{selfInfo.avatar}}" />
|
|
78
|
+
</view>
|
|
79
|
+
<view bindtap="openFriendsModal" class="inviting-info">
|
|
80
|
+
<view class="name"
|
|
81
|
+
>{{ selfInfo.name }}
|
|
82
|
+
</view>
|
|
83
|
+
<view wx:if="{{selfInfo.inviteNum}}" class="desc flex">已成功邀请<view class="invite-num-style">{{selfInfo.inviteNum}}</view>位好友
|
|
84
|
+
</view>
|
|
85
|
+
<view wx:else class="desc">邀请好友看直播,争夺上榜机会</view>
|
|
86
|
+
</view>
|
|
87
|
+
</view>
|
|
88
|
+
|
|
89
|
+
<button class="btn-inviting" bindtap="gotoInvite">
|
|
90
|
+
{{ inActivity ? "冲榜" : "邀请" }}
|
|
91
|
+
</button>
|
|
92
|
+
</view>
|
|
93
|
+
</view>
|
|
94
|
+
</view>
|
|
95
|
+
<!-- 冲榜活动规则 -->
|
|
96
|
+
<!-- <rules
|
|
97
|
+
id="refRules"
|
|
98
|
+
alive_id="{{ roomInfo.alive_id }}"
|
|
99
|
+
appId="{{roomInfo.app_id}}"
|
|
100
|
+
userId="{{roomInfo.user_id}}"
|
|
101
|
+
/> -->
|
|
102
|
+
<!-- 个人邀请好友列表 -->
|
|
103
|
+
<!-- <friends
|
|
104
|
+
inviteParm="{{inviteParm}}"
|
|
105
|
+
id="refFriends"
|
|
106
|
+
appId="{{roomInfo.app_id}}"
|
|
107
|
+
userId="{{roomInfo.user_id}}"></friends>
|
|
108
|
+
<sharePopup
|
|
109
|
+
id="refSharePopup"
|
|
110
|
+
aliveId="{{ roomInfo.alive_id }}"
|
|
111
|
+
bindchangeShowInvite="changeShowInvite">
|
|
112
|
+
</sharePopup> -->
|
|
113
|
+
<!-- <invite-poster
|
|
114
|
+
wx:if="{{ showInvitePoster }}"
|
|
115
|
+
appId="{{roomInfo.app_id}}"
|
|
116
|
+
alive_id="{{ roomInfo.alive_id }}"
|
|
117
|
+
userId="{{userId}}"
|
|
118
|
+
bindchangeShowInvite="changeShowInvite">
|
|
119
|
+
</invite-poster> -->
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|