feat: update gift shop exchange prompt and promote page UI
This commit is contained in:
parent
88ffbbc0a3
commit
5dff46f5b7
|
|
@ -124,7 +124,7 @@ Page({
|
|||
onGiftTap(e) {
|
||||
wx.showModal({
|
||||
title: '提示',
|
||||
content: '请下载app端进行兑换',
|
||||
content: '请联系在线客服',
|
||||
showCancel: false,
|
||||
confirmText: '知道了'
|
||||
})
|
||||
|
|
|
|||
|
|
@ -124,14 +124,7 @@ Page({
|
|||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 跳转到全部推荐用户列表
|
||||
*/
|
||||
goToReferrals() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/referrals/referrals'
|
||||
})
|
||||
},
|
||||
// goToReferrals removed
|
||||
|
||||
/**
|
||||
* 返回上一页
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"libVersion": "3.13.1",
|
||||
"projectname": "ai-c",
|
||||
"projectname": "ai-c-new",
|
||||
"condition": {},
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user