Преглед изворни кода

Merge branch 'master' of http://192.168.10.18:3000/sooka_shop/sooka_consult_uniapp

付宇航 пре 1 година
родитељ
комит
eaabca132b

+ 9 - 51
pages.json

@@ -115,15 +115,6 @@
 			}
 		},
 		{
-			"path": "pages/demo/wenba/wenba",
-			"style": {
-				"usingComponents": {},
-				"navigationBarBackgroundColor": "#07c160",
-				"navigationBarTextStyle": "white",
-				"navigationBarTitleText": "问吧"
-			}
-		},
-		{
 			"path": "pages/me/myPayKnow/myPayKnow",
 			"style": {
 				"usingComponents": {},
@@ -176,27 +167,6 @@
 			}
 		},
 		{
-			"path": "pages/demo/sannong/sannong",
-			"style": {
-				"usingComponents": {
-					"tabs": "@/components/tabs/tabs",
-					"tab-page": "@/components/tab-page/tab-page"
-				},
-				"navigationBarBackgroundColor": "#07c160",
-				"navigationBarTextStyle": "white",
-				"navigationBarTitleText": "三农"
-			}
-		},
-		{
-			"path": "pages/demo/wenbaxiangqing/wenbaxiangqing",
-			"style": {
-				"usingComponents": {},
-				"navigationBarBackgroundColor": "#07c160",
-				"navigationBarTextStyle": "white",
-				"navigationBarTitleText": "问吧详情"
-			}
-		},
-		{
 			"path": "pages/information/informationAdd/informationAdd",
 			"style": {
 				"usingComponents": {},
@@ -223,27 +193,15 @@
 				"navigationBarTitleText": "服务"
 			}
 		},
