|
|
@@ -67,7 +67,7 @@
|
|
|
@click="goPhone()">
|
|
|
<image src="/card/static/images/phone1.png"></image>电话联系</view>
|
|
|
<view class="share-ta ddflex fflex" style="background: linear-gradient(80deg, #FF985A 0%, #FF5700 100%);"
|
|
|
- @click="jumpUrl('/card/poster/poster?id'+cardInfo.id)">
|
|
|
+ >
|
|
|
<image src="/card/static/images/fx.png"></image>分享名片</view>
|
|
|
</view>
|
|
|
<view class="save-text ddflex" v-if="cardId" @click="saveToPhone()">
|
|
|
@@ -75,9 +75,9 @@
|
|
|
</view>
|
|
|
<view class="btns ddflex" v-if="!cardId" style="justify-content: center;">
|
|
|
<view class="share-ta ddflex" style="background: linear-gradient(84deg, #6FE5BC 0%, #27D699 100%);width: 260rpx;margin-right: 30rpx;"
|
|
|
- @click="jumpUrl('/card/poster/poster?id'+cardInfo.id)">
|
|
|
+ >
|
|
|
<image src="/card/static/images/wdmp.png"></image>我的名片码</view>
|
|
|
- <view open-type="share" class="share-ta ddflex" style="background: linear-gradient(80deg, #FF985A 0%, #FF5700 100%);width:260rpx;"
|
|
|
+ <view class="share-ta ddflex" style="background: linear-gradient(80deg, #FF985A 0%, #FF5700 100%);width:260rpx;"
|
|
|
>
|
|
|
<image src="/card/static/images/fx.png"></image>发送名片</view>
|
|
|
</view>
|