Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
party-build-cloud
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
wangqinghua
party-build-cloud
Commits
714471a5
Commit
714471a5
authored
Dec 24, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
节日图片更新
parent
dda9bc0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
my-publish.html
src/pages/mine-pages/my-publish/my-publish.html
+2
-2
my-publish.ts
src/pages/mine-pages/my-publish/my-publish.ts
+0
-1
No files found.
src/pages/mine-pages/my-publish/my-publish.html
View file @
714471a5
...
...
@@ -36,7 +36,7 @@
</p>
</ion-col>
<ion-col
col-4
class=
"news-right"
>
<img
src=
"{{
picture+
new.imgUrl}}"
>
<img
src=
"{{new.imgUrl}}"
>
</ion-col>
</ion-row>
</ng-container>
...
...
@@ -76,7 +76,7 @@
</p>
</ion-col>
<ion-col
col-4
class=
"news-right"
>
<img
src=
"{{
picture+
new.imgUrl}}"
>
<img
src=
"{{new.imgUrl}}"
>
</ion-col>
</ion-row>
</ng-container>
...
...
src/pages/mine-pages/my-publish/my-publish.ts
View file @
714471a5
...
...
@@ -18,7 +18,6 @@ export class MyPublishPage {
publicList
=
[];
draftList
=
[];
changeType
=
1
;
picture
:
string
=
AppGlobal
.
domain
+
'/wisdomgroup'
;
constructor
(
public
navCtrl
:
NavController
,
public
navParams
:
NavParams
,
public
mineSer
:
MineService
,
public
commonSer
:
CommonService
)
{
...
...
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