Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
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
pseer
gxpt_wechat
Commits
c353695d
Commit
c353695d
authored
May 14, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
50f316be
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
19 deletions
+20
-19
toolBox.vue
components/toolBox/toolBox.vue
+16
-15
index.config.js
config/index.config.js
+2
-2
order.vue
pages/order/order.vue
+2
-2
No files found.
components/toolBox/toolBox.vue
View file @
c353695d
...
...
@@ -30,31 +30,31 @@
toolList
:[
{
name
:
"验券"
,
url
:
config
.
assetsPath
+
'/tool_3.png'
,
imgUrl
:
config
.
assetsPath
+
'/
scan_code_icon
.png'
,
url
:
config
.
assetsPath
+
'/tool_3
_v1
.png'
,
imgUrl
:
config
.
assetsPath
+
'/
tool_3m_v1
.png'
,
sortName
:
"验"
,
routePath
:
"/pages/couponCheck/couponCheck"
,
value
:
1
},
{
name
:
"开门"
,
url
:
config
.
assetsPath
+
'/tool_1.png'
,
imgUrl
:
config
.
assetsPath
+
'/
open_door_icon
.png'
,
url
:
config
.
assetsPath
+
'/tool_1
_v1
.png'
,
imgUrl
:
config
.
assetsPath
+
'/
tool_1m_v1
.png'
,
sortName
:
"开"
,
value
:
2
},
{
name
:
"续单"
,
url
:
config
.
assetsPath
+
'/tool_2.png'
,
imgUrl
:
config
.
assetsPath
+
'/
order_2_icon
.png'
,
url
:
config
.
assetsPath
+
'/tool_2
_v1
.png'
,
imgUrl
:
config
.
assetsPath
+
'/
tool_2m_v1
.png'
,
sortName
:
"续"
,
value
:
3
},
{
name
:
"咨询"
,
url
:
config
.
assetsPath
+
'/tool_4.png'
,
imgUrl
:
config
.
assetsPath
+
'/
zcpt
.png'
,
url
:
config
.
assetsPath
+
'/tool_4
_v1
.png'
,
imgUrl
:
config
.
assetsPath
+
'/
tool_4m_v1
.png'
,
sortName
:
"客"
,
value
:
4
}
...
...
@@ -178,16 +178,17 @@
align-items
:
center
;
width
:
60px
;
height
:
54px
;
border-radius
:
20
upx
0
0
20
u
px
;
background
:
rgba
(
255
,
255
,
255
,
0.72
);
border-radius
:
12px
0
0
12
px
;
//
background
:
rgba
(
255
,
255
,
255
,
0.72
);
//
border-top
:
1px
solid
#E40583
;
//
border-left
:
1px
solid
#E40583
;
//
border-bottom
:
1px
solid
#E40583
;
margin
:
20
rpx
0
;
transition
-property
:
all
;
transition
:
width
2s
,
height
2s
;
transition-timing-function
:
ease
;
box-shadow
:
0
rpx
0
rpx
28
rpx
0
rpx
rgba
(
0
,
0
,
0
,
0.6
);
opacity
:
0.9
;
//
opacity
:
0.9
;
overflow
:
hidden
;
.image{
width
:
100%
;
...
...
@@ -200,9 +201,9 @@
}
}
.active
{
width
:
36
px
;
height
:
32
px
;
border-radius
:
12
upx
0
0
12
u
px
;
width
:
40
px
;
height
:
40
px
;
border-radius
:
8px
0
0
8
px
;
opacity
:
0.9
;
}
}
...
...
config/index.config.js
View file @
c353695d
...
...
@@ -2,8 +2,8 @@ const CONFIG = {
// 开发环境配置
development
:
{
// assetsPath: 'https://www.coujio.com/wechat_static', // 静态资源路径
assetsPath
:
'https://coujiao.pseer.com/wechat_static'
,
// 静态资源路径
// assetsPath: 'http://localhost
:8211/static', // 静态资源路径
//
assetsPath: 'https://coujiao.pseer.com/wechat_static', // 静态资源路径
assetsPath
:
'http://10.24.5.167
:8211/static'
,
// 静态资源路径
// baseUrl: 'https://www.coujio.com/front-api', // 后台接口请求地址
baseUrl
:
'https://coujiao.pseer.com/front-api'
,
// 后台接口请求地址
// baseUrl: 'http://10.24.3.185:8883/front-api',
...
...
pages/order/order.vue
View file @
c353695d
...
...
@@ -349,7 +349,7 @@
</uni-popup>
<uni-popup
ref=
"popupDialog"
type=
"dialog"
>
<uni-popup-dialog
type=
"warn"
mode=
"base"
title=
"提示"
:content=
" warnTip || packageMode[
modeIndex2
].name + '时长不足,是否接受预定?'"
:duration=
"2000"
:before-close=
"true"
@
close=
"onCancleTip"
@
confirm=
"onPackageCheck"
></uni-popup-dialog>
<uni-popup-dialog
type=
"warn"
mode=
"base"
title=
"提示"
:content=
" warnTip || packageMode[
tempPackageIndex
].name + '时长不足,是否接受预定?'"
:duration=
"2000"
:before-close=
"true"
@
close=
"onCancleTip"
@
confirm=
"onPackageCheck"
></uni-popup-dialog>
</uni-popup>
</view>
</
template
>
...
...
@@ -785,7 +785,7 @@
duration
:
actualTime
/
60000
,
durationType
:
2
}
this
.
warnTip
=
'闲时套餐,不足3小时,是否预定?'
this
.
$refs
.
popupDialog
.
open
();
return
}
else
{
...
...
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