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,591 @@
|
|
|
1
|
+
const promotionData = {
|
|
2
|
+
"code": 0,
|
|
3
|
+
"msg": "操作成功",
|
|
4
|
+
"data": {
|
|
5
|
+
"is_distrobutor": false,
|
|
6
|
+
"is_distribute_goods": false,
|
|
7
|
+
"is_use_func": false,
|
|
8
|
+
"is_recruit": false,
|
|
9
|
+
"is_first_tobe_distributor": false,
|
|
10
|
+
"resource_info": {
|
|
11
|
+
"title": "【H5原生化】第一次内部体验会",
|
|
12
|
+
"price": 0,
|
|
13
|
+
"line_price": 0,
|
|
14
|
+
"payment_type": 1,
|
|
15
|
+
"img_url_compressed": "http://wechatapppro-1252524126.file.myqcloud.com/appmzd7lhrj6214/image/compress/414320787kvkogxsx0vdf.jpg",
|
|
16
|
+
"img_url": "https://wechatapppro-1252524126.file.myqcloud.com/appmzd7lhrj6214/image/b_u_5b73e35149a67_ypMtbWtO/kvkogxsx0vdf.jpg",
|
|
17
|
+
"resource_id": "l_6184ce5960b2c37884d517b0",
|
|
18
|
+
"resource_type": 4,
|
|
19
|
+
"zb_start_at": "2021-11-05 14:21:00",
|
|
20
|
+
"activity_label": "",
|
|
21
|
+
"qr_code": "https://gmo.h5.inside.xiaoeknow.com/s/1W0oFP?entry=2&entry_type=2008",
|
|
22
|
+
"share_url": "http://appmzd7lhrj6214.h5.inside.xiaoeknow.com/content_page/eyJ0eXBlIjoiMiIsInJlc291cmNlX3R5cGUiOiI0IiwicmVzb3VyY2VfaWQiOiJsXzYxODRjZTU5NjBiMmMzNzg4NGQ1MTdiMCIsInByb2R1Y3RfaWQiOiJsXzYxODRjZTU5NjBiMmMzNzg4NGQ1MTdiMCIsImFwcF9pZCI6ImFwcG16ZDdsaHJqNjIxNCIsInNoYXJlX3VzZXJfaWQiOiJ1XzYxODI0MDc4NjQ4MTlfalhKR1ExcGUwZCIsInNoYXJlX3R5cGUiOjUsInNjZW5lIjoiXHU5MDgwXHU4YmY3XHU5NGZlXHU2M2E1In0"
|
|
23
|
+
},
|
|
24
|
+
"user_info": {
|
|
25
|
+
"wx_nickname": "鹅社群vnyI用户",
|
|
26
|
+
"wx_avatar": "http://wechatavator-1252524126.file.myqcloud.com/appmzd7lhrj6214/image/compress/u_6182407864819_jXJGQ1pe0d.png",
|
|
27
|
+
"app_id": "appmzd7lhrj6214",
|
|
28
|
+
"user_id": "u_6182407864819_jXJGQ1pe0d",
|
|
29
|
+
"can_change_phone": true,
|
|
30
|
+
"can_modify_phone": 1
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
const posterListData = {
|
|
35
|
+
"code": 0,
|
|
36
|
+
"msg": "操作成功",
|
|
37
|
+
"data": {
|
|
38
|
+
"total_num": 9,
|
|
39
|
+
"list": [
|
|
40
|
+
{
|
|
41
|
+
"id": 679,
|
|
42
|
+
"app_id": "appmzd7lhrj6214",
|
|
43
|
+
"sort": 10,
|
|
44
|
+
"resource_id": "",
|
|
45
|
+
"resource_type": 4,
|
|
46
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/km1h3zm60yxr.png",
|
|
47
|
+
"is_show_avatar": 1,
|
|
48
|
+
"is_show_nickname": 1,
|
|
49
|
+
"nickname_color": 1,
|
|
50
|
+
"is_show_fingerprints": 1,
|
|
51
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
52
|
+
"avatar_size": "",
|
|
53
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
54
|
+
"nickname_size": "",
|
|
55
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
56
|
+
"qrcode_size": "",
|
|
57
|
+
"state": 0,
|
|
58
|
+
"updated_at": "2021-03-09 15:13:34",
|
|
59
|
+
"created_at": "2021-03-09 15:13:34",
|
|
60
|
+
"is_show_goods": 1,
|
|
61
|
+
"is_show_price": 1,
|
|
62
|
+
"default_poster_mark": "alive_general_cls",
|
|
63
|
+
"is_show": 1,
|
|
64
|
+
"index_sort": 1,
|
|
65
|
+
"is_default": 1
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": 678,
|
|
69
|
+
"app_id": "appmzd7lhrj6214",
|
|
70
|
+
"sort": 9,
|
|
71
|
+
"resource_id": "",
|
|
72
|
+
"resource_type": 4,
|
|
73
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/km1h3zm300wn.png",
|
|
74
|
+
"is_show_avatar": 1,
|
|
75
|
+
"is_show_nickname": 1,
|
|
76
|
+
"nickname_color": 1,
|
|
77
|
+
"is_show_fingerprints": 1,
|
|
78
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
79
|
+
"avatar_size": "",
|
|
80
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
81
|
+
"nickname_size": "",
|
|
82
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
83
|
+
"qrcode_size": "",
|
|
84
|
+
"state": 0,
|
|
85
|
+
"updated_at": "2021-03-09 15:13:34",
|
|
86
|
+
"created_at": "2021-03-09 15:13:34",
|
|
87
|
+
"is_show_goods": 1,
|
|
88
|
+
"is_show_price": 1,
|
|
89
|
+
"default_poster_mark": "alive_specific_cls",
|
|
90
|
+
"is_show": 1,
|
|
91
|
+
"index_sort": 1,
|
|
92
|
+
"is_default": 1
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": 621,
|
|
96
|
+
"app_id": "appmzd7lhrj6214",
|
|
97
|
+
"sort": 8,
|
|
98
|
+
"resource_id": "",
|
|
99
|
+
"resource_type": 4,
|
|
100
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/kgt3c6op0uktu93lil0j.png",
|
|
101
|
+
"is_show_avatar": 1,
|
|
102
|
+
"is_show_nickname": 1,
|
|
103
|
+
"nickname_color": 1,
|
|
104
|
+
"is_show_fingerprints": 1,
|
|
105
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
106
|
+
"avatar_size": "",
|
|
107
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
108
|
+
"nickname_size": "",
|
|
109
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
110
|
+
"qrcode_size": "",
|
|
111
|
+
"state": 0,
|
|
112
|
+
"updated_at": "2020-10-13 20:25:29",
|
|
113
|
+
"created_at": "2020-10-13 20:25:29",
|
|
114
|
+
"is_show_goods": 1,
|
|
115
|
+
"is_show_price": 1,
|
|
116
|
+
"default_poster_mark": "alive_cls",
|
|
117
|
+
"is_show": 1,
|
|
118
|
+
"index_sort": 1,
|
|
119
|
+
"is_default": 1
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": 512,
|
|
123
|
+
"app_id": "appmzd7lhrj6214",
|
|
124
|
+
"sort": 3,
|
|
125
|
+
"resource_id": "",
|
|
126
|
+
"resource_type": 1,
|
|
127
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/d77d9f51919dfcab4c4f1476967977af.png",
|
|
128
|
+
"is_show_avatar": 1,
|
|
129
|
+
"is_show_nickname": 1,
|
|
130
|
+
"nickname_color": 1,
|
|
131
|
+
"is_show_fingerprints": 1,
|
|
132
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
133
|
+
"avatar_size": "",
|
|
134
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
135
|
+
"nickname_size": "",
|
|
136
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
137
|
+
"qrcode_size": "",
|
|
138
|
+
"state": 0,
|
|
139
|
+
"updated_at": "2020-09-04 20:25:29",
|
|
140
|
+
"created_at": "2020-09-04 20:25:29",
|
|
141
|
+
"is_show_goods": 1,
|
|
142
|
+
"is_show_price": 1,
|
|
143
|
+
"default_poster_mark": "price_two_cls",
|
|
144
|
+
"is_show": 1,
|
|
145
|
+
"index_sort": 1,
|
|
146
|
+
"is_default": 1
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": 511,
|
|
150
|
+
"app_id": "appmzd7lhrj6214",
|
|
151
|
+
"sort": 7,
|
|
152
|
+
"resource_id": "",
|
|
153
|
+
"resource_type": 1,
|
|
154
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/6590d08d4bed547515564cdff1db7de3.png",
|
|
155
|
+
"is_show_avatar": 1,
|
|
156
|
+
"is_show_nickname": 1,
|
|
157
|
+
"nickname_color": 1,
|
|
158
|
+
"is_show_fingerprints": 1,
|
|
159
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
160
|
+
"avatar_size": "",
|
|
161
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
162
|
+
"nickname_size": "",
|
|
163
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
164
|
+
"qrcode_size": "",
|
|
165
|
+
"state": 0,
|
|
166
|
+
"updated_at": "2020-09-04 20:25:29",
|
|
167
|
+
"created_at": "2020-09-04 20:25:29",
|
|
168
|
+
"is_show_goods": 1,
|
|
169
|
+
"is_show_price": 1,
|
|
170
|
+
"default_poster_mark": "interact_three_cls",
|
|
171
|
+
"is_show": 1,
|
|
172
|
+
"index_sort": 1,
|
|
173
|
+
"is_default": 1
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": 510,
|
|
177
|
+
"app_id": "appmzd7lhrj6214",
|
|
178
|
+
"sort": 6,
|
|
179
|
+
"resource_id": "",
|
|
180
|
+
"resource_type": 1,
|
|
181
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/36007d210d71f7602ea717c0f263317f.png",
|
|
182
|
+
"is_show_avatar": 1,
|
|
183
|
+
"is_show_nickname": 1,
|
|
184
|
+
"nickname_color": 1,
|
|
185
|
+
"is_show_fingerprints": 1,
|
|
186
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
187
|
+
"avatar_size": "",
|
|
188
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
189
|
+
"nickname_size": "",
|
|
190
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
191
|
+
"qrcode_size": "",
|
|
192
|
+
"state": 0,
|
|
193
|
+
"updated_at": "2020-09-04 20:25:29",
|
|
194
|
+
"created_at": "2020-09-04 20:25:29",
|
|
195
|
+
"is_show_goods": 1,
|
|
196
|
+
"is_show_price": 1,
|
|
197
|
+
"default_poster_mark": "interact_two_cls",
|
|
198
|
+
"is_show": 1,
|
|
199
|
+
"index_sort": 1,
|
|
200
|
+
"is_default": 1
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": 509,
|
|
204
|
+
"app_id": "appmzd7lhrj6214",
|
|
205
|
+
"sort": 5,
|
|
206
|
+
"resource_id": "",
|
|
207
|
+
"resource_type": 1,
|
|
208
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/26384dd00312165a6ffaf7169337f309.png",
|
|
209
|
+
"is_show_avatar": 1,
|
|
210
|
+
"is_show_nickname": 1,
|
|
211
|
+
"nickname_color": 1,
|
|
212
|
+
"is_show_fingerprints": 1,
|
|
213
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
214
|
+
"avatar_size": "",
|
|
215
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
216
|
+
"nickname_size": "",
|
|
217
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
218
|
+
"qrcode_size": "",
|
|
219
|
+
"state": 0,
|
|
220
|
+
"updated_at": "2020-09-04 20:25:29",
|
|
221
|
+
"created_at": "2020-09-04 20:25:29",
|
|
222
|
+
"is_show_goods": 1,
|
|
223
|
+
"is_show_price": 1,
|
|
224
|
+
"default_poster_mark": "interact_one_cls",
|
|
225
|
+
"is_show": 1,
|
|
226
|
+
"index_sort": 1,
|
|
227
|
+
"is_default": 1
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"id": 508,
|
|
231
|
+
"app_id": "appmzd7lhrj6214",
|
|
232
|
+
"sort": 4,
|
|
233
|
+
"resource_id": "",
|
|
234
|
+
"resource_type": 1,
|
|
235
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b7d59fdc5cbbf7e58e315bb4610a67dd.png",
|
|
236
|
+
"is_show_avatar": 1,
|
|
237
|
+
"is_show_nickname": 1,
|
|
238
|
+
"nickname_color": 1,
|
|
239
|
+
"is_show_fingerprints": 1,
|
|
240
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
241
|
+
"avatar_size": "",
|
|
242
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
243
|
+
"nickname_size": "",
|
|
244
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
245
|
+
"qrcode_size": "",
|
|
246
|
+
"state": 0,
|
|
247
|
+
"updated_at": "2020-09-04 20:25:29",
|
|
248
|
+
"created_at": "2020-09-04 20:25:29",
|
|
249
|
+
"is_show_goods": 1,
|
|
250
|
+
"is_show_price": 1,
|
|
251
|
+
"default_poster_mark": "price_one_cls",
|
|
252
|
+
"is_show": 1,
|
|
253
|
+
"index_sort": 1,
|
|
254
|
+
"is_default": 1
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"id": 507,
|
|
258
|
+
"app_id": "appmzd7lhrj6214",
|
|
259
|
+
"sort": 2,
|
|
260
|
+
"resource_id": "",
|
|
261
|
+
"resource_type": 1,
|
|
262
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/787c55411491996f31a06f59486ffaf2.png",
|
|
263
|
+
"is_show_avatar": 1,
|
|
264
|
+
"is_show_nickname": 1,
|
|
265
|
+
"nickname_color": 1,
|
|
266
|
+
"is_show_fingerprints": 1,
|
|
267
|
+
"avatar_position": "{\"x\":100,\"y\":37}",
|
|
268
|
+
"avatar_size": "",
|
|
269
|
+
"nickname_position": "{\"x\":87,\"y\":70}",
|
|
270
|
+
"nickname_size": "",
|
|
271
|
+
"qrcode_position": "{\"x\":59,\"y\":320}",
|
|
272
|
+
"qrcode_size": "",
|
|
273
|
+
"state": 0,
|
|
274
|
+
"updated_at": "2020-09-04 20:25:29",
|
|
275
|
+
"created_at": "2020-09-04 20:25:29",
|
|
276
|
+
"is_show_goods": 1,
|
|
277
|
+
"is_show_price": 1,
|
|
278
|
+
"default_poster_mark": "study_cls",
|
|
279
|
+
"is_show": 1,
|
|
280
|
+
"index_sort": 1,
|
|
281
|
+
"is_default": 1
|
|
282
|
+
}
|
|
283
|
+
]
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
const posterSetting = {
|
|
287
|
+
"code": 0,
|
|
288
|
+
"msg": "操作成功",
|
|
289
|
+
"data": {
|
|
290
|
+
"recommend_text": [
|
|
291
|
+
"这门课程好棒啊!分享给你,每天都值得为它花时间!",
|
|
292
|
+
"发现一门干货满满的好课!良心到想为它疯狂打Call!",
|
|
293
|
+
"三千若水只为挑选最好的课程给你。点开看看吧,你会爱上它。",
|
|
294
|
+
"嘀!今日份好课正在派送中,请扫描海报二维码查收哦~",
|
|
295
|
+
"网友不面基也能一起学习!扫描二维码获取这份礼物,我陪你一起看课学习!一起努力!",
|
|
296
|
+
"这个宝藏课程,其实我不太舍得分享出来,除你之外。",
|
|
297
|
+
"这门课可是我的私人珍藏,我只舍得推荐给最珍贵的你!",
|
|
298
|
+
"发现一门好课,非常通俗易懂,打开了我另一个角度的思考。",
|
|
299
|
+
"这门课拓宽了我的思维方式,分享给你一起看,希望我们都能培养出自己的思维洞见。",
|
|
300
|
+
"发现一门好课,涉猎的内容非常广。希望通过这门课,可以令你在知识交叉地带继续发现新的可能。",
|
|
301
|
+
"这门课还不错,讲解深入浅出,条条大路通罗马,开始行动起来!祝你早日获得想要的知识!",
|
|
302
|
+
"这门课讲的太好了!内容都是满满的干货!看起来简直欲罢不能!",
|
|
303
|
+
"长时间困扰我的难题在这门课程中得以解决!感觉自己的知识储存又丰满了一些,难题也被拆解的干干净净!推荐给你!",
|
|
304
|
+
"我刚刚看完了这门课,讲师的表达能力很到位,分享给你一起看~",
|
|
305
|
+
"Hey~ 想分享一门好课给你,今天也要元气满满的学习呢!",
|
|
306
|
+
"Hey~ 我刚刚看完一节好课,想分享给你一起看~ 相信在不久的将来,我们都可以成为更好自己!",
|
|
307
|
+
"这门课我看完后收获很大,推荐给你,期待和你的课后交流!坚持学习!成长之路总是在坚持之中!",
|
|
308
|
+
"这门课太棒了!打开了我的思维,从另一角度看问题!忍不住分享给你,期待我们能够一起打卡学习!",
|
|
309
|
+
"看完这门课程,get到新知识的激动心情还未平复,忍不住想要分享这门课程给你!",
|
|
310
|
+
"这门课程绝对值得沉浸其中,推荐给你!",
|
|
311
|
+
"发现一门好课刷到根本停不下来!推荐给你,收获知识的感觉真的太棒啦!!",
|
|
312
|
+
"这门课实在太强大了,启发了我全新的思考方式,推荐给你。",
|
|
313
|
+
"优秀来自坚持和自律,共同进步在于交流和分享。 这门课让我收获匪浅,推荐给你!",
|
|
314
|
+
"这门课让我学习了一个实用又有趣的技能!推荐给你~",
|
|
315
|
+
"今日份学习打卡成功!该你看课打卡啦~",
|
|
316
|
+
"获取知识是令人愉悦的时刻,这门课是我最近发现的宝藏,一起看看吧!",
|
|
317
|
+
"最近看了一门不错的课,激发了我的思维,想把这门好课分享给你~ 共同进步!",
|
|
318
|
+
"这门课给我了很大的触动和启发,分享给你,期待与你的课后交流,让我们一起知识共享!",
|
|
319
|
+
"持续学习才能保持思想的鲜活~ 推荐给你一门课程看看~ 一起加油吧!",
|
|
320
|
+
"每天一点小进步,促使我们成为更好的自己!我已经完成学习啦,你也快来一起吧!",
|
|
321
|
+
"叮!今日份学习任务已完成!你也快来一起呀~",
|
|
322
|
+
"呐~ 这份好课推荐给你,我的学习轨迹中需要有你陪伴啦~",
|
|
323
|
+
"我今日份学习任务又完成啦, 成功解锁新知识!课程分享给你!快来快来~ 想和你一起UP!UP!发光发热!",
|
|
324
|
+
"越自律越自由!已打卡今日份课程~ 优质内容满满的都是干货~ 推荐给你!",
|
|
325
|
+
"推荐你看看这门课,获取新知识,跳出舒适圈,满足感满满!强烈推荐给你,学习之路希望有你的陪伴~!",
|
|
326
|
+
"强力推荐这门课!一起来学习吧,想和你一起踏上通往成长型思维模式的路程!",
|
|
327
|
+
"这门课对我的帮助实在太大了忍不住推荐给你!",
|
|
328
|
+
"这门课程非常有价值,最好的课程推荐给最好的你!",
|
|
329
|
+
"我非常喜欢的一门课程推荐给你,老师讲的很棒!相信我,听完会令你豁然开朗!",
|
|
330
|
+
"今天打卡了这个课程,看完的一瞬间觉得自己受益匪浅,推荐给你!我们一起学习吧~",
|
|
331
|
+
"今日你打卡学习了吗?我刚刚看完一门非常好的课程昵,分享给你~ 好课快快刷起来!",
|
|
332
|
+
"最好的投资方式就是投资自己,用知识武装起来!",
|
|
333
|
+
"希望我们能一起见证彼此的成长,一起来完成今日份学习吧~我正在学习这门课程,今日打卡成功!你也来加入吧!",
|
|
334
|
+
"我怕送一般的礼物太俗气,选择送你精神食粮!一起学习吧!"
|
|
335
|
+
],
|
|
336
|
+
"motive_text": [
|
|
337
|
+
{
|
|
338
|
+
"text": "Knowledge speaks, but wisdom listens.",
|
|
339
|
+
"auther": "Jimi Hendrix"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"text": "Knowledge speaks, but wisdom listens.",
|
|
343
|
+
"auther": "Jimi Hendrix"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"text": "What makes you different or weird—thats your strength.",
|
|
347
|
+
"auther": "Meryl Streep"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"text": "You have to have confidence in your ability, and then be tough enough to follow through.",
|
|
351
|
+
"auther": "Rosalynn Carter"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"text": "Wisdom is the power to put our time and our knowledge to the proper use.",
|
|
355
|
+
"auther": "Thomas J. Watson"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"text": "You must expect great things of yourself before you can do them.",
|
|
359
|
+
"auther": "Michael Jordan"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"text": "Keep a little fire burning; however small, however hidden.",
|
|
363
|
+
"auther": "Cormac McCarthy"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"text": "Success doesn't come from what you do occasionally. It comes from what you do consistently.",
|
|
367
|
+
"auther": "Marie Forleo"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"text": "A tiny change today brings a dramatically different tomorrow.",
|
|
371
|
+
"auther": "Richard Bach"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"text": "Believe you can and you're halfway there.",
|
|
375
|
+
"auther": "Theodore Roosevelt"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"text": "Today is your opportunity to build the tomorrow you want.",
|
|
379
|
+
"auther": "Ken Poirot"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"text": "How many a man has dated a new era in his life from the reading of a book.",
|
|
383
|
+
"auther": "Henry David Thoreau"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"text": "Luck is what you have left over after you give 100 percent.",
|
|
387
|
+
"auther": "Langston Coleman"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"text": "Faith is the bird that feels the light and sings when the dawn is still dark.",
|
|
391
|
+
"auther": "泰戈尔"
|
|
392
|
+
},
|
|
393
|
+
null,
|
|
394
|
+
{
|
|
395
|
+
"text": "世上没有任何伟业的成就能够离得开激情。",
|
|
396
|
+
"auther": "黑格尔"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"text": "我们的命运是由自己,而不是天上的星星掌握。",
|
|
400
|
+
"auther": "莎士比亚"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"text": "立志是读书人最要紧的一件事。",
|
|
404
|
+
"auther": "孙中山"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"text": "读书应自己思索,自己做主。",
|
|
408
|
+
"auther": "鲁迅"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"text": "业精于勤,荒于嬉。",
|
|
412
|
+
"auther": "韩愈"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"text": "游手好闲的学习并不比学习游手好闲好。",
|
|
416
|
+
"auther": "约·贝勒斯"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"text": "永没有人力可以击退一个坚决强毅的希望。",
|
|
420
|
+
"auther": "金斯莱"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"text": "意志坚强的人能把世界放在手中像泥块一样任意揉捏。",
|
|
424
|
+
"auther": "歌德"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"text": "做人凡事要静,静静地来,静静地去,静静努力,静静收获,切忌喧哗。",
|
|
428
|
+
"auther": "亦舒"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"text": "人要成长,必有原因,背后的努力与积累一定数倍于普通人。所以,关键还在于自己。",
|
|
432
|
+
"auther": "杨绛"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"text": "上天不给我的,无论我十指怎样紧扣,仍然走漏。给我的,无论过去我怎么失手,都会拥有。",
|
|
436
|
+
"auther": "三毛 "
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"text": "我成功是因为我有决心,从不踌躇。",
|
|
440
|
+
"auther": "拿破仑"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"text": "只要持续地努力,不懈地奋斗,就没有征服不了的东西。",
|
|
444
|
+
"auther": "塞内加"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"text": "你的问题主要在于读书不多而想得太多。",
|
|
448
|
+
"auther": "杨绛"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"text": "走好选择的路,别选择好走的路,你才能拥有真正的自己。",
|
|
452
|
+
"auther": "三毛"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"text": "一个人至少拥有一个梦想,有一个理由去坚强。",
|
|
456
|
+
"auther": "佚名"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"text": "读书多了,容颜自然改变,许多时候,自己可能以为许多看过的书籍都成了过眼云烟,不复记忆,其实他们仍是潜在的。在气质里,在谈吐上,在胸襟的无涯,当然也可能显露在生活和文字里。",
|
|
460
|
+
"auther": "佚名"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"text": "当你还不能对自己说今天学到了什么东西时,你就不要去睡觉。",
|
|
464
|
+
"auther": "利希顿堡"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"text": "构成我们学习最大障碍的是已知的东西,而不是未知的东西。",
|
|
468
|
+
"auther": "贝尔纳"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"text": "我会在暗地里把坏处去掉,我要自我完美起来,为了你我要成为完人。",
|
|
472
|
+
"auther": "王小波"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"text": "也许,不负光阴就是最好的努力,而努力就是最好的自己。",
|
|
476
|
+
"auther": "村上春树"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"text": "上人生的旅途罢,前途很远,也很暗。然而不要怕,不怕的人的面前才有路。",
|
|
480
|
+
"auther": "佚名"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"text": "要知道,每一颗钻石在被发现前,都要经受埋藏尘埃的寂寞时光。",
|
|
484
|
+
"auther": "毕淑敏"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"text": "在我逆境来临时,是我生命力量最具战备状况的大好时机。",
|
|
488
|
+
"auther": "佚名"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"text": "还保持着较为清醒的头脑,就决然不能把人生之船长期停泊在某个温暖的港湾。",
|
|
492
|
+
"auther": "路遥"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"text": "业余生活要有意义。",
|
|
496
|
+
"auther": "华盛顿"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"text": "要偷偷努力,成为别人的梦想",
|
|
500
|
+
"auther": "佚名"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"text": "倘能生存,我当然仍要学习。",
|
|
504
|
+
"auther": "鲁迅"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"text": "社会犹如一条船,每个人都要有掌舵的准备。",
|
|
508
|
+
"auther": "易卜生"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"text": "被克服的困难就是胜利的契机。",
|
|
512
|
+
"auther": "丘吉尔"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"text": "学到很多东西的诀窍,就是一下子不要学很多。",
|
|
516
|
+
"auther": "洛克"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"text": "有教养的头脑的第一个标志就是善于提问。",
|
|
520
|
+
"auther": "普列汉诺夫"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"text": "道路一旦选定,就要勇敢地走到底,决不回头。",
|
|
524
|
+
"auther": "左拉"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"text": "既然选择了远方,便只顾风雨兼程。",
|
|
528
|
+
"auther": "汪国真"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"text": "我不管这个世上的人怎么说我,我只想依照我的信念做事,绝不后悔,不管现在将来都一样。",
|
|
532
|
+
"auther": "《海贼王》"
|
|
533
|
+
}
|
|
534
|
+
]
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
const posterDetail = {
|
|
538
|
+
"code": 0,
|
|
539
|
+
"msg": "操作成功",
|
|
540
|
+
"data": {
|
|
541
|
+
"id": 679,
|
|
542
|
+
"app_id": "appmzd7lhrj6214",
|
|
543
|
+
"sort": 10,
|
|
544
|
+
"resource_id": "",
|
|
545
|
+
"resource_type": 4,
|
|
546
|
+
"poster_url": "http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/km1h3zm60yxr.png",
|
|
547
|
+
"is_show_avatar": 1,
|
|
548
|
+
"is_show_nickname": 1,
|
|
549
|
+
"nickname_color": 1,
|
|
550
|
+
"is_show_fingerprints": 1,
|
|
551
|
+
"avatar_position": {
|
|
552
|
+
"x": 340,
|
|
553
|
+
"y": 125.8
|
|
554
|
+
},
|
|
555
|
+
"avatar_size": null,
|
|
556
|
+
"nickname_position": {
|
|
557
|
+
"y": 238,
|
|
558
|
+
"x": 383,
|
|
559
|
+
"align": "center"
|
|
560
|
+
},
|
|
561
|
+
"nickname_size": null,
|
|
562
|
+
"qrcode_position": {
|
|
563
|
+
"x": 200.6,
|
|
564
|
+
"y": 1088
|
|
565
|
+
},
|
|
566
|
+
"qrcode_size": null,
|
|
567
|
+
"state": 0,
|
|
568
|
+
"updated_at": "2021-03-09 15:13:34",
|
|
569
|
+
"created_at": "2021-03-09 15:13:34",
|
|
570
|
+
"is_show_goods": 1,
|
|
571
|
+
"is_show_price": 1,
|
|
572
|
+
"default_poster_mark": "alive_general_cls",
|
|
573
|
+
"qr_code_type": 1,
|
|
574
|
+
"is_default": 1,
|
|
575
|
+
"goods_position": {
|
|
576
|
+
"x": 68,
|
|
577
|
+
"y": 326
|
|
578
|
+
},
|
|
579
|
+
"fingerprint_position": {
|
|
580
|
+
"x": 418,
|
|
581
|
+
"y": 1102
|
|
582
|
+
},
|
|
583
|
+
"shop_name": "二蛋测试店铺(勿动)"
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
export {
|
|
587
|
+
promotionData,
|
|
588
|
+
posterListData,
|
|
589
|
+
posterSetting,
|
|
590
|
+
posterDetail
|
|
591
|
+
}
|