Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
82b0187d
authored
Nov 21, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/shiyu/icsalesProgram
parents
baf36381
b2170d41
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
pages/detail/good/index.wxml
pages/form/bj/index.js
res/css/detail.wxss
pages/detail/good/index.wxml
View file @
82b0187d
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<view class="edit-good btn-com btn-com-b" wx:if="{{editOrShow==1}}" bindtap="editGood">
<view class="edit-good btn-com btn-com-b" wx:if="{{editOrShow==1}}" bindtap="editGood">
<text class="gt-t">编辑商品</text>
<text class="gt-t">编辑商品</text>
</view>
</view>
<view class="refresh-time btn-com btn-com-y" wx:if="{{editOrShow==1}}" bindtap="refreshGood">
<
!-- <
view class="refresh-time btn-com btn-com-y" wx:if="{{editOrShow==1}}" bindtap="refreshGood">
<text class="gt-t">擦亮商品</text>
<text class="gt-t">擦亮商品</text>
</view>
</view>
-->
</view>
</view>
\ No newline at end of file
pages/form/bj/index.js
View file @
82b0187d
...
@@ -127,7 +127,6 @@ Page({
...
@@ -127,7 +127,6 @@ Page({
type
:
options
.
type
||
""
,
type
:
options
.
type
||
""
,
obj
:
JSON
.
parse
(
options
.
obj
||
'{}'
)
obj
:
JSON
.
parse
(
options
.
obj
||
'{}'
)
});
});
console
.
log
(
this
.
data
.
obj
)
let
delivery_time
=
this
.
data
.
obj
.
delivery_time
;
let
delivery_time
=
this
.
data
.
obj
.
delivery_time
;
if
(
this
.
data
.
obj
.
currency
==
'2'
){
if
(
this
.
data
.
obj
.
currency
==
'2'
){
this
.
setData
({
this
.
setData
({
...
...
res/css/detail.wxss
View file @
82b0187d
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
}
}
.edit-good{
.edit-good{
position: absolute;
position: absolute;
bottom:
230
rpx;
bottom:
94
rpx;
left:0;
left:0;
right:0;
right:0;
}
}
...
...
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