前端-胡立永 1 week ago
parent
commit
be13faca71
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      otherPages/workbenchManage/bindUser/index.vue

+ 2
- 2
otherPages/workbenchManage/bindUser/index.vue View File

@ -81,9 +81,9 @@
:style="{'background-image' : `url('${configList.background_popularize_three.paramValueImage}')`}"> :style="{'background-image' : `url('${configList.background_popularize_three.paramValueImage}')`}">
<view class="mb20 font32">分享链接邀请</view> <view class="mb20 font32">分享链接邀请</view>
<view class="mb20">复制链接给好友进入直接绑定</view> <view class="mb20">复制链接给好友进入直接绑定</view>
<up-input disabled v-model="dataF.code">
<up-input disabled v-model="dataF.invitation_url">
<template #suffix> <template #suffix>
<up-button @click="copyMessage(dataF.code)" text="复制" type="success" size="small" shape="circle"></up-button>
<up-button @click="copyMessage(dataF.invitation_url)" text="复制" type="success" size="small" shape="circle"></up-button>
</template> </template>
</up-input> </up-input>
</view> </view>


Loading…
Cancel
Save