Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
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
Administrator
jd-vx-app
Commits
1d55d7b5
Commit
1d55d7b5
authored
May 27, 2022
by
fwz
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_jd' into dev_jd
parents
f5072243
5e5ef633
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
main.js
main.js
+1
-1
manifest.json
manifest.json
+1
-1
personal.vue
pages/personal.vue
+1
-1
my2.jpg
static/my/my2.jpg
+0
-0
No files found.
main.js
View file @
1d55d7b5
...
...
@@ -12,7 +12,7 @@ import scrollList from "@/common/scroll-list/scroll-list";
Vue
.
use
(
uView
);
Vue
.
prototype
.
http
=
http
// 订阅消息模板id
Vue
.
prototype
.
nc_templateid
=
'
59-hfHg3CnDvgVEnjqxiHRFwpABehc5lZxHQeUctlrg
'
Vue
.
prototype
.
nc_templateid
=
'
7iCStgZrlPdT6FYtybl5orIHVjGBENdm8MsOTNN7iMk
'
App
.
mpType
=
'app'
Vue
.
component
(
'ActiveForm'
,
ActiveForm
)
Vue
.
component
(
'scrollList'
,
scrollList
)
...
...
manifest.json
View file @
1d55d7b5
...
...
@@ -59,7 +59,7 @@
"quickapp"
:
{},
/*
小程序特有相关
*/
"mp-weixin"
:
{
"appid"
:
"wx
8fd4dc1c4b9f6f41
"
,
"appid"
:
"wx
237e45bea2220a37
"
,
"setting"
:
{
"urlCheck"
:
false
,
"minified"
:
true
,
...
...
pages/personal.vue
View file @
1d55d7b5
...
...
@@ -11,7 +11,7 @@
<div
class=
"ps__info"
>
<div
class=
"info__cover"
>
<image
v-if=
"avatar"
:src=
"avatar"
/>
<image
v-else
src=
"@/static/my/my2.
pn
g"
/>
<image
v-else
src=
"@/static/my/my2.
jp
g"
/>
</div>
<div>
<div
class=
"info__name"
>
{{
userInfo
.
nickName
||
'默认昵称'
}}
</div>
...
...
static/my/my2.jpg
0 → 100644
View file @
1d55d7b5
28.1 KB
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