Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
cde17a46
Commit
cde17a46
authored
Jun 24, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ff4aa76d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
12 deletions
+18
-12
balance.vue
pages/balance/balance.vue
+2
-2
recharge.vue
pages/balance/recharge.vue
+2
-2
index.vue
pages/member/index/index.vue
+2
-2
share-qrcode.vue
pages/share-qrcode/share-qrcode.vue
+12
-6
No files found.
pages/balance/balance.vue
View file @
cde17a46
...
...
@@ -3,9 +3,9 @@
<view
class=
"balance_top"
>
<Text
style=
'margin-top:50rpx ;color: #fff;;font-size: 24rpx;'
>
账户余额(元)
</Text>
<Text
style=
'margin-top:50rpx ;color: #fff;;font-size: 36px;'
>
{{
balance
}}
</Text>
<view
class=
"recharge"
@
click=
"goUrl()"
>
<
!--
<
view
class=
"recharge"
@
click=
"goUrl()"
>
<Text
style=
'color: #fff;;font-size: 28rpx;'
>
充值
</Text>
</view>
</view>
-->
<!-- TODO 暂无余额说明 -->
<u-icon
name=
"question-o"
color=
"#fff"
class=
'explain'
size=
"36"
@
click=
"goUrl('/pages/balance/rules')"
></u-icon>
</view>
...
...
pages/balance/recharge.vue
View file @
cde17a46
...
...
@@ -19,11 +19,11 @@
<!-- TODO 充值金额的列表-->
</View>
<view
class=
'button'
<
!--
<
view
class=
'button'
:style=
"
{'background':mainColor}"
@click="btn_recharge">
<Text>
立即充值
</Text>
</view>
</view>
-->
<view
class=
"title"
style=
"margin-top: 30rpx;"
>
<view
class=
"title_l"
:style=
"
{'background':mainColor}">
</view>
<Text
style=
'margin-left: 20rpx;font-size: 26rpx;'
>
充值说明
</Text>
...
...
pages/member/index/index.vue
View file @
cde17a46
...
...
@@ -17,9 +17,9 @@
<Text
style=
'font-size: 10px;'
>
账号余额
</Text>
<Text
style=
'font-size: 22px;'
>
¥0.5
</Text>
</view>
<view
class=
'balance_r'
@
click=
"gobalance()"
>
<
!--
<
view
class=
'balance_r'
@
click=
"gobalance()"
>
<Text>
去充值
</Text>
</view>
</view>
-->
</view>
<view
style=
"width: 100%;height: 200px;border-radius: 10px;overflow: hidden;margin-top: 10px;"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/user_cardmember-0.png"
mode=
'aspectFill'
style=
"width: 100%;height: 100%;"
></image>
...
...
pages/share-qrcode/share-qrcode.vue
View file @
cde17a46
...
...
@@ -59,20 +59,26 @@
);
},
getWeiXinQRCode
(){
let
that
=
this
uni
.
showNavigationBarLoading
();
th
is
.
request2
(
th
at
.
request2
(
{
url
:
'/api/AppletUser/GetWeiXinQRCodeForApplet'
,
data
:
{
Path
:
'pages/index/index?pid='
+
th
is
.
UserInfo
.
UserId
,
With
:
th
is
.
qrcode
.
QrCodeSize
,
Path
:
'pages/index/index?pid='
+
th
at
.
UserInfo
.
UserId
,
With
:
th
at
.
qrcode
.
QrCodeSize
,
}
},
(
res
)
=>
{
uni
.
hideNavigationBarLoading
()
this
.
fenxqrcode
=
this
.
host2
+
res
.
data
;
console
.
log
(
this
.
fenxqrcode
)
this
.
drawCtx
();
// that.fenxqrcode = that.host2+res.data;
that
.
fenxqrcode
=
'https://mallapi.oytour.com/upfile/temporary/864369a3-8da8-4735-bcc8-a2dfe5c6f357.jpg'
console
.
log
(
that
.
fenxqrcode
)
let
tmpTimeout
=
setTimeout
(()
=>
{
that
.
drawCtx
();
clearTimeout
(
tmpTimeout
)
},
100
)
}
);
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment