mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/mobile into stat
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<view v-if="showTop" class="comments-top">
|
<view v-if="showTop" class="comments-top">
|
||||||
<view>
|
<view>
|
||||||
<text style="font-size: 30upx;font-weight: 500;">评论 </text>
|
<text style="font-size: 30upx;font-weight: 500;">评论 </text>
|
||||||
<text style="font-size: 30upx;padding-left: 6upx;color: #000000;"> ( {{total}} 条)</text></view>
|
<text style="font-size: 30upx;padding-left: 6upx;color: #000000;"> ( {{total}} )</text></view>
|
||||||
<view>
|
<view>
|
||||||
<!-- <view v-if="showShare" class="share-btn" @click="addShare">
|
<!-- <view v-if="showShare" class="share-btn" @click="addShare">
|
||||||
<view class="share-btn-icon"><img src="/static/images/icon/share.png" alt=""></view>
|
<view class="share-btn-icon"><img src="/static/images/icon/share.png" alt=""></view>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<slot>
|
<slot>
|
||||||
<view class="field" @click="openInput()">
|
<view class="field" @click="openInput()">
|
||||||
<u-icon name="edit-pen-fill" size="18" class="field-icon"></u-icon>
|
<u-icon name="edit-pen-fill" size="18" class="field-icon"></u-icon>
|
||||||
<text class="wenz">说点什么..</text>
|
<text class="wenz">写评论</text>
|
||||||
</view>
|
</view>
|
||||||
</slot>
|
</slot>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="addition">
|
<view class="addition">
|
||||||
<view class="textbtn" style="color:#666;font-size: 28upx;" @click="statusSelectShow = !statusSelectShow">
|
<view class="textbtn" style="color:#666;font-size: 28upx;" @click="statusSelectShow = !statusSelectShow">
|
||||||
<text>状态</text>
|
<text>筛选</text>
|
||||||
<u-icon style="margin-left: 18upx;" name="arrow-down"></u-icon>
|
<u-icon style="margin-left: 18upx;" name="arrow-down"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
<view class="sea-show" v-show="statusSelectShow">
|
<view class="sea-show" v-show="statusSelectShow">
|
||||||
|
|||||||
@@ -414,6 +414,16 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
||||||
|
.qa-solve{
|
||||||
|
color: #333333;
|
||||||
|
margin-left:-7px;
|
||||||
|
}
|
||||||
|
.qa-unSolve{
|
||||||
|
margin-left:-7px;
|
||||||
|
color:#387DF7;
|
||||||
|
}
|
||||||
|
|
||||||
.my-qa-page{
|
.my-qa-page{
|
||||||
padding: 36upx;
|
padding: 36upx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<!--文章详细页面-->
|
<!--文章详细页面-->
|
||||||
<view><watermark></watermark><u-toast ref="articleToast"></u-toast>
|
<view><watermark></watermark><u-toast ref="articleToast"></u-toast>
|
||||||
<page-title :showBack="true">文章详细信息</page-title>
|
<page-title :showBack="true">文章详情</page-title>
|
||||||
<view class="adetail content">
|
<view class="adetail content">
|
||||||
<!--文章内容-->
|
<!--文章内容-->
|
||||||
<view class="adetail-title">{{ detail.title }}</view>
|
<view class="adetail-title">{{ detail.title }}</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user