my-fapiao.vue 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <template>
  2. <view class="web_box">
  3. <u-navbar title="邀请好友" leftIconColor="#000">
  4. <view class="navbar-left" slot="left">
  5. <view class="u-flex">
  6. <u-icon name="arrow-left" size="20" @click='return1'></u-icon>
  7. <u-icon name="list" @click="showmenu = !showmenu" size="18"></u-icon>
  8. </view>
  9. <view class="navbar-popup" v-if="showmenu">
  10. <view class="popup-item u-flex" @click="tochangeimg('hxr')">
  11. <text>候选人</text>
  12. </view>
  13. <view class="popup-item u-flex" @click="tochangeimg('hr')">
  14. <text>HR</text>
  15. </view>
  16. <view class="popup-item u-flex" @click="tochangeimg('lt')">
  17. <text>猎头</text>
  18. </view>
  19. </view>
  20. </view>
  21. </u-navbar>
  22. <view class="vflex acenter jcenter top">
  23. <view class="title">邀请好友加入内核</view>
  24. <view class="subtitle">你与好友均可获得超值奖励</view>
  25. </view>
  26. <view class="box vflex acenter">
  27. <image src="../static/images/logo.png" mode="" class="logo"></image>
  28. <view class="title">内核招聘</view>
  29. <view class="subtitle">邀请你注册内核招聘,完成注册可获得超值奖励</view>
  30. <image :src="invite_img" mode="" class="code-img"></image>
  31. <view class="code-text vflex acenter">
  32. <view class="hflex acenter jcenter">
  33. <view class="text">邀请码</view>
  34. <view class="text">{{data.invitation_code}}</view>
  35. </view>
  36. <view class="copy" @click="copy">复制邀请码</view>
  37. </view>
  38. </view>
  39. <view class="bottom hflex acenter jbetween">
  40. <button class="save" @click="save">保存图片</button>
  41. <button class="invite" open-type="share">马上邀请好友</button>
  42. </view>
  43. <view class="list hflex acenter jcenter" @click="tolist">
  44. <view>已邀请<span style="color: #0C66C2;">{{num || 0}}</span>人</view>
  45. <u-icon name="arrow-rightward" color="rgba(68,68,68,.4)" size="14"></u-icon>
  46. </view>
  47. <view class="" style="height: 40rpx;"></view>
  48. <canvas-drawer ref="poster" :width="646" :height="842"></canvas-drawer>
  49. </view>
  50. </template>
  51. <script>
  52. import CanvasDrawer from "@/components/xinyu-canvas-drawer/index.vue";
  53. import {
  54. index,
  55. invite_list
  56. } from "@/units/inquire.js"
  57. export default {
  58. data() {
  59. return {
  60. code: '',
  61. num: 0,
  62. list: [],
  63. money: 0,
  64. data: {},
  65. isCanvasLoading: false,
  66. src: '',
  67. invite_img: '',
  68. invite_type: 'hxr',
  69. showmenu: false
  70. };
  71. },
  72. components: {
  73. CanvasDrawer
  74. },
  75. onLoad() {
  76. this.getuser()
  77. this.getlist()
  78. },
  79. onShareAppMessage() {
  80. return {
  81. path: '',
  82. // imageUrl: this.data.invitation_code,
  83. title: '内核招聘'
  84. }
  85. },
  86. async mounted() {
  87. let posterRef = this.$refs.poster;
  88. uni.showLoading({
  89. title: "渲染海报中"
  90. });
  91. await posterRef.init();
  92. this.src = await posterRef
  93. .setBackgroundColor("#fff") //指定渲染图片的背景色
  94. // .addRect(0, 0, 750, 198, "#FEFEFE") //绘制矩形
  95. .addImage(require("@/static/images/logo.png"), 268, 48, 107,
  96. 107) //绘制圆图片,如果不绘制圆图片最后一个参数可以不传或传false,当最后一个参数为true时圆形的直径为w,h参数将没有意义
  97. // .addQRCode(, 585, 22, 130, 130) //绘制二维码(不要太长否则会扫不出来)
  98. .addText("内核招聘", 252, 208, 36, "#222222") //绘制文本
  99. .addText("邀请你注册内核招聘,完成注册可获得超值奖励", 92, 282, 22, "#555555") //绘制文本
  100. .addImage(this.data.invitation_code_url, 218, 370, 210,
  101. 210) //绘制云端图片时第一个参数直接传云端图片地址即可,不需要require。注意不要跨域
  102. .addRect(50, 646, 546, 112, "#F3F3F3")
  103. .addText("邀请码", 150, 678, 36, "#222222")
  104. .addText("|", 306, 678, 36, "#E0E0E0")
  105. .addText(this.data.invitation_code, 354, 678, 36, "#222222")
  106. .draw();
  107. this.isCanvasLoading = true;
  108. uni.hideLoading();
  109. this.$forceUpdate();
  110. },
  111. methods: {
  112. return1() {
  113. uni.navigateBack()
  114. },
  115. tochangeimg(type) {
  116. if (type == 'hxr') {
  117. this.$set(this, 'invite_img', this.data.invitation_code_url)
  118. } else if (type == 'hr') {
  119. this.$set(this, 'invite_img', this.data.invitation_code_url_hr)
  120. } else if (type == 'lt') {
  121. this.$set(this, 'invite_img', this.data.invitation_code_url_headhunter)
  122. }
  123. this.showmenu = false
  124. },
  125. getuser() {
  126. index().then((res) => {
  127. this.code = res.data.invitation_code
  128. this.data = res.data
  129. this.invite_img = res.data.invitation_code_url
  130. })
  131. },
  132. getlist() {
  133. invite_list({
  134. page: 1
  135. }).then((res) => {
  136. this.list = res.data.data
  137. this.num = res.data.total
  138. })
  139. },
  140. copy() {
  141. uni.setClipboardData({
  142. data: this.code,
  143. success: function() {
  144. this.$u.toasta('复制成功')
  145. }
  146. })
  147. },
  148. save() {
  149. if (!this.isCanvasLoading)
  150. return this.alert("稍安勿躁,图片还没有加载完哦~");
  151. let posterRef = this.$refs.poster;
  152. posterRef.saveImageToPhotosAlbum(this.src).then(() => {
  153. uni.showModal({
  154. title: '提示',
  155. content: '保存成功',
  156. success(res) {
  157. if (res.confirm) {
  158. // return recv();
  159. } else if (res.cancel) {
  160. // return recj();
  161. }
  162. }
  163. });
  164. }).catch((e) => {
  165. uni.showModal({
  166. title: '提示',
  167. content: '保存失败',
  168. success(res) {
  169. if (res.confirm) {
  170. return recv();
  171. } else if (res.cancel) {
  172. return recj();
  173. }
  174. }
  175. });
  176. });
  177. },
  178. invite() {},
  179. tolist() {
  180. uni.navigateTo({
  181. url: '/pagesD/invite-list'
  182. })
  183. },
  184. }
  185. }
  186. </script>
  187. <style lang="scss">
  188. .navbar-left {
  189. position: relative;
  190. z-index: 100;
  191. .navbar-popup {
  192. position: absolute;
  193. width: 224rpx;
  194. top: 50rpx;
  195. left: -32rpx;
  196. background: #FFFFFF;
  197. box-shadow: 0rpx 2rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
  198. border-radius: 20rpx;
  199. padding: 15rpx 0;
  200. .popup-item {
  201. padding: 15rpx 24rpx;
  202. image {
  203. width: 32rpx;
  204. height: 32rpx;
  205. margin-right: 12rpx;
  206. }
  207. text {
  208. font-size: 24rpx;
  209. font-family: PingFangSC-Regular, PingFang SC;
  210. font-weight: 400;
  211. color: #222222;
  212. }
  213. }
  214. }
  215. .navbar-popup::after {
  216. content: " ";
  217. border-bottom: 20rpx solid #fff;
  218. border-right: 20rpx solid rgba(0, 0, 0, 0);
  219. border-left: 20rpx solid rgba(0, 0, 0, 0);
  220. position: absolute;
  221. top: -20rpx;
  222. left: 30rpx;
  223. }
  224. }
  225. .web_box {
  226. background: #FAFAFC;
  227. padding: 0 52rpx;
  228. .top {
  229. padding: 54rpx 0;
  230. .title {
  231. font-size: 48rpx;
  232. font-family: PingFangSC-Medium, PingFang SC;
  233. font-weight: 500;
  234. color: #141414;
  235. }
  236. .subtitle {
  237. font-size: 28rpx;
  238. font-family: PingFangSC-Regular, PingFang SC;
  239. font-weight: 400;
  240. color: #444444;
  241. padding: 16rpx 0 0;
  242. }
  243. }
  244. .box {
  245. width: 646rpx;
  246. height: 872rpx;
  247. background: #FFFFFF;
  248. box-shadow: 0rpx 4rpx 68rpx 0rpx rgba(0, 0, 0, 0.1);
  249. border-radius: 20rpx;
  250. position: relative;
  251. .logo {
  252. width: 107rpx;
  253. height: 107rpx;
  254. margin: 0 auto;
  255. z-index: 9;
  256. }
  257. .title {
  258. font-size: 36rpx;
  259. font-family: PingFangSC, PingFang SC;
  260. font-weight: 500;
  261. color: #222222;
  262. padding: 54rpx 0 24rpx;
  263. }
  264. .subtitle {
  265. font-size: 22rpx;
  266. font-family: PingFangSC, PingFang SC;
  267. font-weight: 400;
  268. color: #555555;
  269. padding: 0 0 56rpx;
  270. }
  271. .code-img {
  272. width: 210rpx;
  273. height: 210rpx;
  274. margin-bottom: 66rpx;
  275. }
  276. .code-text {
  277. width: 546rpx;
  278. background: #F3F3F3;
  279. border-radius: 20rpx;
  280. padding: 32rpx 0;
  281. .text {
  282. font-size: 36rpx;
  283. font-family: PingFangSC, PingFang SC;
  284. font-weight: 500;
  285. color: #222222;
  286. padding: 0 48rpx 0 0;
  287. }
  288. .text:nth-child(2) {
  289. padding: 0 0 0 48rpx;
  290. border-left: 1px solid #E0E0E0;
  291. }
  292. .copy {
  293. padding: 32rpx 0 0;
  294. font-size: 24rpx;
  295. font-family: PingFangSC, PingFang SC;
  296. font-weight: 400;
  297. color: #0C66C2;
  298. }
  299. }
  300. }
  301. .box::before {
  302. content: "";
  303. position: absolute;
  304. width: 110rpx;
  305. height: 110rpx;
  306. background: #fff;
  307. top: -40rpx;
  308. left: 268rpx;
  309. border-radius: 50%;
  310. }
  311. .bottom {
  312. padding: 28rpx 0 60rpx;
  313. .save {
  314. width: 244rpx;
  315. height: 112rpx;
  316. background: #E7E7E7;
  317. border-radius: 56rpx;
  318. font-size: 32rpx;
  319. font-family: PingFangSC, PingFang SC;
  320. font-weight: 400;
  321. color: #333333;
  322. padding: 0;
  323. line-height: 112rpx;
  324. }
  325. .invite {
  326. width: 364rpx;
  327. height: 112rpx;
  328. background: #0C66C2;
  329. border-radius: 56rpx;
  330. font-size: 32rpx;
  331. font-family: PingFangSC, PingFang SC;
  332. font-weight: 400;
  333. color: #FFFFFF;
  334. padding: 0;
  335. line-height: 112rpx;
  336. }
  337. }
  338. .list {
  339. font-size: 24rpx;
  340. font-family: PingFangSC, PingFang SC;
  341. font-weight: 400;
  342. color: rgba(51, 51, 51, 0.6);
  343. padding: 0 12rpx 0 0;
  344. }
  345. }
  346. </style>