feat: update gift shop exchange prompt and promote page UI

This commit is contained in:
xin 2026-02-04 18:02:57 +08:00
parent 88ffbbc0a3
commit 5dff46f5b7
4 changed files with 4 additions and 15 deletions

View File

@ -124,7 +124,7 @@ Page({
onGiftTap(e) { onGiftTap(e) {
wx.showModal({ wx.showModal({
title: '提示', title: '提示',
content: '请下载app端进行兑换', content: '请联系在线客服',
showCancel: false, showCancel: false,
confirmText: '知道了' confirmText: '知道了'
}) })

View File

@ -124,14 +124,7 @@ Page({
}) })
}, },
/** // goToReferrals removed
* 跳转到全部推荐用户列表
*/
goToReferrals() {
wx.navigateTo({
url: '/pages/referrals/referrals'
})
},
/** /**
* 返回上一页 * 返回上一页

View File

@ -36,11 +36,7 @@
<view class="panel-header"> <view class="panel-header">
<view class="header-left"> <view class="header-left">
<view class="purple-dot"></view> <view class="purple-dot"></view>
<text class="panel-title">已推广用户</text> <text class="panel-title">推广列表</text>
</view>
<view class="header-right" bindtap="goToReferrals">
<text class="see-all">全部</text>
<app-icon name="chevron-right" size="24" color="#B06AB3" />
</view> </view>
</view> </view>

View File

@ -1,6 +1,6 @@
{ {
"libVersion": "3.13.1", "libVersion": "3.13.1",
"projectname": "ai-c", "projectname": "ai-c-new",
"condition": {}, "condition": {},
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,