Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
Project
Project
Details
Activity
Releases
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
游洁
thinkApp
Commits
acbf7c79
Commit
acbf7c79
authored
May 31, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9738b0bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
38 deletions
+5
-38
commentRulesList.vue
src/pages/setComments/commentRulesList.vue
+5
-38
No files found.
src/pages/setComments/commentRulesList.vue
View file @
acbf7c79
...
@@ -6,8 +6,7 @@
...
@@ -6,8 +6,7 @@
<text
class=
"commentRulesList-header-title"
>
评论规则
</text>
<text
class=
"commentRulesList-header-title"
>
评论规则
</text>
</view>
</view>
</navbar>
</navbar>
<<<<<<<
.
merge_file_a12332
<!--
<view
class=
"commentRulesList-content"
>
<view
class=
"commentRulesList-content"
>
<view
class=
"commentRulesList-title flex"
>
<view
class=
"commentRulesList-title flex"
>
<van-image
class=
"img"
width=
"35rpx"
height=
"40rpx"
fit=
"cover"
<van-image
class=
"img"
width=
"35rpx"
height=
"40rpx"
fit=
"cover"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653980136000_413.png"
/>
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653980136000_413.png"
/>
...
@@ -32,18 +31,7 @@
...
@@ -32,18 +31,7 @@
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653902791000_806.png"
mode=
"widthFix"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653902791000_806.png"
mode=
"widthFix"
></image>
<view>
暂无评论规则数据
</view>
<view>
暂无评论规则数据
</view>
</view>
</view>
</view>
</view>
-->
<view
class=
"commentRulesList-footer-box"
>
<view
class=
"commentRulesList-footer flex"
>
<view
class=
"add flex"
>
<text
@
click=
"addRules"
>
添加自定义规则
</text>
<view
class=
"Wire"
></view>
</view>
<view
class=
"save flex"
><text
@
click=
"save"
>
保存
</text></view>
</view>
</view>
<rulesPopup
ref=
"getrulesPopup"
></rulesPopup>
=======
<view
class=
"commentRulesList-content"
>
<view
class=
"commentRulesList-content"
>
<view
class=
"commentRulesList-title flex"
>
<view
class=
"commentRulesList-title flex"
>
<van-image
class=
"img"
width=
"35rpx"
height=
"40rpx"
fit=
"cover"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653980136000_413.png"
/>
<van-image
class=
"img"
width=
"35rpx"
height=
"40rpx"
fit=
"cover"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653980136000_413.png"
/>
...
@@ -69,14 +57,13 @@
...
@@ -69,14 +57,13 @@
<view
class=
"commentRulesList-footer-box"
>
<view
class=
"commentRulesList-footer-box"
>
<view
class=
"commentRulesList-footer flex"
>
<view
class=
"commentRulesList-footer flex"
>
<view
class=
"add flex"
>
<view
class=
"add flex"
>
<text>
添加自定义规则
</text>
<text
@
click=
"addRules"
>
添加自定义规则
</text>
<view
class=
"Wire"
></view>
<view
class=
"Wire"
></view>
</view>
</view>
<view
class=
"save flex"
><text>
保存
</text></view>
<view
class=
"save flex"
><text
@
click=
"saveRules"
>
保存
</text></view>
</view>
</view>
</view>
</view>
<rulesPopup></rulesPopup>
<rulesPopup
ref=
"getrulesPopup"
></rulesPopup>
>>>>>>> .merge_file_a02420
</view>
</view>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -101,35 +88,27 @@
...
@@ -101,35 +88,27 @@
rulesPopup
rulesPopup
},
},
setup
()
{
setup
()
{
<<<<<<<
.
merge_file_a12332
let
{
refs
}
=
getCurrentInstance
();
let
{
refs
}
=
getCurrentInstance
();
let
{
=======
let
{
let
{
>>>>>>>
.
merge_file_a02420
proxy
proxy
}
=
getCurrentInstance
();
}
=
getCurrentInstance
();
let
data
=
reactive
({
let
data
=
reactive
({
Msg
:
{
Msg
:
{
CourseId
:
''
,
CourseId
:
''
,
},
},
<<<<<<<
.
merge_file_a12332
showPhone
:
false
,
showPhone
:
false
,
showLogin
:
true
,
//多次点击
showLogin
:
true
,
//多次点击
HomeWorkId
:
''
,
HomeWorkId
:
''
,
jobDetails
:
{},
jobDetails
:
{},
dataList
:[],
dataList
:[],
pageState
:
'more'
,
pageState
:
'more'
,
=======
courseRule
:
{},
//课程规则
courseRule
:
{},
//课程规则
>>>>>>>
.
merge_file_a02420
});
});
let
methods
=
{
let
methods
=
{
back
()
{
back
()
{
uni
.
navigateBack
({
uni
.
navigateBack
({
delta
:
1
delta
:
1
})
})
<<<<<<<
.
merge_file_a12332
},
},
saveRules
(){
//保存规则
saveRules
(){
//保存规则
...
@@ -159,12 +138,6 @@
...
@@ -159,12 +138,6 @@
}
}
});
});
},
},
}
onMounted
(()
=>
{
})
=======
},
editRules
()
{
//编辑规则
editRules
()
{
//编辑规则
},
},
...
@@ -194,7 +167,6 @@
...
@@ -194,7 +167,6 @@
})
})
}
}
}
}
>>>>>>>
.
merge_file_a02420
return
{
return
{
...
toRefs
(
data
),
...
toRefs
(
data
),
...
methods
...
methods
...
@@ -223,7 +195,6 @@
...
@@ -223,7 +195,6 @@
color
:
#cecece
;
color
:
#cecece
;
text-align
:
center
;
text-align
:
center
;
}
}
<<<<<<<
.merge_file_a12332
.save
{
.save
{
margin-left
:
24
rpx
;
margin-left
:
24
rpx
;
}
}
...
@@ -346,9 +317,6 @@
...
@@ -346,9 +317,6 @@
text-align
:
center
;
text-align
:
center
;
padding-right
:
40
rpx
;
padding-right
:
40
rpx
;
}
}
.navbarSticky
{
=======
.save
{
.save
{
margin-left
:
24
rpx
;
margin-left
:
24
rpx
;
}
}
...
@@ -493,7 +461,6 @@
...
@@ -493,7 +461,6 @@
}
}
.navbarSticky
{
.navbarSticky
{
>>>>>>>
.merge_file_a02420
display
:
sticky
;
display
:
sticky
;
top
:
0
;
top
:
0
;
z-index
:
9
;
z-index
:
9
;
...
...
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