xiaoe_mp_npm 0.1.13 → 0.1.14

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.
Files changed (801) hide show
  1. package/.babelrc +10 -10
  2. package/.eslintrc.js +102 -102
  3. package/.gitlab-ci.yml +42 -42
  4. package/.prettierrc.js +8 -8
  5. package/LICENSE +21 -21
  6. package/README.md +134 -134
  7. package/gulpfile.js +26 -26
  8. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.js +144 -144
  9. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.json +3 -3
  10. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +22 -22
  11. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.js +227 -227
  12. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.json +3 -3
  13. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.wxml +64 -64
  14. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.js +116 -116
  15. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.json +3 -3
  16. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.wxml +35 -35
  17. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.js +89 -89
  18. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.json +3 -3
  19. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.wxml +15 -15
  20. package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.js +232 -232
  21. package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.json +9 -9
  22. package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.less +270 -270
  23. package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxml +122 -122
  24. package/miniprogram_dist/AliveInvite/LiveRoomVertical/libs/base64.js +234 -234
  25. package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_blue_pure.svg +29 -29
  26. package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_pink_pure.svg +29 -29
  27. package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_yellow_pure.svg +27 -27
  28. package/miniprogram_dist/AliveInvite/images/new_emptypage.svg +59 -59
  29. package/miniprogram_dist/AliveInvite/images/new_invite_title.svg +23 -23
  30. package/miniprogram_dist/AliveInvite/images/rank_first.svg +11 -11
  31. package/miniprogram_dist/AliveInvite/images/rank_second.svg +11 -11
  32. package/miniprogram_dist/AliveInvite/images/rank_third.svg +11 -11
  33. package/miniprogram_dist/CollectionAddress/index.js +284 -284
  34. package/miniprogram_dist/CollectionAddress/index.json +13 -13
  35. package/miniprogram_dist/CollectionAddress/index.less +4 -4
  36. package/miniprogram_dist/CollectionAddress/index.wxml +91 -91
  37. package/miniprogram_dist/ConfirmOrder/README.md +11 -11
  38. package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.js +342 -342
  39. package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.json +10 -10
  40. package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.less +98 -98
  41. package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.wxml +38 -38
  42. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.js +159 -159
  43. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.json +7 -7
  44. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.less +95 -95
  45. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.wxml +36 -36
  46. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.js +159 -159
  47. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.json +3 -3
  48. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.less +79 -79
  49. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.wxml +33 -33
  50. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.js +109 -109
  51. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.json +5 -5
  52. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.less +20 -20
  53. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.wxml +9 -9
  54. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.js +830 -830
  55. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.json +22 -22
  56. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.less +11 -11
  57. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxml +171 -171
  58. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.js +71 -71
  59. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.json +5 -5
  60. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.less +44 -44
  61. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxml +17 -17
  62. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/filter.wxs +7 -7
  63. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.js +91 -91
  64. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.json +3 -3
  65. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.less +108 -108
  66. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxml +28 -28
  67. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.js +77 -77
  68. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.json +7 -7
  69. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.less +51 -51
  70. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxml +27 -27
  71. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.js +68 -68
  72. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.json +3 -3
  73. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.less +13 -13
  74. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxml +4 -4
  75. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/filter.wxs +6 -6
  76. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.js +427 -427
  77. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.json +8 -8
  78. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.less +181 -181
  79. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxml +74 -74
  80. package/miniprogram_dist/ConfirmOrder/components/Header/index.js +49 -49
  81. package/miniprogram_dist/ConfirmOrder/components/Header/index.json +5 -5
  82. package/miniprogram_dist/ConfirmOrder/components/Header/index.less +30 -30
  83. package/miniprogram_dist/ConfirmOrder/components/Header/index.wxml +9 -9
  84. package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.js +107 -107
  85. package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.json +5 -5
  86. package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.wxml +13 -13
  87. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.js +84 -84
  88. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.json +3 -3
  89. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.less +63 -63
  90. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxml +30 -30
  91. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/filter.wxs +6 -6
  92. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.js +82 -82
  93. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.json +7 -7
  94. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.less +54 -54
  95. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxml +26 -26
  96. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.js +283 -283
  97. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.json +7 -7
  98. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.less +161 -161
  99. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxml +88 -88
  100. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.js +32 -32
  101. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.json +5 -5
  102. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.less +48 -48
  103. package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxml +16 -16
  104. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.js +154 -154
  105. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.json +6 -6
  106. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.less +28 -28
  107. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxml +24 -24
  108. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.js +60 -60
  109. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.json +5 -5
  110. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.less +5 -5
  111. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxml +11 -11
  112. package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.js +49 -49
  113. package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.json +3 -3
  114. package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.wxml +1 -1
  115. package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.js +41 -41
  116. package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.json +6 -6
  117. package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.less +34 -34
  118. package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.wxml +6 -6
  119. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.js +233 -233
  120. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.json +5 -5
  121. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.less +31 -31
  122. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxml +25 -25
  123. package/miniprogram_dist/ConfirmOrder/components/PayDetail/filter.wxs +15 -15
  124. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.js +67 -67
  125. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.json +3 -3
  126. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.less +15 -15
  127. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxml +17 -17
  128. package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.js +23 -23
  129. package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.json +3 -3
  130. package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.wxml +2 -2
  131. package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.js +79 -79
  132. package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.json +7 -7
  133. package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.less +23 -23
  134. package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.wxml +13 -13
  135. package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.js +146 -146
  136. package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.json +6 -6
  137. package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.less +95 -95
  138. package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.wxml +46 -46
  139. package/miniprogram_dist/ConfirmOrder/components/Shipper/index.js +99 -99
  140. package/miniprogram_dist/ConfirmOrder/components/Shipper/index.json +5 -5
  141. package/miniprogram_dist/ConfirmOrder/components/Shipper/index.less +69 -69
  142. package/miniprogram_dist/ConfirmOrder/components/Shipper/index.wxml +15 -15
  143. package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.js +217 -217
  144. package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.json +7 -7
  145. package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.less +76 -76
  146. package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.wxml +19 -19
  147. package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.js +77 -77
  148. package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.json +3 -3
  149. package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.less +24 -24
  150. package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.wxml +8 -8
  151. package/miniprogram_dist/ConfirmOrder/index.js +71 -71
  152. package/miniprogram_dist/ConfirmOrder/index.json +8 -8
  153. package/miniprogram_dist/ConfirmOrder/index.less +4 -4
  154. package/miniprogram_dist/ConfirmOrder/index.wxml +24 -24
  155. package/miniprogram_dist/CouponList/README.md +5 -5
  156. package/miniprogram_dist/CouponList/components/CouponItem/index.js +239 -239
  157. package/miniprogram_dist/CouponList/components/CouponItem/index.json +4 -4
  158. package/miniprogram_dist/CouponList/components/CouponItem/index.less +288 -288
  159. package/miniprogram_dist/CouponList/components/CouponItem/index.wxml +190 -190
  160. package/miniprogram_dist/CouponList/couponColumn/index.js +65 -65
  161. package/miniprogram_dist/CouponList/couponColumn/index.json +5 -5
  162. package/miniprogram_dist/CouponList/couponColumn/index.less +31 -31
  163. package/miniprogram_dist/CouponList/couponColumn/index.wxml +23 -23
  164. package/miniprogram_dist/CouponList/couponMsg/index.js +27 -27
  165. package/miniprogram_dist/CouponList/couponMsg/index.json +5 -5
  166. package/miniprogram_dist/CouponList/couponMsg/index.less +2 -2
  167. package/miniprogram_dist/CouponList/couponMsg/index.wxml +9 -9
  168. package/miniprogram_dist/CurrentPay/index.js +56 -56
  169. package/miniprogram_dist/CurrentPay/index.json +8 -8
  170. package/miniprogram_dist/CurrentPay/index.wxml +11 -11
  171. package/miniprogram_dist/CurrentPayModule/index.js +256 -256
  172. package/miniprogram_dist/CurrentPayModule/index.json +8 -8
  173. package/miniprogram_dist/CurrentPayModule/index.less +12 -12
  174. package/miniprogram_dist/CurrentPayModule/index.wxml +3 -3
  175. package/miniprogram_dist/CustomPopup/index.js +56 -56
  176. package/miniprogram_dist/CustomPopup/index.json +5 -5
  177. package/miniprogram_dist/CustomPopup/index.less +14 -14
  178. package/miniprogram_dist/CustomPopup/index.wxml +18 -18
  179. package/miniprogram_dist/GoodsItem/index.js +557 -557
  180. package/miniprogram_dist/GoodsItem/index.json +6 -6
  181. package/miniprogram_dist/GoodsItem/index.less +249 -249
  182. package/miniprogram_dist/GoodsItem/index.wxml +90 -90
  183. package/miniprogram_dist/LiveGoodsList/Header/index.js +36 -36
  184. package/miniprogram_dist/LiveGoodsList/Header/index.json +6 -6
  185. package/miniprogram_dist/LiveGoodsList/Header/index.less +45 -45
  186. package/miniprogram_dist/LiveGoodsList/Header/index.wxml +28 -28
  187. package/miniprogram_dist/LiveGoodsList/README.md +9 -9
  188. package/miniprogram_dist/LiveGoodsList/index.js +423 -423
  189. package/miniprogram_dist/LiveGoodsList/index.json +10 -10
  190. package/miniprogram_dist/LiveGoodsList/index.less +53 -53
  191. package/miniprogram_dist/LiveGoodsList/index.wxml +73 -73
  192. package/miniprogram_dist/Lottery/components/AddressCollection/index.js +72 -72
  193. package/miniprogram_dist/Lottery/components/AddressCollection/index.json +6 -6
  194. package/miniprogram_dist/Lottery/components/AddressCollection/index.less +38 -38
  195. package/miniprogram_dist/Lottery/components/AddressCollection/index.wxml +15 -15
  196. package/miniprogram_dist/Lottery/components/CommonPopup/index.less +4 -4
  197. package/miniprogram_dist/Lottery/components/CommonPopup/index.wxss +4 -4
  198. package/miniprogram_dist/Lottery/components/LotteryAnimation/lottie-miniprogram-sdk.js +8 -8
  199. package/miniprogram_dist/Lottery/countdown.js +88 -88
  200. package/miniprogram_dist/Lottery/store/effect.js +204 -204
  201. package/miniprogram_dist/PayComplete/Components/CouponItem/index.js +50 -50
  202. package/miniprogram_dist/PayComplete/Components/CouponItem/index.json +3 -3
  203. package/miniprogram_dist/PayComplete/Components/CouponItem/index.less +142 -142
  204. package/miniprogram_dist/PayComplete/Components/CouponItem/index.wxml +46 -46
  205. package/miniprogram_dist/PayComplete/Components/CouponItem/sub.wxs +72 -72
  206. package/miniprogram_dist/PayComplete/Components/LeadGroup/index.js +95 -95
  207. package/miniprogram_dist/PayComplete/Components/LeadGroup/index.json +6 -6
  208. package/miniprogram_dist/PayComplete/Components/LeadGroup/index.less +37 -37
  209. package/miniprogram_dist/PayComplete/Components/LeadGroup/index.wxml +5 -5
  210. package/miniprogram_dist/PayComplete/Components/PayGifts/index.js +129 -129
  211. package/miniprogram_dist/PayComplete/Components/PayGifts/index.json +5 -5
  212. package/miniprogram_dist/PayComplete/Components/PayGifts/index.less +177 -177
  213. package/miniprogram_dist/PayComplete/Components/PayGifts/index.wxml +57 -57
  214. package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.js +62 -62
  215. package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.json +5 -5
  216. package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.less +25 -25
  217. package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.wxml +4 -4
  218. package/miniprogram_dist/PayComplete/Components/PayState/index.js +38 -38
  219. package/miniprogram_dist/PayComplete/Components/PayState/index.json +6 -6
  220. package/miniprogram_dist/PayComplete/Components/PayState/index.less +22 -22
  221. package/miniprogram_dist/PayComplete/Components/PayState/index.wxml +11 -11
  222. package/miniprogram_dist/PayComplete/index.js +142 -142
  223. package/miniprogram_dist/PayComplete/index.json +10 -10
  224. package/miniprogram_dist/PayComplete/index.less +15 -15
  225. package/miniprogram_dist/PayComplete/index.wxml +31 -31
  226. package/miniprogram_dist/PayModule/button/index.js +44 -44
  227. package/miniprogram_dist/PayModule/button/index.json +6 -6
  228. package/miniprogram_dist/PayModule/button/index.less +16 -16
  229. package/miniprogram_dist/PayModule/button/index.wxml +7 -7
  230. package/miniprogram_dist/PayModule/index/index.js +253 -253
  231. package/miniprogram_dist/PayModule/index/index.json +7 -7
  232. package/miniprogram_dist/PayModule/index/index.wxml +12 -12
  233. package/miniprogram_dist/PayModule/wechatLoading/index.js +43 -43
  234. package/miniprogram_dist/PayModule/wechatLoading/index.json +4 -4
  235. package/miniprogram_dist/PayModule/wechatLoading/index.less +66 -66
  236. package/miniprogram_dist/PayModule/wechatLoading/index.wxml +11 -11
  237. package/miniprogram_dist/Recommend/index.js +58 -58
  238. package/miniprogram_dist/Recommend/index.json +3 -3
  239. package/miniprogram_dist/Recommend/index.less +115 -115
  240. package/miniprogram_dist/Recommend/index.wxml +29 -29
  241. package/miniprogram_dist/SharePoster/PosterDom/index.js +1897 -1897
  242. package/miniprogram_dist/SharePoster/PosterDom/index.json +4 -4
  243. package/miniprogram_dist/SharePoster/PosterDom/index.less +56 -56
  244. package/miniprogram_dist/SharePoster/PosterDom/index.wxml +12 -12
  245. package/miniprogram_dist/SharePoster/README.md +9 -9
  246. package/miniprogram_dist/SharePoster/ShareTextPopup/index.js +65 -65
  247. package/miniprogram_dist/SharePoster/ShareTextPopup/index.json +6 -6
  248. package/miniprogram_dist/SharePoster/ShareTextPopup/index.less +74 -74
  249. package/miniprogram_dist/SharePoster/ShareTextPopup/index.wxml +28 -28
  250. package/miniprogram_dist/SharePoster/components/saveTip/index.js +39 -39
  251. package/miniprogram_dist/SharePoster/components/saveTip/index.json +4 -4
  252. package/miniprogram_dist/SharePoster/components/saveTip/index.wxml +5 -5
  253. package/miniprogram_dist/SharePoster/components/settingModal/index.js +37 -37
  254. package/miniprogram_dist/SharePoster/components/settingModal/index.json +4 -4
  255. package/miniprogram_dist/SharePoster/components/settingModal/index.wxml +8 -8
  256. package/miniprogram_dist/SharePoster/components/shareCircleTip/index.js +34 -34
  257. package/miniprogram_dist/SharePoster/components/shareCircleTip/index.json +4 -4
  258. package/miniprogram_dist/SharePoster/components/shareCircleTip/index.wxml +4 -4
  259. package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.js +34 -34
  260. package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.json +4 -4
  261. package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.wxml +10 -10
  262. package/miniprogram_dist/SharePoster/createPoster/index.js +201 -201
  263. package/miniprogram_dist/SharePoster/createPoster/utils/drawImage.js +267 -267
  264. package/miniprogram_dist/SharePoster/createPoster/utils/util.js +40 -40
  265. package/miniprogram_dist/SharePoster/libs/constant.js +57 -57
  266. package/miniprogram_dist/SharePoster/libs/positionMap.js +255 -255
  267. package/miniprogram_dist/SharePoster/mockData/mockData.js +590 -590
  268. package/miniprogram_dist/SharePoster/sharePopup/index.js +658 -658
  269. package/miniprogram_dist/SharePoster/sharePopup/index.json +12 -12
  270. package/miniprogram_dist/SharePoster/sharePopup/index.less +180 -180
  271. package/miniprogram_dist/SharePoster/sharePopup/index.wxml +94 -94
  272. package/miniprogram_dist/Sku/commSelect/index.js +427 -427
  273. package/miniprogram_dist/Sku/commSelect/index.json +8 -8
  274. package/miniprogram_dist/Sku/commSelect/index.less +48 -48
  275. package/miniprogram_dist/Sku/commSelect/index.wxml +41 -41
  276. package/miniprogram_dist/Sku/goods-info/index.js +52 -52
  277. package/miniprogram_dist/Sku/goods-info/index.json +4 -4
  278. package/miniprogram_dist/Sku/goods-info/index.less +48 -48
  279. package/miniprogram_dist/Sku/goods-info/index.wxml +19 -19
  280. package/miniprogram_dist/Sku/index/index.js +280 -280
  281. package/miniprogram_dist/Sku/index/index.json +12 -12
  282. package/miniprogram_dist/Sku/index/index.less +78 -78
  283. package/miniprogram_dist/Sku/index/index.wxml +58 -58
  284. package/miniprogram_dist/Sku/row-item/index.js +61 -61
  285. package/miniprogram_dist/Sku/row-item/index.json +4 -4
  286. package/miniprogram_dist/Sku/row-item/index.less +48 -48
  287. package/miniprogram_dist/Sku/row-item/index.wxml +10 -10
  288. package/miniprogram_dist/Sku/step/index.js +95 -95
  289. package/miniprogram_dist/Sku/step/index.json +6 -6
  290. package/miniprogram_dist/Sku/step/index.less +11 -11
  291. package/miniprogram_dist/Sku/step/index.wxml +11 -11
  292. package/miniprogram_dist/TeacherGoodsList/Header/index.js +36 -36
  293. package/miniprogram_dist/TeacherGoodsList/Header/index.json +6 -6
  294. package/miniprogram_dist/TeacherGoodsList/Header/index.less +47 -47
  295. package/miniprogram_dist/TeacherGoodsList/Header/index.wxml +27 -27
  296. package/miniprogram_dist/TeacherGoodsList/README.md +9 -9
  297. package/miniprogram_dist/TeacherGoodsList/index.js +269 -269
  298. package/miniprogram_dist/TeacherGoodsList/index.json +8 -8
  299. package/miniprogram_dist/TeacherGoodsList/index.less +53 -53
  300. package/miniprogram_dist/TeacherGoodsList/index.wxml +48 -48
  301. package/miniprogram_dist/common/api/confirmOrder.js +217 -217
  302. package/miniprogram_dist/common/api/coupon.js +19 -19
  303. package/miniprogram_dist/common/api/couponlist.js +105 -105
  304. package/miniprogram_dist/common/api/eLiveInvite.js +45 -45
  305. package/miniprogram_dist/common/api/liveGoodsList.js +51 -51
  306. package/miniprogram_dist/common/api/lottery.js +57 -57
  307. package/miniprogram_dist/common/api/pay.js +42 -42
  308. package/miniprogram_dist/common/api/payComplete.js +21 -21
  309. package/miniprogram_dist/common/api/sharePoster.js +67 -67
  310. package/miniprogram_dist/common/api/sku.js +58 -58
  311. package/miniprogram_dist/common/assets/images/coupon/coupon_style2.svg +29 -29
  312. package/miniprogram_dist/common/assets/images/coupon/coupons_style2.svg +29 -29
  313. package/miniprogram_dist/common/assets/images/coupon/down.svg +21 -21
  314. package/miniprogram_dist/common/assets/images/coupon/emptypage.svg +49 -49
  315. package/miniprogram_dist/common/assets/images/coupon/failed.svg +5 -5
  316. package/miniprogram_dist/common/assets/images/coupon/up.svg +21 -21
  317. package/miniprogram_dist/common/assets/images/lottery/is_not_winner.svg +19 -19
  318. package/miniprogram_dist/common/assets/images/lottery/lottery_v1_back.svg +19 -19
  319. package/miniprogram_dist/common/assets/images/lottery/lottery_v1_close.svg +19 -19
  320. package/miniprogram_dist/common/assets/images/lottery/reward_list_title.svg +19 -19
  321. package/miniprogram_dist/common/assets/images/lottery/white_right_arrow.png +0 -0
  322. package/miniprogram_dist/common/assets/images/lottery/winner_list_smile_icon.svg +56 -56
  323. package/miniprogram_dist/common/assets/images/lottery/winner_list_title.svg +19 -19
  324. package/miniprogram_dist/common/assets/images/pay/loading.svg +3 -3
  325. package/miniprogram_dist/common/assets/images/recommend.svg +6 -6
  326. package/miniprogram_dist/common/assets/images/refresh.svg +10 -10
  327. package/miniprogram_dist/common/assets/images/refresh_white.svg +3 -3
  328. package/miniprogram_dist/common/assets/images/wechat.svg +4 -4
  329. package/miniprogram_dist/common/css/index.less +2 -2
  330. package/miniprogram_dist/common/css/theme.less +19 -19
  331. package/miniprogram_dist/common/libs/dataUp/sensorUp.js +91 -91
  332. package/miniprogram_dist/common/libs/playerHttp.js +58 -58
  333. package/miniprogram_dist/common/libs/playerRequestUrl.js +39 -39
  334. package/miniprogram_dist/common/utils/constants.js +254 -254
  335. package/miniprogram_dist/common/utils/currency.js +52 -52
  336. package/miniprogram_dist/common/utils/helper.js +160 -160
  337. package/miniprogram_dist/common/utils/index.js +56 -56
  338. package/miniprogram_dist/common/utils/postCouponList.js +52 -52
  339. package/miniprogram_dist/common/utils/tool.js +65 -65
  340. package/miniprogram_dist/common/wxs/filter.wxs +29 -29
  341. package/miniprogram_dist/coupon/README.md +11 -11
  342. package/miniprogram_dist/coupon/components/CouponItem/index.js +175 -175
  343. package/miniprogram_dist/coupon/components/CouponItem/index.json +5 -5
  344. package/miniprogram_dist/coupon/components/CouponItem/index.less +207 -207
  345. package/miniprogram_dist/coupon/components/CouponItem/index.wxml +99 -99
  346. package/miniprogram_dist/coupon/components/CouponSelect/index.js +323 -323
  347. package/miniprogram_dist/coupon/components/CouponSelect/index.json +8 -8
  348. package/miniprogram_dist/coupon/components/CouponSelect/index.less +237 -237
  349. package/miniprogram_dist/coupon/components/CouponSelect/index.wxml +74 -74
  350. package/miniprogram_dist/coupon/index.css +50 -50
  351. package/miniprogram_dist/coupon/index.js +205 -205
  352. package/miniprogram_dist/coupon/index.json +7 -7
  353. package/miniprogram_dist/coupon/index.less +51 -51
  354. package/miniprogram_dist/coupon/index.wxml +24 -24
  355. package/miniprogram_dist/index.js +6 -6
  356. package/miniprogram_dist/index.js.map +1 -1
  357. package/miniprogram_dist/index.json +4 -4
  358. package/miniprogram_dist/index.wxml +2 -2
  359. package/miniprogram_dist/lib.js.map +1 -1
  360. package/package.json +77 -77
  361. package/project.config.json +79 -79
  362. package/src/AliveInvite/LiveRoomVertical/components/friends/friends.js +144 -144
  363. package/src/AliveInvite/LiveRoomVertical/components/friends/friends.json +3 -3
  364. package/src/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +22 -22
  365. package/src/AliveInvite/LiveRoomVertical/components/friends/friends.wxss +90 -90
  366. package/src/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.js +227 -227
  367. package/src/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.json +3 -3
  368. package/src/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.wxml +64 -64
  369. package/src/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.wxss +167 -167
  370. package/src/AliveInvite/LiveRoomVertical/components/rewards/rewards.js +116 -116
  371. package/src/AliveInvite/LiveRoomVertical/components/rewards/rewards.json +3 -3
  372. package/src/AliveInvite/LiveRoomVertical/components/rewards/rewards.wxml +35 -35
  373. package/src/AliveInvite/LiveRoomVertical/components/rewards/rewards.wxss +92 -92
  374. package/src/AliveInvite/LiveRoomVertical/components/rules/rules.js +89 -89
  375. package/src/AliveInvite/LiveRoomVertical/components/rules/rules.json +3 -3
  376. package/src/AliveInvite/LiveRoomVertical/components/rules/rules.wxml +15 -15
  377. package/src/AliveInvite/LiveRoomVertical/components/rules/rules.wxss +48 -48
  378. package/src/AliveInvite/LiveRoomVertical/index.js +232 -232
  379. package/src/AliveInvite/LiveRoomVertical/index.json +9 -9
  380. package/src/AliveInvite/LiveRoomVertical/index.less +270 -270
  381. package/src/AliveInvite/LiveRoomVertical/index.wxml +122 -122
  382. package/src/AliveInvite/LiveRoomVertical/index.wxss +267 -267
  383. package/src/AliveInvite/LiveRoomVertical/libs/base64.js +234 -234
  384. package/src/AliveInvite/images/invite_entrance/new_crown_blue_pure.svg +29 -29
  385. package/src/AliveInvite/images/invite_entrance/new_crown_pink_pure.svg +29 -29
  386. package/src/AliveInvite/images/invite_entrance/new_crown_yellow_pure.svg +27 -27
  387. package/src/AliveInvite/images/new_emptypage.svg +59 -59
  388. package/src/AliveInvite/images/new_invite_title.svg +23 -23
  389. package/src/AliveInvite/images/rank_first.svg +11 -11
  390. package/src/AliveInvite/images/rank_second.svg +11 -11
  391. package/src/AliveInvite/images/rank_third.svg +11 -11
  392. package/src/CollectionAddress/index.js +284 -284
  393. package/src/CollectionAddress/index.json +13 -13
  394. package/src/CollectionAddress/index.less +4 -4
  395. package/src/CollectionAddress/index.wxml +91 -91
  396. package/src/CollectionAddress/index.wxss +5 -5
  397. package/src/ConfirmOrder/README.md +11 -11
  398. package/src/ConfirmOrder/components/AddressEdit/index.js +342 -342
  399. package/src/ConfirmOrder/components/AddressEdit/index.json +10 -10
  400. package/src/ConfirmOrder/components/AddressEdit/index.less +98 -98
  401. package/src/ConfirmOrder/components/AddressEdit/index.wxml +38 -38
  402. package/src/ConfirmOrder/components/AddressEdit/index.wxss +99 -99
  403. package/src/ConfirmOrder/components/AddressManage/index.js +159 -159
  404. package/src/ConfirmOrder/components/AddressManage/index.json +7 -7
  405. package/src/ConfirmOrder/components/AddressManage/index.less +95 -95
  406. package/src/ConfirmOrder/components/AddressManage/index.wxml +36 -36
  407. package/src/ConfirmOrder/components/AddressManage/index.wxss +98 -98
  408. package/src/ConfirmOrder/components/AddressSelect/index.js +159 -159
  409. package/src/ConfirmOrder/components/AddressSelect/index.json +3 -3
  410. package/src/ConfirmOrder/components/AddressSelect/index.less +79 -79
  411. package/src/ConfirmOrder/components/AddressSelect/index.wxml +33 -33
  412. package/src/ConfirmOrder/components/AddressSelect/index.wxss +67 -67
  413. package/src/ConfirmOrder/components/ChoosePicker/index.js +109 -109
  414. package/src/ConfirmOrder/components/ChoosePicker/index.json +5 -5
  415. package/src/ConfirmOrder/components/ChoosePicker/index.less +20 -20
  416. package/src/ConfirmOrder/components/ChoosePicker/index.wxml +9 -9
  417. package/src/ConfirmOrder/components/ChoosePicker/index.wxss +18 -18
  418. package/src/ConfirmOrder/components/ConfirmOrderContent/index.js +830 -830
  419. package/src/ConfirmOrder/components/ConfirmOrderContent/index.json +22 -22
  420. package/src/ConfirmOrder/components/ConfirmOrderContent/index.less +11 -11
  421. package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxml +171 -171
  422. package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxss +10 -10
  423. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.js +71 -71
  424. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.json +5 -5
  425. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.less +44 -44
  426. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxml +17 -17
  427. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxss +39 -39
  428. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/filter.wxs +7 -7
  429. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.js +91 -91
  430. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.json +3 -3
  431. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.less +108 -108
  432. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxml +28 -28
  433. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxss +96 -96
  434. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.js +77 -77
  435. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.json +7 -7
  436. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.less +51 -51
  437. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxml +27 -27
  438. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxss +45 -45
  439. package/src/ConfirmOrder/components/GoodsInfo/components/ImageData/index.js +68 -68
  440. package/src/ConfirmOrder/components/GoodsInfo/components/ImageData/index.json +3 -3
  441. package/src/ConfirmOrder/components/GoodsInfo/components/ImageData/index.less +13 -13
  442. package/src/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxml +4 -4
  443. package/src/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxss +13 -13
  444. package/src/ConfirmOrder/components/GoodsInfo/filter.wxs +6 -6
  445. package/src/ConfirmOrder/components/GoodsInfo/index.js +427 -427
  446. package/src/ConfirmOrder/components/GoodsInfo/index.json +8 -8
  447. package/src/ConfirmOrder/components/GoodsInfo/index.less +181 -181
  448. package/src/ConfirmOrder/components/GoodsInfo/index.wxml +74 -74
  449. package/src/ConfirmOrder/components/GoodsInfo/index.wxss +153 -153
  450. package/src/ConfirmOrder/components/Header/index.js +49 -49
  451. package/src/ConfirmOrder/components/Header/index.json +5 -5
  452. package/src/ConfirmOrder/components/Header/index.less +30 -30
  453. package/src/ConfirmOrder/components/Header/index.wxml +9 -9
  454. package/src/ConfirmOrder/components/Header/index.wxss +27 -27
  455. package/src/ConfirmOrder/components/InfoCollect/index.js +107 -107
  456. package/src/ConfirmOrder/components/InfoCollect/index.json +5 -5
  457. package/src/ConfirmOrder/components/InfoCollect/index.wxml +13 -13
  458. package/src/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.js +84 -84
  459. package/src/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.json +3 -3
  460. package/src/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.less +63 -63
  461. package/src/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxml +30 -30
  462. package/src/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxss +57 -57
  463. package/src/ConfirmOrder/components/IntegralSelect/filter.wxs +6 -6
  464. package/src/ConfirmOrder/components/IntegralSelect/index.js +82 -82
  465. package/src/ConfirmOrder/components/IntegralSelect/index.json +7 -7
  466. package/src/ConfirmOrder/components/IntegralSelect/index.less +54 -54
  467. package/src/ConfirmOrder/components/IntegralSelect/index.wxml +26 -26
  468. package/src/ConfirmOrder/components/IntegralSelect/index.wxss +47 -47
  469. package/src/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.js +283 -283
  470. package/src/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.json +7 -7
  471. package/src/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.less +161 -161
  472. package/src/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxml +88 -88
  473. package/src/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxss +152 -152
  474. package/src/ConfirmOrder/components/Invoice/components/InvoiceTip/index.js +32 -32
  475. package/src/ConfirmOrder/components/Invoice/components/InvoiceTip/index.json +5 -5
  476. package/src/ConfirmOrder/components/Invoice/components/InvoiceTip/index.less +48 -48
  477. package/src/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxml +16 -16
  478. package/src/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxss +58 -58
  479. package/src/ConfirmOrder/components/Invoice/index.js +154 -154
  480. package/src/ConfirmOrder/components/Invoice/index.json +6 -6
  481. package/src/ConfirmOrder/components/Invoice/index.less +28 -28
  482. package/src/ConfirmOrder/components/Invoice/index.wxml +24 -24
  483. package/src/ConfirmOrder/components/Invoice/index.wxss +23 -23
  484. package/src/ConfirmOrder/components/LeaveWord/index.js +60 -60
  485. package/src/ConfirmOrder/components/LeaveWord/index.json +5 -5
  486. package/src/ConfirmOrder/components/LeaveWord/index.less +5 -5
  487. package/src/ConfirmOrder/components/LeaveWord/index.wxml +11 -11
  488. package/src/ConfirmOrder/components/LeaveWord/index.wxss +6 -6
  489. package/src/ConfirmOrder/components/LimitDiscount/index.js +49 -49
  490. package/src/ConfirmOrder/components/LimitDiscount/index.json +3 -3
  491. package/src/ConfirmOrder/components/LimitDiscount/index.wxml +1 -1
  492. package/src/ConfirmOrder/components/ModeSelect/index.js +41 -41
  493. package/src/ConfirmOrder/components/ModeSelect/index.json +6 -6
  494. package/src/ConfirmOrder/components/ModeSelect/index.less +34 -34
  495. package/src/ConfirmOrder/components/ModeSelect/index.wxml +6 -6
  496. package/src/ConfirmOrder/components/ModeSelect/index.wxss +44 -44
  497. package/src/ConfirmOrder/components/PayBar/index.js +233 -233
  498. package/src/ConfirmOrder/components/PayBar/index.json +5 -5
  499. package/src/ConfirmOrder/components/PayBar/index.less +31 -31
  500. package/src/ConfirmOrder/components/PayBar/index.wxml +25 -25
  501. package/src/ConfirmOrder/components/PayBar/index.wxss +27 -27
  502. package/src/ConfirmOrder/components/PayDetail/filter.wxs +15 -15
  503. package/src/ConfirmOrder/components/PayDetail/index.js +67 -67
  504. package/src/ConfirmOrder/components/PayDetail/index.json +3 -3
  505. package/src/ConfirmOrder/components/PayDetail/index.less +15 -15
  506. package/src/ConfirmOrder/components/PayDetail/index.wxml +17 -17
  507. package/src/ConfirmOrder/components/PayDetail/index.wxss +14 -14
  508. package/src/ConfirmOrder/components/PayGifts/index.js +23 -23
  509. package/src/ConfirmOrder/components/PayGifts/index.json +3 -3
  510. package/src/ConfirmOrder/components/PayGifts/index.wxml +2 -2
  511. package/src/ConfirmOrder/components/PickupSelect/index.js +79 -79
  512. package/src/ConfirmOrder/components/PickupSelect/index.json +7 -7
  513. package/src/ConfirmOrder/components/PickupSelect/index.less +23 -23
  514. package/src/ConfirmOrder/components/PickupSelect/index.wxml +13 -13
  515. package/src/ConfirmOrder/components/PickupSelect/index.wxss +22 -22
  516. package/src/ConfirmOrder/components/SelectSite/index.js +146 -146
  517. package/src/ConfirmOrder/components/SelectSite/index.json +6 -6
  518. package/src/ConfirmOrder/components/SelectSite/index.less +95 -95
  519. package/src/ConfirmOrder/components/SelectSite/index.wxml +46 -46
  520. package/src/ConfirmOrder/components/SelectSite/index.wxss +82 -82
  521. package/src/ConfirmOrder/components/Shipper/index.js +99 -99
  522. package/src/ConfirmOrder/components/Shipper/index.json +5 -5
  523. package/src/ConfirmOrder/components/Shipper/index.less +69 -69
  524. package/src/ConfirmOrder/components/Shipper/index.wxml +15 -15
  525. package/src/ConfirmOrder/components/Shipper/index.wxss +76 -76
  526. package/src/ConfirmOrder/components/ShipperEdit/index.js +217 -217
  527. package/src/ConfirmOrder/components/ShipperEdit/index.json +7 -7
  528. package/src/ConfirmOrder/components/ShipperEdit/index.less +76 -76
  529. package/src/ConfirmOrder/components/ShipperEdit/index.wxml +19 -19
  530. package/src/ConfirmOrder/components/ShipperEdit/index.wxss +78 -78
  531. package/src/ConfirmOrder/components/WechatAddress/index.js +77 -77
  532. package/src/ConfirmOrder/components/WechatAddress/index.json +3 -3
  533. package/src/ConfirmOrder/components/WechatAddress/index.less +24 -24
  534. package/src/ConfirmOrder/components/WechatAddress/index.wxml +8 -8
  535. package/src/ConfirmOrder/components/WechatAddress/index.wxss +22 -22
  536. package/src/ConfirmOrder/index.js +71 -71
  537. package/src/ConfirmOrder/index.json +8 -8
  538. package/src/ConfirmOrder/index.less +4 -4
  539. package/src/ConfirmOrder/index.wxml +24 -24
  540. package/src/ConfirmOrder/index.wxss +5 -5
  541. package/src/CouponList/README.md +5 -5
  542. package/src/CouponList/components/CouponItem/index.js +239 -239
  543. package/src/CouponList/components/CouponItem/index.json +4 -4
  544. package/src/CouponList/components/CouponItem/index.less +288 -288
  545. package/src/CouponList/components/CouponItem/index.wxml +190 -190
  546. package/src/CouponList/components/CouponItem/index.wxss +276 -276
  547. package/src/CouponList/couponColumn/index.js +65 -65
  548. package/src/CouponList/couponColumn/index.json +5 -5
  549. package/src/CouponList/couponColumn/index.less +31 -31
  550. package/src/CouponList/couponColumn/index.wxml +23 -23
  551. package/src/CouponList/couponColumn/index.wxss +31 -31
  552. package/src/CouponList/couponMsg/index.js +27 -27
  553. package/src/CouponList/couponMsg/index.json +5 -5
  554. package/src/CouponList/couponMsg/index.less +2 -2
  555. package/src/CouponList/couponMsg/index.wxml +9 -9
  556. package/src/CouponList/couponMsg/index.wxss +3 -3
  557. package/src/CurrentPay/index.js +56 -56
  558. package/src/CurrentPay/index.json +8 -8
  559. package/src/CurrentPay/index.wxml +11 -11
  560. package/src/CurrentPayModule/index.js +256 -256
  561. package/src/CurrentPayModule/index.json +8 -8
  562. package/src/CurrentPayModule/index.less +12 -12
  563. package/src/CurrentPayModule/index.wxml +3 -3
  564. package/src/CurrentPayModule/index.wxss +13 -13
  565. package/src/CustomPopup/index.js +56 -56
  566. package/src/CustomPopup/index.json +5 -5
  567. package/src/CustomPopup/index.less +14 -14
  568. package/src/CustomPopup/index.wxml +18 -18
  569. package/src/CustomPopup/index.wxss +15 -15
  570. package/src/GoodsItem/index.js +557 -557
  571. package/src/GoodsItem/index.json +6 -6
  572. package/src/GoodsItem/index.less +249 -249
  573. package/src/GoodsItem/index.wxml +90 -90
  574. package/src/GoodsItem/index.wxss +261 -261
  575. package/src/LiveGoodsList/Header/index.js +36 -36
  576. package/src/LiveGoodsList/Header/index.json +6 -6
  577. package/src/LiveGoodsList/Header/index.less +45 -45
  578. package/src/LiveGoodsList/Header/index.wxml +28 -28
  579. package/src/LiveGoodsList/Header/index.wxss +44 -44
  580. package/src/LiveGoodsList/README.md +9 -9
  581. package/src/LiveGoodsList/index.js +423 -423
  582. package/src/LiveGoodsList/index.json +10 -10
  583. package/src/LiveGoodsList/index.less +53 -53
  584. package/src/LiveGoodsList/index.wxml +73 -73
  585. package/src/LiveGoodsList/index.wxss +50 -50
  586. package/src/Lottery/components/AddressCollection/index.js +72 -72
  587. package/src/Lottery/components/AddressCollection/index.json +6 -6
  588. package/src/Lottery/components/AddressCollection/index.less +38 -38
  589. package/src/Lottery/components/AddressCollection/index.wxml +15 -15
  590. package/src/Lottery/components/AddressCollection/index.wxss +39 -39
  591. package/src/Lottery/components/CommonPopup/index.less +4 -4
  592. package/src/Lottery/components/CommonPopup/index.wxss +61 -61
  593. package/src/Lottery/components/JoinRecords/RecordItem/index.wxss +36 -36
  594. package/src/Lottery/components/JoinRecords/index.wxss +40 -40
  595. package/src/Lottery/components/LotteryAnimation/index.wxss +12 -12
  596. package/src/Lottery/components/LotteryAnimation/lottie-miniprogram-sdk.js +8 -8
  597. package/src/Lottery/components/LotteryFAB/index.wxss +36 -36
  598. package/src/Lottery/components/LotteryInfo/Indicator/index.wxss +17 -17
  599. package/src/Lottery/components/LotteryInfo/LotteryCountdown/index.wxss +17 -17
  600. package/src/Lottery/components/LotteryInfo/index.wxss +104 -104
  601. package/src/Lottery/components/LotteryMsg/index.wxss +20 -20
  602. package/src/Lottery/components/LotteryResult/LosingLottery/index.wxss +48 -48
  603. package/src/Lottery/components/LotteryResult/WinLottery/index.wxss +73 -73
  604. package/src/Lottery/components/MerchantContactInfo/index.wxss +61 -61
  605. package/src/Lottery/components/NobodyAttend/index.wxss +33 -33
  606. package/src/Lottery/components/PrizeCard/index.wxss +42 -42
  607. package/src/Lottery/components/RewardList/RewardItem/index.wxss +77 -77
  608. package/src/Lottery/components/RewardList/index.wxss +62 -62
  609. package/src/Lottery/components/Winners/WinnerItem/index.wxss +50 -50
  610. package/src/Lottery/components/Winners/index.wxss +49 -49
  611. package/src/Lottery/countdown.js +88 -88
  612. package/src/Lottery/store/effect.js +204 -204
  613. package/src/PayComplete/Components/CouponItem/index.js +50 -50
  614. package/src/PayComplete/Components/CouponItem/index.json +3 -3
  615. package/src/PayComplete/Components/CouponItem/index.less +142 -142
  616. package/src/PayComplete/Components/CouponItem/index.wxml +46 -46
  617. package/src/PayComplete/Components/CouponItem/index.wxss +122 -122
  618. package/src/PayComplete/Components/CouponItem/sub.wxs +72 -72
  619. package/src/PayComplete/Components/LeadGroup/index.js +95 -95
  620. package/src/PayComplete/Components/LeadGroup/index.json +6 -6
  621. package/src/PayComplete/Components/LeadGroup/index.less +37 -37
  622. package/src/PayComplete/Components/LeadGroup/index.wxml +5 -5
  623. package/src/PayComplete/Components/LeadGroup/index.wxss +33 -33
  624. package/src/PayComplete/Components/PayGifts/index.js +129 -129
  625. package/src/PayComplete/Components/PayGifts/index.json +5 -5
  626. package/src/PayComplete/Components/PayGifts/index.less +177 -177
  627. package/src/PayComplete/Components/PayGifts/index.wxml +57 -57
  628. package/src/PayComplete/Components/PayGifts/index.wxss +157 -157
  629. package/src/PayComplete/Components/PayState/earnIntegral/index.js +62 -62
  630. package/src/PayComplete/Components/PayState/earnIntegral/index.json +5 -5
  631. package/src/PayComplete/Components/PayState/earnIntegral/index.less +25 -25
  632. package/src/PayComplete/Components/PayState/earnIntegral/index.wxml +4 -4
  633. package/src/PayComplete/Components/PayState/earnIntegral/index.wxss +23 -23
  634. package/src/PayComplete/Components/PayState/index.js +38 -38
  635. package/src/PayComplete/Components/PayState/index.json +6 -6
  636. package/src/PayComplete/Components/PayState/index.less +22 -22
  637. package/src/PayComplete/Components/PayState/index.wxml +11 -11
  638. package/src/PayComplete/Components/PayState/index.wxss +20 -20
  639. package/src/PayComplete/index.js +142 -142
  640. package/src/PayComplete/index.json +10 -10
  641. package/src/PayComplete/index.less +15 -15
  642. package/src/PayComplete/index.wxml +31 -31
  643. package/src/PayComplete/index.wxss +16 -16
  644. package/src/PayModule/button/index.js +44 -44
  645. package/src/PayModule/button/index.json +6 -6
  646. package/src/PayModule/button/index.less +16 -16
  647. package/src/PayModule/button/index.wxml +7 -7
  648. package/src/PayModule/button/index.wxss +28 -28
  649. package/src/PayModule/index/index.js +253 -253
  650. package/src/PayModule/index/index.json +7 -7
  651. package/src/PayModule/index/index.wxml +12 -12
  652. package/src/PayModule/wechatLoading/index.js +43 -43
  653. package/src/PayModule/wechatLoading/index.json +4 -4
  654. package/src/PayModule/wechatLoading/index.less +66 -66
  655. package/src/PayModule/wechatLoading/index.wxml +11 -11
  656. package/src/PayModule/wechatLoading/index.wxss +57 -57
  657. package/src/Recommend/index.js +58 -58
  658. package/src/Recommend/index.json +3 -3
  659. package/src/Recommend/index.less +115 -115
  660. package/src/Recommend/index.wxml +29 -29
  661. package/src/Recommend/index.wxss +110 -110
  662. package/src/SharePoster/PosterDom/index.js +1897 -1897
  663. package/src/SharePoster/PosterDom/index.json +4 -4
  664. package/src/SharePoster/PosterDom/index.less +56 -56
  665. package/src/SharePoster/PosterDom/index.wxml +12 -12
  666. package/src/SharePoster/PosterDom/index.wxss +57 -57
  667. package/src/SharePoster/README.md +9 -9
  668. package/src/SharePoster/ShareTextPopup/index.js +65 -65
  669. package/src/SharePoster/ShareTextPopup/index.json +6 -6
  670. package/src/SharePoster/ShareTextPopup/index.less +74 -74
  671. package/src/SharePoster/ShareTextPopup/index.wxml +28 -28
  672. package/src/SharePoster/ShareTextPopup/index.wxss +75 -75
  673. package/src/SharePoster/components/saveTip/index.js +39 -39
  674. package/src/SharePoster/components/saveTip/index.json +4 -4
  675. package/src/SharePoster/components/saveTip/index.wxml +5 -5
  676. package/src/SharePoster/components/saveTip/index.wxss +20 -20
  677. package/src/SharePoster/components/settingModal/index.js +37 -37
  678. package/src/SharePoster/components/settingModal/index.json +4 -4
  679. package/src/SharePoster/components/settingModal/index.wxml +8 -8
  680. package/src/SharePoster/components/settingModal/index.wxss +46 -46
  681. package/src/SharePoster/components/shareCircleTip/index.js +34 -34
  682. package/src/SharePoster/components/shareCircleTip/index.json +4 -4
  683. package/src/SharePoster/components/shareCircleTip/index.wxml +4 -4
  684. package/src/SharePoster/components/shareCircleTip/index.wxss +34 -34
  685. package/src/SharePoster/components/unauthorizedModal/index.js +34 -34
  686. package/src/SharePoster/components/unauthorizedModal/index.json +4 -4
  687. package/src/SharePoster/components/unauthorizedModal/index.wxml +10 -10
  688. package/src/SharePoster/components/unauthorizedModal/index.wxss +52 -52
  689. package/src/SharePoster/createPoster/index.js +201 -201
  690. package/src/SharePoster/createPoster/utils/drawImage.js +267 -267
  691. package/src/SharePoster/createPoster/utils/util.js +40 -40
  692. package/src/SharePoster/libs/constant.js +57 -57
  693. package/src/SharePoster/libs/positionMap.js +255 -255
  694. package/src/SharePoster/mockData/mockData.js +590 -590
  695. package/src/SharePoster/sharePopup/index.js +658 -658
  696. package/src/SharePoster/sharePopup/index.json +12 -12
  697. package/src/SharePoster/sharePopup/index.less +180 -180
  698. package/src/SharePoster/sharePopup/index.wxml +94 -94
  699. package/src/SharePoster/sharePopup/index.wxss +192 -192
  700. package/src/Sku/commSelect/index.js +427 -427
  701. package/src/Sku/commSelect/index.json +8 -8
  702. package/src/Sku/commSelect/index.less +48 -48
  703. package/src/Sku/commSelect/index.wxml +41 -41
  704. package/src/Sku/commSelect/index.wxss +45 -45
  705. package/src/Sku/goods-info/index.js +52 -52
  706. package/src/Sku/goods-info/index.json +4 -4
  707. package/src/Sku/goods-info/index.less +48 -48
  708. package/src/Sku/goods-info/index.wxml +19 -19
  709. package/src/Sku/goods-info/index.wxss +48 -48
  710. package/src/Sku/index/index.js +280 -280
  711. package/src/Sku/index/index.json +12 -12
  712. package/src/Sku/index/index.less +78 -78
  713. package/src/Sku/index/index.wxml +58 -58
  714. package/src/Sku/index/index.wxss +50 -50
  715. package/src/Sku/row-item/index.js +61 -61
  716. package/src/Sku/row-item/index.json +4 -4
  717. package/src/Sku/row-item/index.less +48 -48
  718. package/src/Sku/row-item/index.wxml +10 -10
  719. package/src/Sku/row-item/index.wxss +42 -42
  720. package/src/Sku/step/index.js +95 -95
  721. package/src/Sku/step/index.json +6 -6
  722. package/src/Sku/step/index.less +11 -11
  723. package/src/Sku/step/index.wxml +11 -11
  724. package/src/Sku/step/index.wxss +10 -10
  725. package/src/TeacherGoodsList/Header/index.js +36 -36
  726. package/src/TeacherGoodsList/Header/index.json +6 -6
  727. package/src/TeacherGoodsList/Header/index.less +47 -47
  728. package/src/TeacherGoodsList/Header/index.wxml +27 -27
  729. package/src/TeacherGoodsList/Header/index.wxss +45 -45
  730. package/src/TeacherGoodsList/README.md +9 -9
  731. package/src/TeacherGoodsList/index.js +269 -269
  732. package/src/TeacherGoodsList/index.json +8 -8
  733. package/src/TeacherGoodsList/index.less +53 -53
  734. package/src/TeacherGoodsList/index.wxml +48 -48
  735. package/src/TeacherGoodsList/index.wxss +50 -50
  736. package/src/common/api/confirmOrder.js +217 -217
  737. package/src/common/api/coupon.js +19 -19
  738. package/src/common/api/couponlist.js +105 -105
  739. package/src/common/api/eLiveInvite.js +45 -45
  740. package/src/common/api/liveGoodsList.js +51 -51
  741. package/src/common/api/lottery.js +57 -57
  742. package/src/common/api/pay.js +42 -42
  743. package/src/common/api/payComplete.js +21 -21
  744. package/src/common/api/sharePoster.js +67 -67
  745. package/src/common/api/sku.js +58 -58
  746. package/src/common/assets/copy.wxss +3 -3
  747. package/src/common/assets/images/coupon/coupon_style2.svg +29 -29
  748. package/src/common/assets/images/coupon/coupons_style2.svg +29 -29
  749. package/src/common/assets/images/coupon/down.svg +21 -21
  750. package/src/common/assets/images/coupon/emptypage.svg +49 -49
  751. package/src/common/assets/images/coupon/failed.svg +5 -5
  752. package/src/common/assets/images/coupon/up.svg +21 -21
  753. package/src/common/assets/images/lottery/is_not_winner.svg +19 -19
  754. package/src/common/assets/images/lottery/lottery_v1_back.svg +19 -19
  755. package/src/common/assets/images/lottery/lottery_v1_close.svg +19 -19
  756. package/src/common/assets/images/lottery/reward_list_title.svg +19 -19
  757. package/src/common/assets/images/lottery/white_right_arrow.png +0 -0
  758. package/src/common/assets/images/lottery/winner_list_smile_icon.svg +56 -56
  759. package/src/common/assets/images/lottery/winner_list_title.svg +19 -19
  760. package/src/common/assets/images/pay/loading.svg +3 -3
  761. package/src/common/assets/images/recommend.svg +6 -6
  762. package/src/common/assets/images/refresh.svg +10 -10
  763. package/src/common/assets/images/refresh_white.svg +3 -3
  764. package/src/common/assets/images/wechat.svg +4 -4
  765. package/src/common/css/index.less +2 -2
  766. package/src/common/css/theme.less +19 -19
  767. package/src/common/css/theme.wxss +16 -16
  768. package/src/common/libs/dataUp/sensorUp.js +91 -91
  769. package/src/common/libs/playerHttp.js +58 -58
  770. package/src/common/libs/playerRequestUrl.js +39 -39
  771. package/src/common/utils/constants.js +254 -254
  772. package/src/common/utils/currency.js +52 -52
  773. package/src/common/utils/helper.js +160 -160
  774. package/src/common/utils/index.js +56 -56
  775. package/src/common/utils/postCouponList.js +52 -52
  776. package/src/common/utils/tool.js +65 -65
  777. package/src/common/wxs/filter.wxs +29 -29
  778. package/src/coupon/README.md +11 -11
  779. package/src/coupon/components/CouponItem/index.js +175 -175
  780. package/src/coupon/components/CouponItem/index.json +5 -5
  781. package/src/coupon/components/CouponItem/index.less +207 -207
  782. package/src/coupon/components/CouponItem/index.wxml +99 -99
  783. package/src/coupon/components/CouponItem/index.wxss +195 -195
  784. package/src/coupon/components/CouponSelect/index.js +323 -323
  785. package/src/coupon/components/CouponSelect/index.json +8 -8
  786. package/src/coupon/components/CouponSelect/index.less +237 -237
  787. package/src/coupon/components/CouponSelect/index.wxml +74 -74
  788. package/src/coupon/components/CouponSelect/index.wxss +249 -249
  789. package/src/coupon/index.css +50 -50
  790. package/src/coupon/index.js +205 -205
  791. package/src/coupon/index.json +7 -7
  792. package/src/coupon/index.less +51 -51
  793. package/src/coupon/index.wxml +24 -24
  794. package/src/coupon/index.wxss +50 -50
  795. package/src/index.js +23 -23
  796. package/src/index.json +4 -4
  797. package/src/index.wxml +2 -2
  798. package/src/lib.ts +5 -5
  799. package/src/project.config.json +68 -68
  800. package/src/utils.js +5 -5
  801. package/tsconfig.json +25 -25
@@ -1,591 +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
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
591
  }