Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
702cdb7e
authored
May 31, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
abfc01ed
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
assets/css/mine/orderdetail.scss
pages/mine/about.vue
pages/mine/orderdetail.vue
assets/css/mine/orderdetail.scss
View file @
702cdb7e
...
...
@@ -79,7 +79,7 @@
.tip
{
border-top
:
1px
solid
#f0f0f2
;
margin
:
24rpx
0
;
padding
:
1
5
rpx
24rpx
15rpx
24rpx
;
padding
:
1
4
rpx
24rpx
15rpx
24rpx
;
background
:
#fff8f2
;
border-radius
:
0px
30rpx
30rpx
30rpx
;
.iconfont
{
...
...
pages/mine/about.vue
View file @
702cdb7e
...
...
@@ -3,7 +3,7 @@
<navElement
title=
"关于我们"
></navElement>
<view
class=
"head"
><image
src=
"https://img.ichunt.com/images/ichunt/202305/30/5ab93863552843f6eaff71ec945701d2.png"
mode=
"aspectFill"
class=
"pic"
></image></view>
<view
class=
"section"
>
<view
class=
"company-text"
>
<view
class=
"company-text"
v-if=
"data.h5_about_company_introduction"
>
<view
class=
"text"
:class=
"
{ desc: more }">
{{
data
.
h5_about_company_introduction
[
0
].
content
}}
</view>
<view
class=
"more row rowCenter verCenter"
@
click=
"more = !more"
>
<text
class=
"tt"
>
{{
more
?
'收起'
:
'查看更多'
}}
</text>
...
...
@@ -177,7 +177,7 @@
<view
class=
"t1"
>
荣誉证书
</view>
<view
class=
"t2"
>
HONOR
</view>
</view>
<view
class=
"uni-swipe-box"
>
<view
class=
"uni-swipe-box"
v-if=
"data.h5_about_honor_certificat"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
indicator-color=
"#C6C7CC"
indicator-active-color=
"#1969F9"
>
<swiper-item
v-for=
"(item, index) in data.h5_about_honor_certificate"
:key=
"index"
>
<image
mode=
"aspectFill"
:src=
"item.images"
lazy-load=
"true"
class=
"pic"
></image>
...
...
@@ -189,7 +189,7 @@
<view
class=
"t1"
>
资质认证
</view>
<view
class=
"t2"
>
QUALIFICATIONS
</view>
</view>
<view
class=
"uni-swipe-box"
>
<view
class=
"uni-swipe-box"
v-if=
"data.h5_about_quality_certificate"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"indicatorDots"
:autoplay=
"autoplay"
indicator-color=
"#C6C7CC"
indicator-active-color=
"#1969F9"
>
<swiper-item
v-for=
"(item, index) in data.h5_about_quality_certificate"
:key=
"index"
>
<image
mode=
"aspectFill"
:src=
"item.images"
lazy-load=
"true"
class=
"pic"
></image>
...
...
@@ -262,7 +262,7 @@
</view>
<view
class=
"follow-box"
>
<view
class=
"title row rowCenter verCenter"
>
了解更多行业资讯,请关注
</view>
<view
class=
"list"
>
<view
class=
"list"
v-if=
"data.h5_about_media"
>
<view
class=
"box row verCenter"
v-for=
"(item, index) in data.h5_about_media"
:key=
"index"
>
<view
class=
"pic"
><image
:src=
"item.images"
mode=
"aspectFill"
class=
"im"
></image></view>
<view
class=
"text"
>
...
...
pages/mine/orderdetail.vue
View file @
702cdb7e
...
...
@@ -77,7 +77,7 @@
<view>
<view
class=
"box row verCenter"
>
<text
class=
"iconfont icon-dzz"
></text>
<text
class=
"tt"
>
广东省深圳市龙岗区坂田街道清丽路1号宝能科技园南区12栋11楼
</text>
<text
class=
"tt"
>
{{ detail.address }}
</text>
</view>
<view
class=
"box row verCenter"
>
<text
class=
"iconfont icon-dh"
></text>
...
...
@@ -207,7 +207,7 @@
</view>
</view>
<!-- 发票信息 -->
<view
class=
"tax-information"
v-if=
"detail.inv"
>
<view
class=
"tax-information"
v-if=
"detail.inv
&& detail.inv.inv_type != 1
"
>
<view
class=
"head row bothSide verCenter"
>
<text
class=
"title"
>
发票信息
</text>
<
template
v-if=
"tax_flag"
>
...
...
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