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
aa23842a
Commit
aa23842a
authored
Aug 19, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
f6aa298d
3ef34930
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
.env.production
.env.production
+3
-3
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+2
-2
index.vue
src/pages/index/index.vue
+4
-1
No files found.
.env.production
View file @
aa23842a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
VITE_APP_ENV = 'production'
VITE_APP_ENV = 'production'
# URL路径
# URL路径
VITE_APP_BASE_URL = 'http
://test.rhhzkj.com:8080
'
VITE_APP_BASE_URL = 'http
s://api.rddyz.com
'
# 照片url路径
# 照片url路径
VITE_APP_IMG_URL = 'http://file.rhhzkj.com:8080'
VITE_APP_IMG_URL = 'https://file.rddyz.com'
\ No newline at end of file
\ No newline at end of file
src/pages/assistingAgriculture/index/presale.vue
View file @
aa23842a
...
@@ -404,14 +404,14 @@ page {
...
@@ -404,14 +404,14 @@ page {
width
:
360rpx
;
width
:
360rpx
;
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
height
:
442rpx
;
}
}
.wt-item
{
.wt-item
{
border-radius
:
8px
8px
8px
8
px
;
border-radius
:
16rpx
16rpx
16rpx
16r
px
;
margin-bottom
:
15rpx
;
margin-bottom
:
15rpx
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
margin-left
:
10rpx
;
margin-left
:
10rpx
;
height
:
max-content
;
}
}
.item-img
image
{
.item-img
image
{
...
...
src/pages/index/index.vue
View file @
aa23842a
...
@@ -272,7 +272,10 @@ const getCouponMainList = () => {
...
@@ -272,7 +272,10 @@ const getCouponMainList = () => {
const
receive
=
(
data
)
=>
{
const
receive
=
(
data
)
=>
{
if
(
data
.
couponType
===
'mch'
&&
data
.
numState
===
0
)
{
if
(
data
.
couponType
===
'mch'
&&
data
.
numState
===
0
)
{
receiveCoupon
([
data
.
couponYzfId
]).
then
((
res
)
=>
{
receiveCoupon
([
data
.
couponYzfId
]).
then
((
res
)
=>
{
// console.log('打印', res);
xma
.
showToast
({
title
:
'领取成功!'
,
icon
:
'none'
,
});
});
});
}
}
};
};
...
...
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