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
4d892ef8
Commit
4d892ef8
authored
Oct 14, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
69e25c2b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
25 deletions
+48
-25
u-search.vue
node_modules/uview-ui/components/u-search/u-search.vue
+3
-0
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+24
-25
user-center.vue
pages/user-center/user-center.vue
+21
-0
No files found.
node_modules/uview-ui/components/u-search/u-search.vue
View file @
4d892ef8
...
...
@@ -259,6 +259,9 @@ export default {
line-height
:
1
;
margin
:
0
10rpx
;
color
:
$u-tips-color
;
// #ifdef MP-ALIPAY
background-color
:
transparent
;
// #endif
}
.u-close-wrap
{
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
4d892ef8
...
...
@@ -912,19 +912,18 @@
</button>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<button
class=
"jz_ConButton"
style=
"margin-right:20rpx;"
>
<contact-button
tnt-inst-id=
"QqR_ZV6m"
scene=
"SCE01203509"
icon=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size=
"38rpx"
:alipay-card-no=
"2088+UserId"
:ext-info=
"encodeURIComponent({'appId':'2021002181604459'})"
>
</contact-button>
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
<!-- #endif -->
<button
class=
"jz_ConButton"
style=
"margin-right: 20rpx"
>
<contact-button
tnt-inst-id=
"QqR_ZV6m"
scene=
"SCE01203509"
icon=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size=
"38rpx"
>
<!-- :ext-info="encodeURIComponent({ appId: 2021002181604459 })" -->
</contact-button>
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
<!-- #endif -->
<view
class=
"jz_OrderNow"
@
click=
"goReserce()"
>
立即预定
</view>
</view>
</view>
...
...
@@ -952,20 +951,20 @@
alt=
""
/>
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
</button>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<button
class=
"jz_ConButton"
style=
"margin-right:20rpx;
"
>
<contact-button
tnt-inst-id=
"QqR_ZV6m"
scene=
"SCE01203509"
icon=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size=
"38rpx"
ext-info=
"encodeURIComponent({'appId':'2021002181604459'})"
>
</contact-button>
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
<button
class=
"jz_ConButton"
style=
"margin-right: 20rpx
"
>
<contact-button
tnt-inst-id=
"QqR_ZV6m"
scene=
"SCE01203509"
icon=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/CustomizedCar/kefu.png"
size=
"38rpx"
>
<!-- :ext-info="encodeURIComponent({ appId: 2021002181604459 })" --
>
</contact-button>
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
<!-- #endif -->
<view
class=
"jz_OrderNow disable"
v-if=
"currentPrice.remainNum <= 0"
>
已售罄
</view
...
...
pages/user-center/user-center.vue
View file @
4d892ef8
...
...
@@ -533,11 +533,32 @@
>
{{
item
.
name
}}
</Text>
<!-- #ifdef MP-WEIXIN -->
<button
open-type=
"contact"
class=
"contButton"
v-if=
"item.link_url == 'contact' && item.name == '客服'"
></button>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<view
class=
"contButton"
style=
"
display: flex;
justify-content: center;
align-items: center;
"
v-if=
"item.link_url == 'contact' && item.name == '客服'"
>
<contact-button
tnt-inst-id=
"QqR_ZV6m"
scene=
"SCE01203509"
:icon=
"item.icon_url"
size=
"70rpx"
>
</contact-button>
</view>
<!-- #endif -->
</view>
</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