Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
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
Administrator
jd-vx-app
Commits
a5d8f3f5
Commit
a5d8f3f5
authored
May 31, 2022
by
lijiongliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面优化
parent
0cf38f0e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
469 additions
and
8 deletions
+469
-8
home-new.vue
pages/home-new.vue
+460
-0
main.vue
pages/main.vue
+2
-1
getCoupon.vue
pagesA/pages/index/getCoupon.vue
+2
-2
oneMoveCar.vue
pagesB/pages/move-car/oneMoveCar.vue
+4
-4
scan.vue
pagesB/pages/move-car/scan.vue
+1
-1
ban-btn.png
static/index/ban-btn.png
+0
-0
coupon1.png
static/index/coupon1.png
+0
-0
coupon2.png
static/index/coupon2.png
+0
-0
No files found.
pages/home-new.vue
0 → 100644
View file @
a5d8f3f5
This diff is collapsed.
Click to expand it.
pages/main.vue
View file @
a5d8f3f5
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,8 @@
mapState
mapState
}
from
'vuex'
;
}
from
'vuex'
;
import
tabbar
from
'@/common/hans-tabbar/hans-tabbar'
import
tabbar
from
'@/common/hans-tabbar/hans-tabbar'
import
index
from
'./home'
// import index from './home'
import
index
from
'./home-new.vue'
import
moveCar
from
'./moveCar'
import
moveCar
from
'./moveCar'
import
shop
from
'./shop'
import
shop
from
'./shop'
import
personal
from
'./personal'
import
personal
from
'./personal'
...
...
pagesA/pages/index/getCoupon.vue
View file @
a5d8f3f5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<!-- 我的订单 -->
<!-- 我的订单 -->
<view
class=
"get-coupon"
>
<view
class=
"get-coupon"
>
<view
class=
"box"
>
<view
class=
"box"
>
<image
src=
"
../../../static/index/coupon1
.png"
></image>
<image
src=
"
http://jdnc-oss.uzosp.com/2022/05/31/5c01ded6473a44c7b5f1370b6010ae87
.png"
></image>
<view
class=
"title"
>
<view
class=
"title"
>
<view
style=
"margin-bottom:20rpx;"
>
<view
style=
"margin-bottom:20rpx;"
>
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<!-- 领取成功后弹框 -->
<!-- 领取成功后弹框 -->
<view
class=
"pooup-success"
v-if=
"pooupSuccess"
>
<view
class=
"pooup-success"
v-if=
"pooupSuccess"
>
<view
class=
"success-box"
>
<view
class=
"success-box"
>
<image
src=
"
../../../static/index/coupon2
.png"
></image>
<image
src=
"
http://jdnc-oss.uzosp.com/2022/05/31/7f0a17d1075d47ffb784b4095e79d36a
.png"
></image>
<view
class=
"close"
@
click=
"closeCoupon"
>
<view
class=
"close"
@
click=
"closeCoupon"
>
X
X
</view>
</view>
...
...
pagesB/pages/move-car/oneMoveCar.vue
View file @
a5d8f3f5
...
@@ -154,10 +154,10 @@
...
@@ -154,10 +154,10 @@
this
.
noticeResult
=
res
.
data
.
data
this
.
noticeResult
=
res
.
data
.
data
if
(
this
.
noticeResult
.
allowPhone
)
{
if
(
this
.
noticeResult
.
allowPhone
)
{
// this.list[0].name = this.noticeResult.secretPhone
// this.list[0].name = this.noticeResult.secretPhone
this
.
show
=
true
;
//
this.show = true;
//
uni.makePhoneCall({
uni
.
makePhoneCall
({
//
phoneNumber: this.noticeResult.secretPhone
phoneNumber
:
this
.
noticeResult
.
secretPhone
//
});
});
}
}
}
else
{
}
else
{
this
.
noticeResult
=
res
.
data
.
data
this
.
noticeResult
=
res
.
data
.
data
...
...
pagesB/pages/move-car/scan.vue
View file @
a5d8f3f5
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
</view>
</view>
<view
class=
"item-input flex align-center"
>
<view
class=
"item-input flex align-center"
>
<input
type=
"number"
placeholder=
"请输入"
v-model=
"model1.verificationCode"
>
<input
type=
"number"
placeholder=
"请输入"
v-model=
"model1.verificationCode"
>
<view
class=
"code
text-red
"
v-if=
"!smsbtn.status"
@
click=
"sendCode"
>
<view
class=
"code
"
style=
"color: #F1251B;
"
v-if=
"!smsbtn.status"
@
click=
"sendCode"
>
{{
smsbtn
.
text
}}
{{
smsbtn
.
text
}}
</view>
</view>
<view
class=
"code"
v-else
>
<view
class=
"code"
v-else
>
...
...
static/index/ban-btn.png
0 → 100644
View file @
a5d8f3f5
3.46 KB
static/index/coupon1.png
deleted
100644 → 0
View file @
0cf38f0e
93.9 KB
static/index/coupon2.png
deleted
100644 → 0
View file @
0cf38f0e
59.1 KB
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