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
8c15e468
Commit
8c15e468
authored
Aug 19, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
300de802
4b04c7ea
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
.env.production
.env.production
+3
-3
index.vue
src/pages/index/index.vue
+4
-1
confirmOrder.vue
src/pages/shop/confirmOrder.vue
+1
-1
paymentSuccessful.vue
src/pages/shop/paymentSuccessful.vue
+1
-1
No files found.
.env.production
View file @
8c15e468
...
...
@@ -2,7 +2,7 @@
VITE_APP_ENV = 'production'
# URL路径
VITE_APP_BASE_URL = 'http
://test.rhhzkj.com:8080
'
VITE_APP_BASE_URL = 'http
s://api.rddyz.com
'
# 照片url路径
VITE_APP_IMG_URL = 'http://file.rhhzkj.com:8080'
\ No newline at end of file
VITE_APP_IMG_URL = 'https://file.rddyz.com'
\ No newline at end of file
src/pages/index/index.vue
View file @
8c15e468
...
...
@@ -272,7 +272,10 @@ const getCouponMainList = () => {
const
receive
=
(
data
)
=>
{
if
(
data
.
couponType
===
'mch'
&&
data
.
numState
===
0
)
{
receiveCoupon
([
data
.
couponYzfId
]).
then
((
res
)
=>
{
// console.log('打印', res);
xma
.
showToast
({
title
:
'领取成功!'
,
icon
:
'none'
,
});
});
}
};
...
...
src/pages/shop/confirmOrder.vue
View file @
8c15e468
...
...
@@ -541,7 +541,7 @@ page {
border-radius
:
16
*
2rpx
;
margin
:
0
auto
;
box-sizing
:
border-box
;
margin-top
:
108
rpx
;
margin-top
:
20
rpx
;
background
:
#ffffff
;
display
:
flex
;
flex-direction
:
column
;
...
...
src/pages/shop/paymentSuccessful.vue
View file @
8c15e468
...
...
@@ -108,7 +108,7 @@ page {
.container
{
.content
{
padding-top
:
44
px
;
padding-top
:
20
px
;
display
:
flex
;
flex-direction
:
column
;
gap
:
20rpx
;
...
...
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