update interest partner modal subtitle
This commit is contained in:
parent
54515c6e23
commit
2174aaada5
|
|
@ -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'
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user