update interest partner modal subtitle
This commit is contained in:
parent
54515c6e23
commit
2174aaada5
|
|
@ -1738,9 +1738,10 @@ Page({
|
|||
onSendGift() {
|
||||
this.setData({ showMorePanel: false })
|
||||
|
||||
// 加载礼物列表
|
||||
this.loadGiftList()
|
||||
this.setData({ showGiftPopup: true })
|
||||
wx.showToast({
|
||||
title: '暂无权限',
|
||||
icon: 'none'
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
<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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user