-		{
-			"path": "pages/demo/shangcheng/shangcheng",
-			"style": {
-				"usingComponents": {},
-				"navigationBarBackgroundColor": "#07c160",
-				"navigationBarTextStyle": "white",
-				"navigationBarTitleText": "商城首页"
-			}
-		},
-		{
-			"path": "pages/demo/fenlei/fenlei",
-			"style": {
-				"usingComponents": {
-					"mp-vtabs": "@/components/vtabs/vtabs/index",
-					"mp-vtabs-content": "@/components/vtabs/vtabs-content/index"
-				},
-				"navigationBarBackgroundColor": "#07c160",
-				"navigationBarTextStyle": "white",
-				"navigationBarTitleText": "分类"
-			}
-		},
+		 {
+		 	"path": "pages/demo/shangcheng/shangcheng",
+		 	"style": {
+		 		"usingComponents": {},
+		 		"navigationBarBackgroundColor": "#07c160",
+		 		"navigationBarTextStyle": "white",
+		 		"navigationBarTitleText": "商城首页"
+		 	}
+		 },
 		{
 			"path": "pages/shangpinxiangqingye/shangpinxiangqingye",
 			"style": {

+ 9 - 9
pages/common/articleDetail/articleDetail.vue

@@ -3,19 +3,19 @@
     <!-- pages/me.wxml -->
     <view class="container">
       <h1 class="title">{{ detailInfo.titleName }}</h1>
-<!--      <view class="wenzhangLy">-->
-<!--        &lt;!&ndash; 头像昵称 &ndash;&gt;-->
-<!--        <view class="txTime">-->
+      <view class="wenzhangLy">
+        <!-- 头像昵称 -->
+        <view class="txTime">
 <!--          <img-->
 <!--              class="uni-header-image"-->
 <!--              :src="initInfo.headImg == null || initInfo.headImg == '' ? initImgPath : loadImgSrcLocalhost(initInfo.headImg)"-->
 <!--          />-->
-<!--          <view class="time">-->
+          <view class="time">
 <!--            <p>{{ initInfo.name == null || initInfo.name == '' ? initInfo.wechatName : initInfo.name }}</p>-->
-<!--            <span>{{ fromData.createTime }}</span>-->
-<!--          </view>-->
-<!--        </view>-->
-<!--      </view>-->
+            <span>{{ detailInfo.createTime }}</span>
+          </view>
+        </view>
+      </view>
       <view class="wenzhangCont article">
                 <span v-html="detailInfo.textDetails">
                 </span>
@@ -113,7 +113,7 @@ export default {
    * 生命周期函数--监听页面加载
    */,
   onLoad(option) {
-	  let result = JSON.parse(decodeURIComponent(option.data)) 
+	  let result = JSON.parse(decodeURIComponent(option.data))
 	  this.detailInfo = result
   },
   /**

+ 0 - 36
pages/demo/fenlei/fenlei.css

@@ -1,36 +0,0 @@
-page {
-    background-color: #ffffff;
-    height: 100%;
-}
-
-.vtabs-content-item {
-    width: 100%;
-    height: 610px;
-    box-sizing: border-box;
-    padding-bottom: 20px;
-    padding: 20rpx;
-}
-.vtabs-contentTitle {
-    font-size: 36rpx;
-    color: #07c160;
-}
-.spflList {
-    width: 100%;
-    display: flex;
-    flex-direction: row;
-    justify-content: space-between;
-    flex-wrap: wrap;
-}
-.spflList li {
-    width: 33.33%;
-    text-align: center;
-}
-.spflList li span {
-    font-size: 28rpx;
-    color: #333;
-}
-.spflList li image {
-    width: 100rpx;
-    height: 100rpx;
-    margin: 0 auto;
-}

+ 0 - 142
pages/demo/fenlei/fenlei.vue

@@ -1,142 +0,0 @@
-<template>
-    <view>
-        <mp-vtabs :vtabs="vtabs" :activeTab="activeTab" @tabclick="onTabCLick" @change="onChange">
-            <block v-for="(item, index) in vtabs" :key="index">
-                <mp-vtabs-content :tabIndex="index">
-                    <view class="vtabs-content-item">
-                        <span class="vtabs-contentTitle">{{ item.title }}</span>
-                        <ul class="spflList">
-                            <li>
-                                <image src="/static/pages/images/ty.png"></image>
-                                <span>体育用品</span>
-                            </li>
-                            <li>
-                                <image src="/static/pages/images/tongzhuan.png"></image>
-                                <span>童装</span>
-                            </li>
-                            <li>
-                                <image src="/static/pages/images/waitao.png"></image>
-                                <span>外套</span>
-                            </li>
-                            <li>
-                                <image src="/static/pages/images/yumi.png"></image>
-                                <span>农产品</span>
-                            </li>
-                        </ul>
-                    </view>
-                </mp-vtabs-content>
-            </block>
-        </mp-vtabs>
-    </view>
-</template>
-
-<script>
-import mpVtabs from '../../../components/vtabs/vtabs/index.vue';
-import mpVtabsContent from '../../../components/vtabs/vtabs-content/index.vue';
-// pages/fenlei.js
-export default {
-    components: {
-        mpVtabs,
-        mpVtabsContent
-    },
-    data() {
-        return {
-            vtabs: [],
-            activeTab: 0,
-            test: 111
-        };
-    },
-    onLoad() {
-        const vtabs = [
-            {
-                title: '热搜推荐'
-            },
-            {
-                title: '手机数码'
-            },
-            {
-                title: '家用电器'
-            },
-            {
-                title: '生鲜果蔬'
-            },
-            {
-                title: '酒水饮料'
-            },
-            {
-                title: '生活美食'
-            },
-            {
-                title: '美妆护肤'
-            },
-            {
-                title: '个护清洁'
-            },
-            {
-                title: '女装内衣'
-            },
-            {
-                title: '男装内衣'
-            },
-            {
-                title: '鞋靴箱包'
-            },
-            {
-                title: '运动户外'
-            },
-            {
-                title: '生活充值'
-            },
-            {
-                title: '母婴童装'
-            }
-        ];
-        // const vtabs = titles.map(item => ({title: item}))
-        this.setData({
-            vtabs: vtabs
-        });
-    },
-    /**
-     * 生命周期函数--监听页面初次渲染完成
-     */
-    onReady() {},
-    /**
-     * 生命周期函数--监听页面显示
-     */
-    onShow() {},
-    /**
-     * 生命周期函数--监听页面隐藏
-     */
-    onHide() {},
-    /**
-     * 生命周期函数--监听页面卸载
-     */
-    onUnload() {},
-    /**
-     * 页面相关事件处理函数--监听用户下拉动作
-     */
-    onPullDownRefresh() {},
-    /**
-     * 页面上拉触底事件的处理函数
-     */
-    onReachBottom() {},
-    /**
-     * 用户点击右上角分享
-     */
-    onShareAppMessage() {},
-    methods: {
-        onTabCLick(e) {
-            const index = e.detail.index;
-            console.log('tabClick', index);
-        },
-
-        onChange(e) {
-            const index = e.detail.index;
-            console.log('change', index);
-        }
-    }
-};
-</script>
-<style>
-@import 'fenlei.css';
-</style>

+ 0 - 191
pages/demo/sannong/sannong.css

@@ -1,191 +0,0 @@
-/* pages/sannong.wxss */
-.snTab {
-    width: 100%;
-}
-
-.fontColorBox,
-.fontColorBox1 {
-    color: #07c160;
-}
-
-.navBox {
-    /* 顶部tab盒子样式 */
-    width: 100%;
-    height: 108rpx;
-    background: white;
-    display: flex;
-    justify-content: space-between;
-    align-items: center;
-    justify-content: center;
-}
-/* 最后一个tab标题的样式 */
-
-.titleBox {
-    /* 未选中文字的样式 */
-    color: rgb(168, 170, 175);
-    font-size: 30rpx;
-    display: flex;
-    flex-direction: column;
-    align-items: center;
-    width: 32%;
-}
-.lineBox,
-.notLineBox {
-    /* 选中及未选中底线共同样式 */
-    width: 32rpx;
-    height: 8rpx;
-}
-
-.lineBox {
-    /* 选中底线样式 */
-    background: #07c160;
-    margin-top: 16rpx;
-    border-radius: 4rpx;
-}
-
-.notLineBox {
-    /* 未选中底线样式 */
-    background: transparent;
-}
-
-.swiperTtemBox {
-    /* 底部内容样式 */
-    height: 100vh;
-    overflow: scroll;
-    margin: 12rpx 0rpx;
-    background: white;
-    font-size: 28rpx;
-}
-
-/* 热门问答 */
-.rnwdList {
-    width: 100%;
-    height: 100%;
-}
-.list {
-    border-bottom: solid 2rpx #f6f6f6;
-    padding: 10rpx 0;
-    width: 100%;
-}
-.listTitle {
-    font-size: 32rpx;
-    color: #333;
-    line-height: 40rpx;
-}
-.jlSj {
-    height: 40rpx;
-    display: flex;
-    justify-content: space-between;
-    font-size: 24rpx;
-    margin: 20rpx 0 0 0;
-}
-.jf {
-    color: #07c160;
-}
-.icon-jifen {
-    font-size: 28rpx;
-    color: #07c160;
-    margin: 0 0 0 6rpx;
-}
-.ck {
-    color: #c4c4c4;
-}
-.icon-pinglun,
-.icon-chakan,
-.icon-shoucang {
-    font-size: 28rpx;
-    margin: 0 6rpx 0 20rpx;
-    color: #c4c4c4;
-}
-.onePic {
-    width: 100%;
-    height: 360rpx;
-    border-radius: 20rpx;
-    overflow: hidden;
-    margin: 20rpx 0;
-}
-.onePic image {
-    width: 100%;
-    height: 100%;
-}
-.twoPic {
-    width: 100%;
-    height: 220rpx;
-    margin: 20rpx 0;
-    display: flex;
-    justify-content: space-between;
-}
-.twoPic image {
-    width: 49%;
-    height: auto;
-    border-radius: 20rpx;
-}
-.threePic {
-    width: 100%;
-    height: 160rpx;
-    margin: 20rpx 0;
-    display: flex;
-    justify-content: space-between;
-}
-.threePic image {
-    width: 32%;
-    height: auto;
-    border-radius: 20rpx;
-}
-
-.pane-con {
-    margin: 20rpx 0;
-}
-.tabs-pane {
-    padding: 10rpx 20rpx;
-    margin-right: 20rpx;
-    border: 1px solid lightgrey;
-}
-.tabs-pane:nth-last-child(1) {
-    margin-right: 0;
-}
-.tabs-pane.active {
-    background: #5495df;
-    border-color: #5495df;
-    color: #fff;
-}
-
-.tab-class {
-    position: absolute;
-    top: 0;
-    left: 0;
-    width: 100vw;
-    bottom: 0;
-}
-
-.guidebook .img_box {
-    margin-bottom: 12rpx;
-    padding-left: 4rpx;
-}
-.guidebook .img_box .many_img {
-    display: flex;
-    justify-self: start;
-    flex-wrap: wrap;
-}
-.guidebook .img_item.four {
-    width: 198rpx;
-    height: 198rpx;
-    margin-right: 16rpx;
-    margin-bottom: 16rpx;
-    border-radius: 16rpx;
-    overflow: hidden;
-}
-.guidebook .img_item.four:nth-child(2n) {
-    margin-right: 30rpx;
-}
-.guidebook .img_item.many {
-    width: 198rpx;
-    height: 198rpx;
-    margin-right: 16rpx;
-    margin-bottom: 16rpx;
-    border-radius: 16rpx;
-    overflow: hidden;
-}
-.guidebook .img_item.many:nth-child(3n) {
-    margin-right: 0;
-}

+ 0 - 207
pages/demo/sannong/sannong.vue

@@ -1,207 +0,0 @@
-<template>
-    <!-- pages/me.wxml -->
-    <view class="container">
-        <tabs :list="tabs" tab-class="tab-class" :showBadge="true" :swiper="true" activeColor="#07c160" normalColor="#000000" @change="tabChange">
-            <tab-page :slot="item.name" v-for="(item, index) in tabs" :key="index">
-                <!-- <view style="height: 100%;background-color: {{colors[index]}};">{{index}}</view> -->
-
-                <view v-if="index == 0" class="container">
-                    <view class="rnwdList">
-                        <view class="list" @tap="goDetails" v-for="(item, index1) in qbwd" :key="index1">
-                            <span class="listTitle">{{ item.title }}</span>
-                            <view class="onePic" v-if="item.imgList.length == 1">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-                            <view class="twoPic" v-if="item.imgList.length == 2">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="threePic" v-if="item.imgList.length == 3">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="jlSj">
-                                <span class="jf">
-                                    {{ item.jf }}
-                                    <em class="iconfont icon-jifen"></em>
-                                </span>
-                                <view class="ck">
-                                    <span>
-                                        <em class="iconfont icon-pinglun"></em>
-                                        {{ item.pl }}
-                                    </span>
-                                    <span>
-                                        <em class="iconfont icon-chakan"></em>
-                                        {{ item.ck }}
-                                    </span>
-                                    <span>
-                                        <em class="iconfont icon-shoucang"></em>
-                                        {{ item.dz }}
-                                    </span>
-                                </view>
-                            </view>
-
-						</view>
-                    </view>
-                </view>
-
-                <view v-if="index == 1" class="container">
-                    <view class="rnwdList">
-                        <view class="list" @tap="goDetails" v-for="(item, index1) in jcwd" :key="index1">
-                            <span class="listTitle">{{ item.title }}</span>
-
-                            <view class="onePic" v-if="item.imgList.length == 1">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="twoPic" v-if="item.imgList.length == 2">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="threePic" v-if="item.imgList.length == 3">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="jlSj">
-                                <span class="jf">
-                                    {{ item.jf }}
-                                    <em class="iconfont icon-jifen"></em>
-                                </span>
-                                <view class="ck">
-                                    <span>
-                                        <em class="iconfont icon-pinglun"></em>
-                                        {{ item.pl }}
-                                    </span>
-                                    <span>
-                                        <em class="iconfont icon-chakan"></em>
-                                        {{ item.ck }}
-                                    </span>
-                                    <span>
-                                        <em class="iconfont icon-shoucang"></em>
-                                        {{ item.dz }}
-                                    </span>
-                                </view>
-                            </view>
-                        </view>
-                    </view>
-                </view>
-
-                <view v-if="index == 2" class="container">
-                    <view class="rnwdList">
-                        <view class="list" @tap="goDetails" v-for="(item, index1) in zdxs" :key="index1">
-                            <span class="listTitle">{{ item.title }}</span>
-
-                            <view class="onePic" v-if="item.imgList.length == 1">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="twoPic" v-if="item.imgList.length == 2">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="threePic" v-if="item.imgList.length == 3">
-                                <image :src="loadImgSrc(item.url)" v-for="(item, index2) in item.imgList" :key="index2"></image>
-                            </view>
-
-                            <view class="jlSj">
-                                <span class="jf">
-                                    {{ item.jf }}
-                                    <em class="iconfont icon-jifen"></em>
-                                </span>
-                                <view class="ck">
-                                    <span>
-                                        <em class="iconfont icon-pinglun"></em>
-                                        {{ item.pl }}
-                                    </span>
-                                    <span>
-                                        <em class="iconfont icon-chakan"></em>
-                                        {{ item.ck }}
-                                    </span>
-                                    <span>
-                                        <em class="iconfont icon-shoucang"></em>
-                                        {{ item.dz }}
-                                    </span>
-                                </view>
-                            </view>
-                        </view>
-                    </view>
-                </view>
-
-			</tab-page>
-        </tabs>
-    </view>
-</template>
-
-<script>
-import tabs from '../../../components/tabs/tabs.vue';
-import tabPage from '../../../components/tab-page/tab-page.vue';
-// pages/me.js
-var localData = require('../../../data/json');
-const app = getApp();
-export default {
-    components: {
-        tabs,
-        tabPage
-    },
-    data() {
-        return {
-            currentIndex: 0,
-            //默认是活动项
-            qbwd: '',
-            jcwd: '',
-            zdxs: '',
-            tabs: [
-                {
-                    name: '全部问答'
-                },
-                {
-                    name: '精彩问答'
-                },
-                {
-                    name: '最多悬赏'
-                }
-            ]
-        };
-    },
-    /**
-     * 生命周期函数--监听页面加载
-     */
-    onLoad(options) {
-            this.qbwd=localData.qnwdList,
-            this.jcwd= localData.jcwdList,
-            this.zdxs= localData.zdxsList
-    },
-    methods: {
-        // // 切换swiper-item触发bindchange事件
-        // pagechange: function (e) {
-        //   // 通过touch判断,改变tab的下标值
-        //   if ("touch" === e.detail.source) {
-        //     let currentPageIndex = this.data.currentIndex;
-        //     currentPageIndex = (currentPageIndex + 1) % 2;
-        //     // 拿到当前索引并动态改变
-        //     this.setData({
-        //       currentIndex: currentPageIndex,
-        //     })
-        //   }
-        // },
-
-        // //点击tab时触发
-        // titleClick: function (e) {
-        //   this.setData({
-        //     //拿到当前索引并动态改变
-        //     currentIndex: e.currentTarget.dataset.idx
-        //   })
-        // },
-        tabChange: function (e) {},
-
-        goDetails() {
-            uni.navigateTo({
-                url: '/pages/demo/wenbaxiangqing/wenbaxiangqing'
-            });
-        }
-    }
-};
-</script>
-<style>
-@import 'sannong.css';
-</style>

+ 0 - 103
pages/demo/wenba/wenba.css

@@ -1,103 +0,0 @@
-/* pages/wenda/wenda.wxss */
-.wendaFL {
-    width: 100%;
-    display: flex;
-    justify-content: space-between;
-    margin: 30rpx 0 0 0;
-}
-.wendaFL li {
-    width: 48%;
-    height: 168rpx;
-    position: relative;
-}
-.lbBj {
-    position: absolute;
-    left: 0;
-    top: 0;
-    z-index: 0;
-    width: 100%;
-    height: 100%;
-}
-.wendaFL li h2 {
-    font-size: 36rpx;
-    position: absolute;
-    left: 30rpx;
-    top: 40rpx;
-    z-index: 1;
-    font-weight: bold;
-}
-.wendaFL li span {
-    font-size: 30rpx;
-    position: absolute;
-    left: 30rpx;
-    top: 88rpx;
-    z-index: 1;
-}
-.wendaFL li.sanNong {
-    color: #0d9970;
-}
-.wendaFL li.jiuYe {
-    color: #1e8fb4;
-}
-.wendaFL li.faLv {
-    color: #1e5dab;
-}
-.wendaFL li.jiuZhen {
-    color: #4a700d;
-}
-/* 列表 */
-.rnwdList {
-    width: 100%;
-    display: flex;
-    justify-content: space-between;
-    margin: 20rpx 0;
-}
-.list {
-    width: 79%;
-}
-.lb {
-    background: #0d9970;
-    color: #fff;
-    font-size: 24rpx;
-    width: 12%;
-    text-align: center;
-    padding: 2rpx 0;
-    line-height: 40rpx;
-    height: 40rpx;
-    border-radius: 10rpx;
-}
-.listTitle {
-    font-size: 32rpx;
-    color: #333;
-    line-height: 40rpx;
-}
-.jlSj {
-    height: 40rpx;
-    display: flex;
-    justify-content: space-between;
-    font-size: 24rpx;
-    margin: 20rpx 0 0 0;
-}
-.jf {
-    color: #07c160;
-}
-.icon-jifen {
-    font-size: 28rpx;
-    color: #07c160;
-    margin: 0 0 0 6rpx;
-}
-.ck {
-    color: #c4c4c4;
-}
-.icon-pinglun,
-.icon-chakan,
-.icon-shoucang {
-    font-size: 28rpx;
-    margin: 0 6rpx 0 20rpx;
-    color: #c4c4c4;
-}
-.icon-xiangyoujiantou {
-    font-size: 30rpx;
-    color: #c4c4c4;
-    line-height: 60rpx;
-}

+ 0 - 140
pages/demo/wenba/wenba.vue

@@ -1,140 +0,0 @@
-<template>
-    <!-- pages/fuwu/fuwu.wxml -->
-    <view class="container">
-        <!-- 问答类别 -->
-
-        <ul class="wendaFL">
-            <li class="sanNong">
-                <image :src="loadImgSrc('/snbj.png')" class="lbBj" @tap="goSanNong"></image>
-                <h2>三农</h2>
-                <span>1566</span>
-            </li>
-            <li class="jiuYe">
-                <image :src="loadImgSrc('/jybj.png')" class="lbBj"></image>
-                <h2>就业</h2>
-                <span>1589</span>
-            </li>
-        </ul>
-        <ul class="wendaFL">
-            <li class="faLv">
-                <image :src="loadImgSrc('/flbj.png')" class="lbBj"></image>
-                <h2>法律</h2>
-                <span>6589</span>
-            </li>
-            <li class="jiuZhen">
-                <image :src="loadImgSrc('/jzbj.png')" class="lbBj"></image>
-                <h2>就诊</h2>
-                <span>1566</span>
-            </li>
-        </ul>
-        <ul class="wendaFL">
-            <li class="jiuYe">
-                <image :src="loadImgSrc('/zkbj.png')" class="lbBj"></image>
-                <h2>智库</h2>
-                <span>1589</span>
-            </li>
-            <li class="sanNong">
-                <image :src="loadImgSrc('/lybj.png')" class="lbBj"></image>
-                <h2>旅游</h2>
-                <span>6589</span>
-            </li>
-        </ul>
-        <!-- 问答列表 -->
-        <view class="rnwdList" @tap="goDetails" v-for="(item, index) in wb" :key="index">
-            <span class="lb">{{ item.type }}</span>
-
-            <view class="list">
-                <span class="listTitle">{{ item.title }}</span>
-                <view class="jlSj">
-                    <span class="jf">
-                        {{ item.jf }}
-                        <em class="iconfont icon-jifen"></em>
-                    </span>
-                    <view class="ck">
-                        <span>
-                            <em class="iconfont icon-pinglun"></em>
-                            {{ item.pl }}
-                        </span>
-                        <span>
-                            <em class="iconfont icon-chakan"></em>
-                            {{ item.ck }}
-                        </span>
-                        <span>
-                            <em class="iconfont icon-shoucang"></em>
-                            {{ item.dz }}
-                        </span>
-                    </view>
-                </view>
-            </view>
-
-            <em class="iconfont icon-xiangyoujiantou"></em>
-        </view>
-    </view>
-</template>
-
-<script>
-export default {
-    data() {
-        return {
-			imageList:[
-				'/profile/upload/2024/03/02/D5hjxYkldNxIef093ae65b2128b1293b86a7b537ed98_20240302170757A001.png',
-				'/profile/upload/2024/03/02/D5hjxYkldNxIef093ae65b2128b1293b86a7b537ed98_20240302170757A001.png'
-			],
-            wb: [
-				{
-					ck: '10',
-					dz: '120',
-					id: 1,
-					jf: '100',
-					pl: '10',
-					title: '探索乡村能源供给新模式',
-					type: '三农'
-				},
-				{
-					ck: '20',
-					dz: '220',
-					id: 2,
-					jf: '200',
-          pl: '20',
-					title: '探索乡村能源供给新模式 美丽新画卷',
-					type: '三农'
-				},
-				{
-					ck: '30',
-					dz: '30',
-					id: 3,
-					jf: '300',
-					pl: '30',
-					title: '探索乡村能源供给新模式 绘就乡村振兴美丽新画卷',
-					type: '三农'
-				}
-			]
-        };
-    }
-    /**
-     * 生命周期函数--监听页面加载
-     */,
-    onLoad(options) {
-    },
-    methods: {
-        goSanNong() {
-            uni.navigateTo({
-                url: '/pages/demo/sannong/sannong'
-            });
-        },
-
-        goDetails() {
-            uni.navigateTo({
-                url: '/pages/demo/wenbaxiangqing/wenbaxiangqing'
-            });
-        },
-
-		updateImg(imgList){
-			this.imageList = imgList;
-		}
-    }
-};
-</script>
-<style>
-@import 'wenba.css';
-</style>

+ 0 - 160
pages/demo/wenbaxiangqing/wenbaxiangqing.css

@@ -1,160 +0,0 @@
-/* pages/wenbaxiangqing.wxss */
-.title {
-    font-size: 44rpx;
-    text-align: center;
-    line-height: 70rpx;
-    color: #333;
-    margin: 30rpx 0;
-}
-.wenzhangLy {
-    width: 100%;
-    display: flex;
-    justify-content: space-between;
-    border-bottom: solid 2rpx #e8e8e8;
-    padding: 0 0 14rpx 0;
-}
-.txTime {
-    display: flex;
-    flex-direction: row;
-}
-.txTime image {
-    width: 80rpx;
-    height: 80rpx;
-}
-.time {
-    display: flex;
-    flex-direction: column;
-    padding: 10rpx 0 0 8px;
-}
-.time p {
-    font-size: 28rpx;
-    color: #9c9c9c;
-}
-.time span {
-    font-size: 24rpx;
-    color: #c4c4c4;
-}
-
-.jf {
-    color: #07c160;
-    line-height: 80rpx;
-    font-size: 24rpx;
-}
-.icon-jifen {
-    font-size: 28rpx;
-    color: #07c160;
-    margin: 0 0 0 6rpx;
-}
-.ck {
-    color: #c4c4c4;
-    font-size: 28rpx;
-}
-.icon-pinglun,
-.icon-chakan,
-.ck .icon-shoucang {
-    font-size: 28rpx;
-    margin: 0 6rpx 0 20rpx;
-    color: #c4c4c4;
-    line-height: 0;
-}
-.wenzhangCont {
-    font-size: 34rpx;
-    margin: 30rpx 0;
-}
-.wenzhangCont image {
-    width: 100%;
-    height: 320rpx;
-    margin: 20rpx auto;
-}
-.pinglunTj {
-    width: 100%;
-    display: flex;
-    justify-content: space-between;
-    margin: 30rpx 0;
-}
-.pinglunTitle {
-    font-size: 34rpx;
-    color: #2e2e2e;
-    font-weight: 600;
-}
-.pinglunTitle em {
-    font-size: 34rpx;
-    color: #9b9b9b;
-    font-weight: normal;
-    margin: 0 0 0 10rpx;
-}
-.pinglunList {
-    width: 100%;
-    padding: 0 0 120rpx 0;
-}
-.pinglunList li {
-    margin: 20rpx 0;
-    border-bottom: solid 2rpx #e8e8e8;
-    padding: 0 0 20rpx 0;
-    display: flex;
-    flex-direction: column;
-}
-.plListcont {
-    font-size: 30rpx;
-    color: #696868;
-    margin: 20rpx 0;
-}
-.pinglunList li button {
-    width: 80%;
-    border-radius: 10rpx;
-    background: #07c160;
-    color: #fff;
-    font-size: 28rpx;
-    font-weight: normal;
-    margin: 16rpx auto;
-}
-.fabiaoPl {
-    width: 100%;
-    display: flex;
-    justify-content: space-between;
-    position: fixed;
-    left: 0;
-    bottom: 0;
-    height: 112rpx;
-    background: #e8e8e8;
-    box-shadow: 0rpx 0rpx 16rpx #999;
-}
-.shuRu {
-    width: 72%;
-    display: flex;
-    flex-direction: row;
-    height: 76rpx;
-    background: #e0e0e0;
-    border-radius: 60rpx;
-    margin: 20rpx 0 0 20rpx;
-}
-.shuRu input {
-    line-height: 38px;
-    height: 76rpx;
-    font-size: 30rpx;
-    width: 83%;
-}
-.icon-bianji {
-    font-size: 38rpx;
-    line-height: 76rpx;
-    margin: 0 10rpx 0 20rpx;
-    color: #828181;
-}
-.icon-shoucang {
-    font-size: 50rpx;
-    line-height: 112rpx;
-    color: #828181;
-}
-.fasong {
-    width: 58rpx;
-    height: 58rpx;
-    border-radius: 50rpx;
-    background: #07c160;
-    margin: 26rpx 20rpx 0 10rpx;
-    text-align: center;
-    line-height: 58rpx;
-}
-.icon-fasong {
-    font-size: 40rpx;
-    color: #fff;
-}

Разлика између датотеке није приказан због своје велике величине
+ 0 - 269
pages/demo/wenbaxiangqing/wenbaxiangqing.vue


+ 1 - 1
pages/highServer/knowledge/knowledge.vue

@@ -28,7 +28,7 @@
 					<view class="ck">
 						<span class="jf">
 						    <em class="iconfont icon-jifen"></em>
-							{{ item.jf || 0 }}
+							{{ item.integral || 0 }}
 						</span>
 						<span>
 							<em class="iconfont icon-shoucang"></em>

+ 5 - 5
pages/me/me.vue

@@ -49,11 +49,11 @@ export default {
 					name: '积分流水',
 					open: false
 				},
-				{
-					id: 'demo/wenba/wenba',
-					name: '我的问答',
-					open: false
-				},
+				// {
+				// 	id: 'demo/wenba/wenba',
+				// 	name: '我的问答',
+				// 	open: false
+				// },
 				{
 					id: 'me/nameAuthentication/nameAuthentication',
 					name: '实名认证',