|
@@ -3,8 +3,8 @@
|
|
|
<view class="room-code__title">房间码</view>
|
|
|
<view class="room-code__value">{{ code }}</view>
|
|
|
<view class="room-code__actions">
|
|
|
- <nut-button size="small" type="primary" @click="handleShare">分享房间</nut-button>
|
|
|
- <nut-button size="small" plain @click="handleCopy">复制</nut-button>
|
|
|
+ <nut-button size="small" color="#FFB11B" @click="handleShare">邀请好友</nut-button>
|
|
|
+ <nut-button size="small" plain @click="handleCopy">复制房间码</nut-button>
|
|
|
</view>
|
|
|
|
|
|
<!-- 分享弹窗 -->
|