Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
9f78f0eb
Commit
9f78f0eb
authored
Aug 27, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f6e7c56e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
index.vue
pages/microShop/index/index.vue
+2
-2
goodsEdit.vue
pages/microShop/storeManagement/goodsEdit.vue
+8
-5
storeManagement.vue
pages/microShop/storeManagement/storeManagement.vue
+1
-1
No files found.
pages/microShop/index/index.vue
View file @
9f78f0eb
...
...
@@ -469,13 +469,13 @@
this
.
QRcodeShow
=
true
;
let
that
=
this
let
UserInfo
=
uni
.
getStorageSync
(
'mall_UserInfo'
)
?
uni
.
getStorageSync
(
'mall_UserInfo'
):{};
let
SmallShopId
=
UserInfo
.
SmallShopId
?
UserInfo
.
SmallShopId
:
0
uni
.
showNavigationBarLoading
();
that
.
request2
(
{
url
:
'/api/AppletUser/GetWeiXinQRCodeForAppletSmallShops'
,
data
:
{
Path
:
'pages/index/index?user_id='
+
UserInfo
.
UserId
+
'&SmallShopId='
+
UserInfo
.
SmallShopId
,
Path
:
'pages/index/index?user_id='
+
UserInfo
.
UserId
+
'&SmallShopId='
+
SmallShopId
,
With
:
212
,
}
},
...
...
pages/microShop/storeManagement/goodsEdit.vue
View file @
9f78f0eb
...
...
@@ -47,13 +47,13 @@
</view>
<view
class=
"Sitem_k"
v-if=
"x.PriceType ==1 "
style=
"display: flex;flex-direction: row;align-items: center"
>
<view
style=
"width: 44px;"
>
百分比:
</view>
<input
class=
"uni-input inputM Sitem_k"
v-model=
"x.UpPrice"
@
blur=
'verification(x,index2)'
/>
%
</view>
<view
class=
"Sitem_k"
v-if=
"x.PriceType ==2 "
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"width: 44px;"
>
国定金额:
</view>
<input
class=
"uni-input inputM Sitem_k"
v-model=
"x.UpPrice"
@
blur=
'verification(x,index2)'
/>
元
</view>
...
...
@@ -80,7 +80,7 @@
<view></view>
<span
v-if=
"editMsg.PriceType==1"
style=
'font-size: 14px;color: #08090E;'
>
百分比
</span>
<span
v-if=
"editMsg.PriceType==2"
style=
'font-size: 14px;color: #08090E;'
>
固定金额
</span>
<span
v-if=
"editMsg.PriceType==
null
"
style=
'font-size: 14px;color: #08090E;'
>
请选择
</span>
<span
v-if=
"editMsg.PriceType==
0
"
style=
'font-size: 14px;color: #08090E;'
>
请选择
</span>
<u-icon
name=
"arrow-down"
size=
"20"
color=
"#000"
></u-icon>
</view>
<span
v-if=
"editMsg.PriceType==1"
style=
'font-size: 11px;'
>
百分比范围:
{{
editMsg
.
CustomMinPriceRate
}}
% ~
{{
editMsg
.
CustomMaxPriceRate
}}
%
</span>
...
...
@@ -503,12 +503,15 @@
-webkit-box-orient
:
vertical
;
}
.Sitem_k
{
width
:
3
5%
;
width
:
2
5%
;
text-align
:
center
;
/* line-height: 25px; */
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
justify-content
:
center
;
}
.goodsEditStyle
.inputM
{
width
:
45
%
;
width
:
60
%
;
border
:
1px
solid
#E2E2E2
;
margin
:
0
3px
;
}
...
...
pages/microShop/storeManagement/storeManagement.vue
View file @
9f78f0eb
...
...
@@ -69,7 +69,7 @@
<view
class=
"box_c_name"
>
{{
item
.
Name
}}
</view>
<view
style=
"width:100%;height: 20px;display: flex;align-items: center;justify-content: flex-end;"
>
<view
style=
"width: 20px;height: 20px;align-items: center;justify-content: center;display: flex;"
@
click=
"itemEdit(item)"
>
<image
src=
"../../../static/images/edit.png"
style=
"width:
15px;height: 15
px;"
></image>
<image
src=
"../../../static/images/edit.png"
style=
"width:
20px;height: 20
px;"
></image>
</view>
</view>
</view>
...
...
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