Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
80663367
Commit
80663367
authored
May 28, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同上
parent
7b1f42ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/订单管理/普通商品修改价格/ChangeGoodsPriceVC.swift
...orm/ViewController/订单管理/普通商品修改价格/ChangeGoodsPriceVC.swift
+1
-1
GeliBusinessPlatform/ViewController/订单管理/查看全部/ShowAlGoodsViewController.swift
.../ViewController/订单管理/查看全部/ShowAlGoodsViewController.swift
+2
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
80663367
No preview for this file type
GeliBusinessPlatform/ViewController/订单管理/普通商品修改价格/ChangeGoodsPriceVC.swift
View file @
80663367
...
...
@@ -105,7 +105,7 @@ class ChangeGoodsPriceVC: BaseViewController , UITableViewDelegate, UITableView
let
rowModel
=
dataArr
!
[
indexPath
.
row
]
cell
.
goodsImgVire
.
sd_setImage
(
with
:
URL
(
string
:
SERVERCE_ImageHost
+
rowModel
.
goods_thumb
!
))
cell
.
goodsNameLbl
.
text
=
rowModel
.
goods_name
if
rowModel
?
.
goods_attr
!=
nil
{
if
rowModel
.
goods_attr
!=
nil
{
cell
.
attrrLbl
.
text
=
rowModel
.
goods_attr
}
else
{
...
...
GeliBusinessPlatform/ViewController/订单管理/查看全部/ShowAlGoodsViewController.swift
View file @
80663367
...
...
@@ -50,10 +50,10 @@ class ShowAlGoodsViewController: BaseViewController , UITableViewDelegate, UITa
let
rowModel
=
order_goods
!
[
indexPath
.
row
]
cell
.
nameLbl
.
text
=
rowModel
.
goods_name
if
rowModel
.
goods_attr
!=
nil
{
cell
.
detailLbl
.
text
=
"规格:"
+
rowModel
.
goods_attr
cell
.
detailLbl
.
text
=
"规格:"
+
rowModel
.
goods_attr
!
}
else
{
cell
.
detailLbl
.
text
=
"规格:"
+
"-"
cell
.
detailLbl
.
text
=
"规格:"
+
"-"
}
cell
.
priceLbl
.
text
=
"¥"
+
(
rowModel
.
goods_price
!
)
cell
.
iconImg
.
sd_setImage
(
with
:
URL
(
string
:
SERVERCE_ImageHost
+
(
rowModel
.
goods_thumb
)
!
))
...
...
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