Commit acbf7c79 authored by youjie's avatar youjie

no message

parent 9738b0bf
...@@ -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: 24rpx; margin-left: 24rpx;
} }
...@@ -346,9 +317,6 @@ ...@@ -346,9 +317,6 @@
text-align: center; text-align: center;
padding-right: 40rpx; padding-right: 40rpx;
} }
.navbarSticky {
=======
.save { .save {
margin-left: 24rpx; margin-left: 24rpx;
} }
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment