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) {
wx.showModal({
title: '提示',
content: '请下载app端进行兑换',
content: '请联系在线客服',
showCancel: false,
confirmText: '知道了'
})

View File

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

View File

@ -36,11 +36,7 @@
<view class="panel-header">
<view class="header-left">
<view class="purple-dot"></view>
<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" />
<text class="panel-title">推广列表</text>
</view>
</view>

View File

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