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
b2f8f2c2
authored
May 31, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
a1a1ee63
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
assets/css/mine/agreements.scss
pages/mine/article.vue
pages/mine/shoporder.vue
assets/css/mine/agreements.scss
View file @
b2f8f2c2
.page-agreements
{
padding
:
90rpx
0
0
0
;
padding
:
90rpx
0
50rpx
0
;
.text
{
margin-top
:
36rpx
;
padding
:
0
24rpx
;
font-size
:
24rpx
;
color
:
#484b59
;
line-height
:
38rpx
;
}
}
pages/mine/article.vue
View file @
b2f8f2c2
...
...
@@ -142,6 +142,7 @@ export default {
wx
.
error
(
res
=>
{
// 微信JS-SDK初始化失败的逻辑
console
.
log
(
res
);
});
},
toUrl
(
id
,
type
,
name
)
{
...
...
pages/mine/shoporder.vue
View file @
b2f8f2c2
...
...
@@ -7,7 +7,7 @@
<text
class=
"iconfont icon-arrleft"
v-back
></text>
<view
class=
"search-box row verCenter"
>
<text
class=
"iconfont icon-search"
></text>
<input
type=
"text"
placeholder=
"请输入订单号/型号"
class=
"uni-input"
@
input=
"handleInput()"
v-model=
"searchParams.
order_sn
"
/>
<input
type=
"text"
placeholder=
"请输入订单号/型号"
class=
"uni-input"
@
input=
"handleInput()"
v-model=
"searchParams.
keyword
"
/>
</view>
</view>
<text
class=
"filter"
@
click=
"open()"
>
筛选
</text>
...
...
@@ -163,7 +163,7 @@ export default {
tipType
:
1
,
count
:
[],
searchParams
:
{
order_sn
:
''
,
keyword
:
''
,
p
:
1
,
limit
:
1000
,
status
:
0
,
...
...
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