From 45ac83ed94eff91b95139a6d97b8ae560b49e732 Mon Sep 17 00:00:00 2001 From: zdx <731335498@qq.com> Date: Thu, 31 Dec 2020 08:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=8E=88=E6=9D=83=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.js | 1 + pages/user/index.wxml | 103 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 101 insertions(+), 3 deletions(-) diff --git a/pages/user/index.js b/pages/user/index.js index 5cb044f..ba26be8 100644 --- a/pages/user/index.js +++ b/pages/user/index.js @@ -35,6 +35,7 @@ Page({ }) }, goLogin(){ + console.log('点击了去登陆'); wx.navigateTo({ url: '/pages/login/login', }) diff --git a/pages/user/index.wxml b/pages/user/index.wxml index 201a993..f03eea7 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -109,8 +109,105 @@ - - 去登陸 - \ No newline at end of file + + + + 游客用户{{info.vip.is_vip?'会员':'游客'}} + + + + + 升级VIP会员 享会员特权 + + + 立即开通 + + + + + + + + + 我的卡券 + + + + + + 我的订单 + + + + + + 分享海报 + + + + + 更多服务 + + + + + + + 活动参与 + + + + + + 项目预购 + + + + + {{info.cart_counts}} + + 我的购物车 + + + + 客服服务 + + + + + + 收货地址 + + + + + + 项目关注 + + + + + + 区块链证书 + + + + + + 企获客广场 + + + + + + 设置 + + + + + \ No newline at end of file