Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
f32e1675
Commit
f32e1675
authored
Jun 04, 2021
by
ZJG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ad3655f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bookaCarList.vue
pages/guidecar/bookaCarList.vue
+1
-1
user-center.vue
pages/user-center/user-center.vue
+2
-2
No files found.
pages/guidecar/bookaCarList.vue
View file @
f32e1675
...
...
@@ -602,7 +602,7 @@
},
methods
:
{
getscroll
(
e
){
console
.
log
(
e
.
detail
.
scrollLeft
)
//
console.log(e.detail.scrollLeft)
},
yuding
(
x
){
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
...
...
pages/user-center/user-center.vue
View file @
f32e1675
...
...
@@ -70,10 +70,10 @@
<text>
{{
couponsObj
.
name
}}
</text>
</view>
</view>
<view
class=
"ReceiptAdder"
v-if=
"IsEducation!=1&&setting.is_show_korea!=undefined&&setting.is_show_korea==0"
@
click=
"goUrl('/pages/address/address')"
:style=
"
{top:modelstype==0?'160rpx':(modelstype==1?'180rpx':'160rpx')}">
<
!--
<
view
class=
"ReceiptAdder"
v-if=
"IsEducation!=1&&setting.is_show_korea!=undefined&&setting.is_show_korea==0"
@
click=
"goUrl('/pages/address/address')"
:style=
"
{top:modelstype==0?'160rpx':(modelstype==1?'180rpx':'160rpx')}">
<u-icon
name=
"location"
color=
"#fff"
size=
"23"
></u-icon>
<Text
style=
"color: #fff;font-size: 12px;margin-left: 20rpx;"
>
收货地址
</Text>
</view>
</view>
-->
<view
class=
"Receiptbalance"
v-if=
"meueData.user_center&&meueData.user_center.is_account_status == 1"
>
<view
class=
"Receiptbalance_item"
v-for=
"(item, index) in meueData.user_center.account"
:key=
"index"
v-if=
"item.link_url == '/pages/balance/balance'"
@
click=
"goUrl(item.link_url)"
>
...
...
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