update interest partner modal subtitle

This commit is contained in:
xin 2026-02-04 22:31:47 +08:00
parent 54515c6e23
commit 2174aaada5
2 changed files with 5 additions and 4 deletions

View File

@ -1738,9 +1738,10 @@ Page({
onSendGift() { onSendGift() {
this.setData({ showMorePanel: false }) this.setData({ showMorePanel: false })
// 加载礼物列表 wx.showToast({
this.loadGiftList() title: '暂无权限',
this.setData({ showGiftPopup: true }) icon: 'none'
})
}, },
/** /**

View File

@ -109,7 +109,7 @@
<view class="modal-title">{{selectedPartner.group_name || '加入兴趣群'}}</view> <view class="modal-title">{{selectedPartner.group_name || '加入兴趣群'}}</view>
<!-- 副标题 --> <!-- 副标题 -->
<view class="modal-subtitle">{{selectedPartner.group_description || '找到志同道合的伙伴'}}</view> <view class="modal-subtitle">加入感兴趣的搭子,找到志同道合朋友</view>
<!-- 二维码容器 --> <!-- 二维码容器 -->
<view class="qrcode-container"> <view class="qrcode-container">