Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
3cd7e3e4
Commit
3cd7e3e4
authored
Aug 14, 2024
by
刘玉宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
头部
parent
99b6ee4a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
8 deletions
+6
-8
addressEdit.vue
src/pages/address/addressEdit.vue
+1
-2
addressList.vue
src/pages/address/addressList.vue
+1
-1
remark.vue
src/pages/order/remark.vue
+0
-2
detail.vue
src/pages/storeEntry/detail.vue
+3
-1
index.vue
src/pages/storeEntry/index.vue
+1
-2
No files found.
src/pages/address/addressEdit.vue
View file @
3cd7e3e4
<
template
>
<view
class=
"container"
>
<Header
:title=
"newAddressFlag ? '新增收货地址' : '编辑收货地址'"
></Header>
<Search
:showTitle=
"true"
:title=
"newAddressFlag ? '新增收货地址' : '编辑收货地址'"
backgroundBox=
"white"
></Search>
<view
class=
"content"
>
<wd-form
ref=
"reForm"
:model=
"forMData"
id=
"form"
>
<wd-cell-group>
...
...
src/pages/address/addressList.vue
View file @
3cd7e3e4
<
template
>
<view
class=
"container"
>
<Search
:showTitle=
"true"
title=
"地址管理"
backgroundBox=
"white"
/>
<Search
:showTitle=
"true"
title=
"地址管理"
backgroundBox=
"white"
/>
<view
class=
"content"
>
<view
class=
"empty_list"
v-if=
"isAdressEmpty"
>
<img
src=
"@/static/address/address.png"
/>
...
...
src/pages/order/remark.vue
View file @
3cd7e3e4
...
...
@@ -72,11 +72,9 @@
</view>
</
template
>
<
script
setup
lang=
"ts"
>
import
Header
from
'./components/Header/index.vue'
;
import
{
getToken
}
from
'@/utils/auth'
;
import
{
evaluation
}
from
'@/api/order'
;
import
{
useToast
}
from
'wot-design-uni'
;
import
Search
from
'@/components/index/Search.vue'
;
const
uToast
=
useToast
();
const
form
=
ref
();
const
token
=
getToken
();
...
...
src/pages/storeEntry/detail.vue
View file @
3cd7e3e4
<
template
>
<view
class=
"container"
>
<Header
title=
"商家入驻"
></Header>
<Search
:showTitle=
"true"
title=
"商家入驻"
backgroundBox=
"white"
></Search>
<view
class=
"content"
>
<view
class=
"formmain"
>
<wd-form
ref=
"form"
:model=
"formData"
:rules=
"rules"
>
...
...
src/pages/storeEntry/index.vue
View file @
3cd7e3e4
<
template
>
<view
class=
"container"
>
<Header
title=
"我的店铺"
></Header>
<Search
:showTitle=
"true"
title=
"我的店铺"
backgroundBox=
"white"
></Search>
<view
class=
"content"
>
<!-- 列表 -->
<view
class=
"listcon"
>
...
...
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