index.vue 969 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <template>
  2. <view>
  3. <image src="../static/promote/images/xz_bg.png" class="xz-bg"></image>
  4. <view class="con">
  5. <image src="../static/promote/images/xz_logo.png" class="xz-logo"></image>
  6. <view class="qing">请添加企业客服 1V1在线指导</view>
  7. <image src="../static/promote/images/kefu_erweima.png" class="ewm"></image>
  8. <view class="sao">扫码/识别二维码,添加客服</view>
  9. <view class="ma">APP激活码</view>
  10. <view class="code ddflex">
  11. <view>564575</view>
  12. <view class="copy ddflex"><image src="../static/promote/images/xz_copy.png"></image>复制</view>
  13. </view>
  14. </view>
  15. <view class="btn">立即下载APP</view>
  16. </view>
  17. </template>
  18. <script>
  19. const app = getApp();
  20. const req = require('../../utils/request.js');
  21. export default {
  22. data() {
  23. return {
  24. name: '',
  25. phone: '',
  26. gender: 1
  27. };
  28. },
  29. onLoad: function(options) {
  30. },
  31. onShow() {
  32. },
  33. methods: {
  34. }
  35. };
  36. </script>
  37. <style>
  38. @import './index.css';
  39. </style>