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
f20aca34
Commit
f20aca34
authored
Aug 10, 2022
by
songbingqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成授权接口部分调试
parent
c41af661
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
orderSubPackage/pages/settlement/index.vue
+4
-4
No files found.
orderSubPackage/pages/settlement/index.vue
View file @
f20aca34
...
...
@@ -94,8 +94,8 @@
<view
class=
""
>
发送一次以下消息
</view>
</view>
<view
class=
"content"
>
<view
class=
"contentItem"
v-for=
"(item,index) in messageList"
:key=
"index"
>
<view
:class=
"item.status?'checked':'nochecked'"
:style=
"
{'width':'40rpx','height':'40rpx'}"
@click="changeContentFlag(index)"
>
</view>
<view
class=
"contentItem"
v-for=
"(item,index) in messageList"
:key=
"index"
@
click=
"changeContentFlag(index)"
>
<view
:class=
"item.status?'checked':'nochecked'"
:style=
"
{'width':'40rpx','height':'40rpx'}">
</view>
<view
class=
"text"
>
{{
item
.
title
}}
</view>
</view>
</view>
...
...
@@ -105,7 +105,7 @@
</view>
<view
class=
"save"
>
<view
:class=
"saveFlag?'checked':'nochecked'"
:style=
"
{'width':'26rpx','height':'26rpx'}" @click="changeSaveFlage">
</view>
<view
class=
"text"
>
总是保持以上选择,不在询问
</view>
<view
class=
"text"
@
click=
"changeSaveFlage"
>
总是保持以上选择,不在询问
</view>
</view>
</view>
</u-popup>
...
...
@@ -485,7 +485,7 @@ export default {
}
.messageBox
{
padding
:
58
rpx
32
rpx
0
rpx
32
rpx
;
padding
:
58
rpx
32
rpx
6
0
rpx
32
rpx
;
.title
{
display
:
flex
;
...
...
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