|
@ -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> |
|
|