Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
21e2f630
Commit
21e2f630
authored
Jan 01, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
1f44c1fd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
myInfo.vue
pages/my/myInfo.vue
+4
-3
order.vue
pages/order/order.vue
+1
-1
orderResult.vue
pages/orderResult/orderResult.vue
+1
-1
No files found.
pages/my/myInfo.vue
View file @
21e2f630
...
...
@@ -11,7 +11,7 @@
</view>
</view>
<view
class=
"flex-col margin-left"
>
<text
class=
"text-title text-lg text-bold text-xxl"
>
{{
userInfo
.
nickName
||
"凑角
001"
}}
</text>
<text
class=
"text-title text-lg text-bold text-xxl"
>
{{
userInfo
.
nickName
||
"凑角
_"
+
userName
}}
</text>
<!--
<view
class=
"flex-row"
style=
"margin-top: 10rpx;"
>
<text
class=
"cuIcon-hotfill text-white"
></text>
<text
class=
"text-white text-lg"
>
会员用户
</text>
...
...
@@ -173,7 +173,8 @@
name
:
""
,
password
:
''
},
servicePhone
:
''
servicePhone
:
''
,
userName
:
''
}
},
onShow
()
{
...
...
@@ -212,9 +213,9 @@
console
.
log
(
res
)
if
(
res
.
data
.
code
==
200
){
this
.
userInfo
=
res
.
data
.
data
;
this
.
userName
=
this
.
userInfo
.
phone
.
slice
(
-
4
);
uni
.
setStorageSync
(
'userInfo'
,
this
.
userInfo
)
this
.
loginStatus
=
true
;
// this.loginStatus = false;
}
})
},
...
...
pages/order/order.vue
View file @
21e2f630
...
...
@@ -78,7 +78,7 @@
</view>
</view>
</scroll-view>
<view
class=
"flex-col tip-box"
>
<view
v-if=
"packageMode[modeIndex].remark"
class=
"flex-col tip-box"
>
<text
class=
""
style=
"margin-bottom: 12upx;"
>
套餐说明:
</text>
<text
class=
"text-sm"
>
{{
packageMode
[
modeIndex
].
remark
}}
</text>
</view>
...
...
pages/orderResult/orderResult.vue
View file @
21e2f630
...
...
@@ -71,7 +71,7 @@
<view
class=
"flex-between"
>
<text
class=
"text-gray"
>
实付金额
</text>
<view
class=
"flex-row"
style=
"align-items: center;"
>
<text
class=
"text-pink text-bold text-xxl"
>
{{
orderInfo
.
payPrice
||
'
-
'
}}
</text>
<text
class=
"text-pink text-bold text-xxl"
>
{{
orderInfo
.
payPrice
||
'
0
'
}}
</text>
<text
style=
"margin-left: 4upx;"
>
元
</text>
</view>
</view>
...
...
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