Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
Project
Project
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
leiqingsong
XiTianSenMall
Commits
a672264b
Commit
a672264b
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
429d5356
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
BaseNavBar.vue
H5/src/components/BaseNavBar.vue
+1
-2
customer-service.vue
H5/src/views/customer-service.vue
+2
-1
settings.vue
H5/src/views/settings.vue
+2
-6
No files found.
H5/src/components/BaseNavBar.vue
View file @
a672264b
...
...
@@ -10,7 +10,6 @@
</
template
>
<
script
>
import
{
navigateBack
}
from
"@/utils/bridgeToAppFun"
;
export
default
{
name
:
"BaseNavBar"
,
props
:
{
...
...
@@ -38,7 +37,7 @@ export default {
];
if
(
whiteList
.
indexOf
(
currentPage
)
>
-
1
)
{
try
{
navigateBack
();
this
.
$bridgeToAppFun
.
navigateBack
();
}
catch
{
console
.
log
(
"不能交互"
);
}
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/customer-service.vue
View file @
a672264b
...
...
@@ -16,8 +16,9 @@
<div
class=
"save-code"
>
<p>
保存二维码
</p>
<p>
打开微信扫一扫添加客服
</p>
<p>
请截图保存!
</p>
</div>
<
van-button>
保存
</van-button
>
<
!--
<van-button>
保存
</van-button>
--
>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/settings.vue
View file @
a672264b
...
...
@@ -3,11 +3,7 @@
<van-cell-group
class=
"group-1"
>
<van-cell
title=
"用户名"
:value=
"$userId"
/>
<van-cell
is-link
center
title=
"头像"
@
click=
"onModefy"
>
<img
class=
"avatar-img"
:src=
"imgBaseUrl + avatar"
alt=
"头像"
/>
<img
class=
"avatar-img"
:src=
"imgBaseUrl + avatar"
alt=
"头像"
/>
</van-cell>
</van-cell-group>
<van-cell-group>
...
...
@@ -59,7 +55,7 @@ export default {
name
:
"Settings"
,
data
()
{
return
{
imgBaseUrl
:
''
,
imgBaseUrl
:
""
,
avatar
:
""
,
fileList
:
[],
fillCode
:
""
,
...
...
This diff is collapsed.
Click to expand it.
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