Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f9383e3e
authored
2019-11-05 19:04:38 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
30f426cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
src/pages/gift-detail/gift-detail.js
src/pages/user-center/user-center.wxml
src/pages/gift-detail/gift-detail.js
View file @
f9383e3
...
...
@@ -86,7 +86,7 @@ Page({
commonTipsCompVisible
:
true
,
cid
:
"2"
,
innerTitle
:
"账号未审核"
,
innerText
:
"通过认证的用户才能兑换礼品哦,快去提交资"
,
innerText
:
"通过认证的用户才能兑换礼品哦,快去提交资
料
"
,
innerButton
:
"马上去验证"
,
});
reject
();
...
...
@@ -189,6 +189,7 @@ Page({
// 隐藏弹窗
case
"_evt_common_comp_button"
:
this
.
hideMask
();
console
.
log
(
"data.cid:"
,
data
.
cid
);
switch
(
data
.
cid
)
{
// 积分不足
case
"1"
:
...
...
@@ -209,8 +210,8 @@ Page({
// 兑换成功
case
"_evt_order_submit_success"
:
app
.
router
.
push
({
path
:
"giftShop"
,
openType
:
"switchTab"
path
:
"giftShop"
,
openType
:
"switchTab"
})
break
;
...
...
src/pages/user-center/user-center.wxml
View file @
f9383e3
...
...
@@ -62,8 +62,8 @@
</view>
<!-- 功能区 -->
<view class="border func">
<view class="my-qrcode">
<image
bindtap="onMyQrcodeHandler"
class="qrcode" mode="widthFix" src="../../image/icon/icon-qrcode.png" />
<view
bindtap="onMyQrcodeHandler"
class="my-qrcode">
<image class="qrcode" mode="widthFix" src="../../image/icon/icon-qrcode.png" />
<view class="t1">我的二维码</view>
</view>
<!-- 功能区 -->
...
...
Please
register
or
sign in
to post a comment