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
ce352710
Commit
ce352710
authored
Nov 03, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6be248dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
745 additions
and
425 deletions
+745
-425
address.vue
pages/MallMange/address.vue
+300
-395
order.vue
pages/MallMange/order.vue
+2
-2
set.vue
pages/MallMange/set.vue
+443
-28
No files found.
pages/MallMange/address.vue
View file @
ce352710
This diff is collapsed.
Click to expand it.
pages/MallMange/order.vue
View file @
ce352710
...
...
@@ -195,7 +195,7 @@
</scroll-view>
</view>
<!-- 加载中 -->
<view
class=
"flex-center"
style=
"margin-top: 20rpx"
v-if=
"loading"
>
<view
class=
"flex-center
loading
"
style=
"margin-top: 20rpx"
v-if=
"loading"
>
<u-loading
mode=
"flower"
size=
"48"
></u-loading>
<text
style=
"color: #999"
>
加载中...
</text>
</view>
...
...
@@ -230,7 +230,7 @@ export default {
days
.
push
(
i
);
}
return
{
orderType
:
2
,
//1普通订单,2售后订单
orderType
:
1
,
//1普通订单,2售后订单
loading
:
false
,
status
:
"loadmore"
,
loadText
:
{
...
...
pages/MallMange/set.vue
View file @
ce352710
This diff is collapsed.
Click to expand it.
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