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
126b5c88
Commit
126b5c88
authored
Aug 14, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
eb3f1880
c0de0454
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
11 deletions
+9
-11
addressEdit.vue
src/pages/address/addressEdit.vue
+2
-3
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
+4
-2
index.vue
src/pages/storeEntry/index.vue
+2
-3
No files found.
src/pages/address/addressEdit.vue
View file @
126b5c88
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<Header
:title=
"newAddressFlag ? '新增收货地址' : '编辑收货地址'"
></Header>
<Search
:showTitle=
"true"
:title=
"newAddressFlag ? '新增收货地址' : '编辑收货地址'"
backgroundBox=
"white"
></Search>
<view
class=
"content"
>
<view
class=
"content"
>
<wd-form
ref=
"reForm"
:model=
"forMData"
id=
"form"
>
<wd-form
ref=
"reForm"
:model=
"forMData"
id=
"form"
>
<wd-cell-group>
<wd-cell-group>
...
@@ -177,7 +176,7 @@ page {
...
@@ -177,7 +176,7 @@ page {
font-feature-settings
:
'kern'
on
;
font-feature-settings
:
'kern'
on
;
.content
{
.content
{
padding-top
:
88rpx
;
//
padding-top: 88rpx;
#form
{
#form
{
width
:
710rpx
;
width
:
710rpx
;
...
...
src/pages/address/addressList.vue
View file @
126b5c88
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<Search
:showTitle=
"true"
title=
"地址管理"
backgroundBox=
"white"
/>
<Search
:showTitle=
"true"
title=
"地址管理"
backgroundBox=
"white"
/>
<view
class=
"content"
>
<view
class=
"content"
>
<view
class=
"empty_list"
v-if=
"isAdressEmpty"
>
<view
class=
"empty_list"
v-if=
"isAdressEmpty"
>
<img
src=
"@/static/address/address.png"
/>
<img
src=
"@/static/address/address.png"
/>
...
...
src/pages/order/remark.vue
View file @
126b5c88
...
@@ -72,11 +72,9 @@
...
@@ -72,11 +72,9 @@
</view>
</view>
</
template
>
</
template
>
<
script
setup
lang=
"ts"
>
<
script
setup
lang=
"ts"
>
import
Header
from
'./components/Header/index.vue'
;
import
{
getToken
}
from
'@/utils/auth'
;
import
{
getToken
}
from
'@/utils/auth'
;
import
{
evaluation
}
from
'@/api/order'
;
import
{
evaluation
}
from
'@/api/order'
;
import
{
useToast
}
from
'wot-design-uni'
;
import
{
useToast
}
from
'wot-design-uni'
;
import
Search
from
'@/components/index/Search.vue'
;
const
uToast
=
useToast
();
const
uToast
=
useToast
();
const
form
=
ref
();
const
form
=
ref
();
const
token
=
getToken
();
const
token
=
getToken
();
...
...
src/pages/storeEntry/detail.vue
View file @
126b5c88
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<Header
title=
"商家入驻"
></Header>
<Search
:showTitle=
"true"
title=
"商家入驻"
backgroundBox=
"white"
></Search>
<view
class=
"content"
>
<view
class=
"content"
>
<view
class=
"formmain"
>
<view
class=
"formmain"
>
<wd-form
ref=
"form"
:model=
"formData"
:rules=
"rules"
>
<wd-form
ref=
"form"
:model=
"formData"
:rules=
"rules"
>
...
@@ -836,7 +838,7 @@ page {
...
@@ -836,7 +838,7 @@ page {
padding-bottom
:
40rpx
;
padding-bottom
:
40rpx
;
.content
{
.content
{
padding-top
:
88rpx
;
//
padding-top: 88rpx;
padding-bottom
:
44rpx
;
padding-bottom
:
44rpx
;
}
}
...
...
src/pages/storeEntry/index.vue
View file @
126b5c88
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<Header
title=
"我的店铺"
></Header>
<Search
:showTitle=
"true"
title=
"我的店铺"
backgroundBox=
"white"
></Search>
<view
class=
"content"
>
<view
class=
"content"
>
<!-- 列表 -->
<!-- 列表 -->
<view
class=
"listcon"
>
<view
class=
"listcon"
>
...
@@ -124,7 +123,7 @@ const deleteShop = (shopId) => {
...
@@ -124,7 +123,7 @@ const deleteShop = (shopId) => {
min-height
:
calc
(
100vh
-
160rpx
);
min-height
:
calc
(
100vh
-
160rpx
);
.content
{
.content
{
padding-top
:
88rpx
;
//
padding-top: 88rpx;
.listcon
{
.listcon
{
margin-top
:
10px
;
margin-top
:
10px
;
...
...
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