index.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. <template>
  2. <view class="index-container">
  3. <TuanAppShim bg="transparent"></TuanAppShim>
  4. <view class="content-box">
  5. <view class="top-main-box">
  6. <view class="zzbg">
  7. <image class="mpimg" src="../../static/images/userimg.png" mode="widthFix"></image>
  8. </view>
  9. <view class="topmain">
  10. <view class="leftimg">
  11. <image style="width: 60rpx;height: 60rpx;" :src="cardObj.head_img"></image>
  12. </view>
  13. <view class="rightcont">
  14. <view class="name">{{ cardObj.name }}</view>
  15. <view class="tip">{{ cardObj.job }}</view>
  16. <view class="tipa">{{ cardObj.company }}</view>
  17. </view>
  18. </view>
  19. <view class="btnmain">
  20. <text>{{ cardObj.address }}</text>
  21. </view>
  22. </view>
  23. <view class="top-mainb">
  24. <view class="conta">
  25. <view v-if="cardObj.phone" class="cont" @click="onPhone()">
  26. <view class="box">
  27. <view class="right">
  28. <text class="tit">拨打电话</text>
  29. <text>{{ cardObj.phone }}</text>
  30. </view>
  31. </view>
  32. </view>
  33. <view v-if="cardObj.wechat" class="cont" @click="onCopy(cardObj.wechat)">
  34. <view class="box">
  35. <view class="right">
  36. <text class="tit">加微信</text>
  37. <text>{{ cardObj.wechat }}</text>
  38. </view>
  39. </view>
  40. </view>
  41. <view v-if="cardObj.qq" class="cont" @click="onCopy(cardObj.qq)">
  42. <view class="box">
  43. <view class="right">
  44. <text class="tit">QQ</text>
  45. <text>{{ cardObj.qq }}</text>
  46. </view>
  47. </view>
  48. </view>
  49. <view v-if="cardObj.email" class="cont" @click="onCopy(cardObj.email)">
  50. <view class="box">
  51. <view class="right">
  52. <text class="tit">邮箱</text>
  53. <text>{{ cardObj.email }}</text>
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. </view>
  59. <view class="top-maina">
  60. <button class="left" @click="onAdd()">
  61. 同步到通讯录
  62. </button>
  63. <button class="right" open-type="share">
  64. 分享名片
  65. </button>
  66. </view>
  67. <view class="top-mainc">
  68. <view class="left">
  69. <tui-image-group
  70. :image-list="headerList.map((item, index) => ({ id: index, src: item || headerImg }))"
  71. width="35rpx" height="35rpx" radius="0"
  72. ></tui-image-group>
  73. <text>{{ visitorCount }}人浏览</text>
  74. </view>
  75. </view>
  76. <view class="top-main-tit">
  77. <text>业务介绍</text>
  78. </view>
  79. <view class="top-maind">
  80. <view class="topmain">
  81. <view class="leftimg">
  82. <image style="width: 60rpx;height: 60rpx;" :src="cardObj.head_img"></image>
  83. </view>
  84. <view class="rightcont">
  85. <view v-if="!cardObj.intro" class="name">Hi~欢迎访问我的名片,了解更多内容请直接咨询我。</view>
  86. <view v-if="cardObj.intro" class="name">{{ cardObj.intro }}</view>
  87. </view>
  88. </view>
  89. </view>
  90. </view>
  91. <view class="bottom-block"></view>
  92. <view class="bottombtn" type="primary" @click="gotoEdit">编辑我的名片</view>
  93. </view>
  94. </template>
  95. <script>
  96. import { USER_INFO } from '../../constant'
  97. export default {
  98. name: 'Index',
  99. data() {
  100. return {
  101. id: '',
  102. headerImg: require('../../static/images/userimg.png'),
  103. cardObj: {},
  104. visitorList: [],
  105. visitorCount: 0,
  106. headerList: []
  107. }
  108. },
  109. async onShow(options) {
  110. console.log('onLoad options', options)
  111. // if (uni.getStorageSync(USER_INFO)) {
  112. // var user = uni.getStorageSync(USER_INFO)
  113. // if (id != null && id != '') {
  114. // this.id = id
  115. // const card = await request('uni-card', 'getCard', {
  116. // id,
  117. // uid: user.id
  118. // }, {
  119. // showloading: true
  120. // })
  121. // if (card._id == '') {
  122. // this.getDefault()
  123. // } else {
  124. // const visitorList = await request('uni-card', 'getVisitorList', {
  125. // card_id: id,
  126. // skip: 0,
  127. // limit: 8
  128. // }, {
  129. // showloading: true
  130. // })
  131. // this.cardObj = card
  132. // this.visitorCount = visitorList.total
  133. // visitorList.items.forEach((arr, index) => {
  134. // if (arr.head_img) { this.headerList.push(arr.head_img) } else { this.headerList.push(require('../../static/images/userimg.png')) }
  135. // })
  136. // }
  137. // } else {
  138. // const mycard = await request('uni-card', 'getMyCard', {
  139. // uid: user.id
  140. // }, {
  141. // showloading: true
  142. // })
  143. // if (mycard._id == '') {
  144. // this.getDefault()
  145. // } else {
  146. // const myVisitorList = await request('uni-card', 'getMyVisitorList', {
  147. // uid: user.id,
  148. // skip: 0,
  149. // limit: 8
  150. // }, {
  151. // showloading: true
  152. // })
  153. // this.cardObj = mycard
  154. // this.visitorCount = myVisitorList.total
  155. // myVisitorList.items.forEach((arr, index) => {
  156. // if (arr.head_img) { this.headerList.push(arr.head_img) } else { this.headerList.push(require('../../static/images/userimg.png')) }
  157. // })
  158. // }
  159. // }
  160. // }
  161. },
  162. onShareAppMessage(res) {
  163. if (this.id == '' || this.id == null) {
  164. this.id = '61b30b8091a7500001dea375'
  165. }
  166. return {
  167. title: '您好,这是我的名片,望惠存',
  168. path: '/pages/index?id=' + this.id
  169. }
  170. },
  171. methods: {
  172. async getDefault() {
  173. const card = await request('uni-card', 'getCard', {
  174. id: '61b30b8091a7500001dea375',
  175. uid: '61b30b4e7964120001e32f41'
  176. }, {
  177. showloading: true
  178. })
  179. if (card._id == '') {
  180. this.gotoEdit()
  181. }
  182. const visitorList = await request('uni-card', 'getVisitorList', {
  183. card_id: '61b30b8091a7500001dea375',
  184. skip: 0,
  185. limit: 8
  186. }, {
  187. showloading: true
  188. })
  189. this.cardObj = card
  190. this.visitorCount = visitorList.total
  191. visitorList.items.forEach((arr, index) => {
  192. if (arr.head_img) { this.headerList.push(arr.head_img) } else { this.headerList.push(require('../../static/images/userimg.png')) }
  193. })
  194. },
  195. onAdd() {
  196. uni.addPhoneContact({
  197. organization: this.cardObj.company,
  198. firstName: this.cardObj.name,
  199. title: this.cardObj.job,
  200. email: this.cardObj.email,
  201. mobilePhoneNumber: this.cardObj.phone,
  202. weChatNumber: this.cardObj.wechat,
  203. remark: this.cardObj.address,
  204. success() {
  205. console.log('success')
  206. },
  207. fail() {
  208. console.log('fail')
  209. }
  210. })
  211. },
  212. onPhone() {
  213. uni.makePhoneCall({
  214. phoneNumber: this.cardObj.phone,
  215. success: (res) => {
  216. console.log('调用成功!')
  217. },
  218. fail: (res) => {
  219. console.log('调用失败!')
  220. }
  221. })
  222. },
  223. onCopy(data) {
  224. uni.setClipboardData({
  225. data, // 要被复制的内容
  226. success() {
  227. // 重点~做笔记
  228. // 在success中加入uni.hideToast()可以解决
  229. uni.showToast({
  230. title: '复制成功',
  231. duration: 2000,
  232. icon: 'none'
  233. })
  234. // 以下就可自定义操作了~
  235. },
  236. fail(err) {
  237. uni.showToast({
  238. title: '复制失败',
  239. duration: 2000,
  240. icon: 'none'
  241. })
  242. }
  243. })
  244. },
  245. gotoEdit() {
  246. uni.navigateTo({
  247. url: '/pages/edit/edit'
  248. })
  249. }
  250. }
  251. }
  252. </script>
  253. <style lang="less" scoped>
  254. .index-container {
  255. min-height: 100vh;
  256. padding: 0 0 120rpx;
  257. background-color: #fefefe;
  258. box-sizing: border-box;
  259. .content-box {
  260. width: 100%;
  261. box-sizing: border-box;
  262. padding: 0 5%;
  263. }
  264. .content-box .top-main-box {
  265. width: 100%;
  266. box-sizing: border-box;
  267. border-radius: 15rpx;
  268. height: 52vw;
  269. overflow: hidden;
  270. position: relative;
  271. box-shadow: 0px 0px 10px #cccccc;
  272. }
  273. .content-box .top-main-box .zzbg {
  274. width: 100%;
  275. position: absolute;
  276. top: 0;
  277. left: 0;
  278. background: rgba(139, 139, 139, 0.5);
  279. z-index: 1;
  280. }
  281. .content-box .top-main-box .mpimg {
  282. width: 100%;
  283. }
  284. .content-box .top-main-box .topmain {
  285. width: 100%;
  286. box-sizing: border-box;
  287. padding: 40rpx 5%;
  288. display: flex;
  289. align-items: flex-start;
  290. position: relative;
  291. z-index: 4;
  292. }
  293. .content-box .top-main-box .topmain .leftimg {
  294. width: 150rpx;
  295. height: 150rpx;
  296. border-radius: 15rpx;
  297. overflow: hidden;
  298. }
  299. .content-box .top-main-box .topmain .leftimg .tximg {
  300. width: 100%;
  301. }
  302. .content-box .top-main-box .topmain .rightcont {
  303. color: #fff;
  304. flex: 1;
  305. box-sizing: border-box;
  306. padding-left: 25rpx;
  307. }
  308. .content-box .top-main-box .topmain .rightcont .name {
  309. font-size: 42rpx;
  310. padding-bottom: 10rpx;
  311. }
  312. .content-box .top-main-box .topmain .rightcont .tip,
  313. .content-box .top-main-box .topmain .rightcont .tipa {
  314. font-size: 34rpx;
  315. text-shadow: 1px 1px 1px #000;
  316. }
  317. .content-box .top-main-box .btnmain {
  318. width: 100%;
  319. position: absolute;
  320. left: 0;
  321. bottom: 0px;
  322. z-index: 5;
  323. box-sizing: border-box;
  324. padding: 25rpx 5%;
  325. background: #fff;
  326. display: inline;
  327. align-items: center;
  328. justify-content: space-between;
  329. text-align: left;
  330. }
  331. .content-box .top-main-box .btnmain view {
  332. float: left;
  333. }
  334. .content-box .top-main-box .btnmain text {
  335. font-size: 24rpx;
  336. color: #333333;
  337. padding-left: 10rpx;
  338. float: left;
  339. }
  340. .content-box .top-maina {
  341. width: 100%;
  342. box-sizing: border-box;
  343. display: flex;
  344. align-items: center;
  345. justify-content: space-between;
  346. margin: 20rpx auto;
  347. }
  348. .content-box .top-maina view {
  349. width: 48%;
  350. border-radius: 15rpx;
  351. text-align: center;
  352. padding: 25rpx 0;
  353. font-size: 18px;
  354. }
  355. .content-box .top-maina .left {
  356. border: 1px solid #007AFF;
  357. color: #007AFF;
  358. width: 48%;
  359. }
  360. .content-box .top-maina .right {
  361. background: #007AFF;
  362. border: 1px solid #007AFF;
  363. color: #fff;
  364. width: 48%;
  365. }
  366. .content-box .top-mainb {
  367. width: 100%;
  368. overflow: scroll;
  369. padding: 15rpx 0;
  370. overflow-x: hidden;
  371. }
  372. .content-box .top-mainb .conta {
  373. width: 100%;
  374. overflow-x: auto;
  375. word-break: keep-all;
  376. /* 不换行 */
  377. white-space: nowrap;
  378. /* 不换行 */
  379. padding-bottom: 20rpx;
  380. }
  381. .content-box .top-mainb .conta .cont {
  382. display: inline-block;
  383. margin-right: 20rpx;
  384. background: #fff;
  385. box-shadow: 0px 0px 8px #cccccc;
  386. border-radius: 10rpx;
  387. overflow: hidden;
  388. }
  389. .content-box .top-mainb .conta .cont .box {
  390. display: flex;
  391. align-items: center;
  392. justify-content: space-between;
  393. box-sizing: border-box;
  394. padding: 15rpx 20rpx;
  395. }
  396. .content-box .top-mainb .conta .cont .box image {
  397. width: 80rpx;
  398. height: 80rpx;
  399. }
  400. .content-box .top-mainb .conta .cont .box .right {
  401. flex: 1;
  402. box-sizing: border-box;
  403. padding-left: 10rpx;
  404. }
  405. .content-box .top-mainb .conta .cont .box .right text {
  406. display: block;
  407. font-size: 30rpx;
  408. }
  409. .content-box .top-mainb .conta .cont .box .right .tit {
  410. font-size: 34rpx;
  411. }
  412. .content-box .top-mainc {
  413. width: 100%;
  414. box-sizing: border-box;
  415. padding: 20rpx 10rpx;
  416. display: flex;
  417. align-items: center;
  418. justify-content: space-between;
  419. margin: 10rpx auto;
  420. background: #fff;
  421. }
  422. .content-box .top-mainc .left {
  423. flex: 1;
  424. display: flex;
  425. align-items: center;
  426. }
  427. .content-box .top-mainc .left text {
  428. font-size: 28rpx;
  429. color: #555555;
  430. }
  431. .content-box .top-mainc .left image {
  432. width: 60rpx;
  433. height: 60rpx;
  434. margin-right: 5rpx;
  435. border-radius: 10rpx;
  436. }
  437. .content-box .top-mainc .right {
  438. display: flex;
  439. align-items: center;
  440. justify-content: space-between;
  441. }
  442. .content-box .top-mainc .right text {
  443. font-size: 28rpx;
  444. color: #555555;
  445. padding-right: 10rpx;
  446. }
  447. .content-box .top-mainc .right image {
  448. width: 40rpx;
  449. height: 40rpx;
  450. }
  451. .content-box .top-main-tit {
  452. width: 100%;
  453. box-sizing: border-box;
  454. padding: 20rpx 10rpx;
  455. display: flex;
  456. align-items: center;
  457. }
  458. .content-box .top-main-tit image {
  459. width: 60rpx;
  460. height: 60rpx;
  461. }
  462. .content-box .top-main-tit text {
  463. color: #333;
  464. font-size: 18px;
  465. padding-left: 10rpx;
  466. }
  467. .content-box .top-maind {
  468. width: 100%;
  469. box-sizing: border-box;
  470. padding: 40rpx 5%;
  471. background: #fff;
  472. box-shadow: 0px 0px 8px #cccccc;
  473. }
  474. .content-box .top-maind .topmain {
  475. width: 100%;
  476. box-sizing: border-box;
  477. display: flex;
  478. align-items: flex-start;
  479. }
  480. .content-box .top-maind .topmain .leftimg {
  481. width: 120rpx;
  482. height: 120rpx;
  483. border-radius: 15rpx;
  484. overflow: hidden;
  485. }
  486. .content-box .top-maind .topmain .leftimg .tximg {
  487. width: 100%;
  488. }
  489. .content-box .top-maind .topmain .rightcont {
  490. color: #555;
  491. flex: 1;
  492. box-sizing: border-box;
  493. padding-left: 25rpx;
  494. line-height: 42rpx;
  495. font-size: 28rpx;
  496. }
  497. .content-box .top-maind .toptip {
  498. width: 100%;
  499. }
  500. .content-box .top-maind .toptip .box {
  501. display: inline-block;
  502. margin-top: 25rpx;
  503. padding: 10rpx 15rpx;
  504. background: #e6e6e6;
  505. border-radius: 10rpx;
  506. overflow: hidden;
  507. margin-right: 20rpx;
  508. }
  509. .content-box .top-maind .toptip .box image {
  510. width: 30rpx;
  511. height: 30rpx;
  512. }
  513. .content-box .top-maind .toptip .box text {
  514. font-size: 28rpx;
  515. padding-left: 10rpx;
  516. }
  517. .bottombtn {
  518. position: fixed;
  519. bottom: 0;
  520. width: 100%;
  521. height: 60px;
  522. background: #007AFF;
  523. color: #fff;
  524. line-height: 60px;
  525. text-align: center;
  526. }
  527. .bottom-block {
  528. display: block;
  529. width: 100%;
  530. height: 80px;
  531. }
  532. }
  533. </style>