Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
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
hooloo
mp
user
Commits
267d2fcf
Commit
267d2fcf
authored
Sep 07, 2022
by
宋冰琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复部分bug
parent
3e1ae576
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
17 deletions
+24
-17
components/Ticket/index.vue
+20
-16
env/dev.js
+4
-1
No files found.
components/Ticket/index.vue
View file @
267d2fcf
...
@@ -50,8 +50,12 @@
...
@@ -50,8 +50,12 @@
</view>
</view>
<view
v-if=
"info.status===2||info.status===3"
class=
"tap"
>
<view
v-if=
"info.status===2||info.status===3"
class=
"tap"
>
<view
class=
"tap_innew"
>
<view
class=
"tap_innew"
>
<view
class=
"text_ysy"
v-if=
"info.status===2"
></view>
<view
class=
"text_ysy"
v-if=
"info.status===2"
>
<view
class=
"text_ysx"
v-else
></view>
<image
:style=
"
{'width':'138%','height':'138%'}" :src="'https://hooloo-dev-api.gdatac.com/resources/used.png'">
</view>
<view
class=
"text_ysx"
v-else
>
<image
:style=
"
{'width':'138%','height':'138%'}" :src="'https://hooloo-dev-api.gdatac.com/resources/expired.png'">
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -267,7 +271,7 @@ export default {
...
@@ -267,7 +271,7 @@ export default {
.dkStyle
{
.dkStyle
{
font-size
:
48
rpx
;
font-size
:
48
rpx
;
margin-top
:
-5
rpx
;
margin-top
:
3
rpx
;
}
}
}
}
.price_desc
{
.price_desc
{
...
@@ -278,7 +282,7 @@ export default {
...
@@ -278,7 +282,7 @@ export default {
color
:
var
(
color
);
color
:
var
(
color
);
line-height
:
28
rpx
;
line-height
:
28
rpx
;
width
:
178
rpx
;
width
:
178
rpx
;
margin-top
:
2
rpx
;
margin-top
:
4
rpx
;
text-align
:
center
;
text-align
:
center
;
}
}
}
}
...
@@ -312,7 +316,7 @@ export default {
...
@@ -312,7 +316,7 @@ export default {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
var
(
color
);
color
:
var
(
color
);
margin-top
:
8
rpx
;
margin-top
:
10
rpx
;
line-height
:
28
rpx
;
line-height
:
28
rpx
;
}
}
}
}
...
@@ -364,7 +368,7 @@ export default {
...
@@ -364,7 +368,7 @@ export default {
margin-right
:
32
rpx
;
margin-right
:
32
rpx
;
.more_info
{
.more_info
{
padding-bottom
:
8
rpx
;
padding-bottom
:
8
rpx
;
padding-top
:
1
0
rpx
;
padding-top
:
1
1
rpx
;
display
:
flex
;
display
:
flex
;
justify-content
:
flex-start
;
justify-content
:
flex-start
;
align-items
:
center
;
align-items
:
center
;
...
@@ -418,8 +422,8 @@ export default {
...
@@ -418,8 +422,8 @@ export default {
width
:
108
rpx
;
width
:
108
rpx
;
height
:
108
rpx
;
height
:
108
rpx
;
//
border
:
1px
solid
red
;
//
border
:
1px
solid
red
;
top
:
19
rpx
;
top
:
-3
rpx
;
right
:
1
5
rpx
;
right
:
3
5
rpx
;
position
:
absolute
;
position
:
absolute
;
.tap_innew
{
.tap_innew
{
position
:
relative
;
position
:
relative
;
...
@@ -433,10 +437,10 @@ export default {
...
@@ -433,10 +437,10 @@ export default {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#999999
;
color
:
#999999
;
background
:
url('https://hooloo-dev-api.gdatac.com/resources/used.png')
;
//
background
:
url('https://hooloo-dev-api.gdatac.com/resources/used.png')
;
background-size
:
139%
;
//
background-size
:
139%
;
background-repeat
:
no-repeat
;
//
background-repeat
:
no-repeat
;
background-position
:
center
;
//
background-position
:
center
;
}
}
.text_ysx
{
.text_ysx
{
width
:
100%
;
width
:
100%
;
...
@@ -447,10 +451,10 @@ export default {
...
@@ -447,10 +451,10 @@ export default {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#999999
;
color
:
#999999
;
background
:
url('https://hooloo-dev-api.gdatac.com/resources/expired.png')
;
//
background
:
url('https://hooloo-dev-api.gdatac.com/resources/expired.png')
;
background-size
:
139%
;
//
background-size
:
139%
;
background-repeat
:
no-repeat
;
//
background-repeat
:
no-repeat
;
background-position
:
center
;
//
background-position
:
center
;
}
}
}
}
}
}
...
...
env/dev.js
View file @
267d2fcf
const
ENV_TYPE
=
{
const
ENV_TYPE
=
{
baseUrl
:
'https://saas.ihaoin.com'
// baseUrl:'https://saas.ihaoin.com'
baseUrl
:
'https://api.ihaoin.com'
// baseUrl:'https://hooloo-dev-api.gdatac.com'
}
}
module
.
exports
=
ENV_TYPE
module
.
exports
=
ENV_TYPE
\ No newline at end of file
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