瀏覽代碼

更新代码

梁沛聪 6 年之前
父節點
當前提交
469660fa4a
共有 3 個檔案被更改,包括 3 行新增9 行删除
  1. 2
    7
      hksystem/src/views/service/index.vue
  2. 0
    1
      miniapp/app/pages/home/index.js
  3. 1
    1
      miniapp/app/pages/user/index.wxml

+ 2
- 7
hksystem/src/views/service/index.vue 查看文件

@@ -21,7 +21,7 @@
21 21
                 <Card>
22 22
                     <p slot="title">
23 23
                         <Icon type="android-remove"></Icon>
24
-                        分类/服务信息
24
+                        分类信息
25 25
                         <Button type="primary" @click="add">新增</Button>
26 26
                     </p>
27 27
                     <div class="edittable-table-height-con">
@@ -59,14 +59,9 @@ export default {
59 59
             proShow: true,
60 60
             formContent: {},
61 61
             columns: [
62
-                {title: "id", key: 'id'},
63
-                {title: "pid", key: 'pid', align: 'center'},
64
-                // {title: "产品信息", key: 'info'},
65
-                {title: "分类/服务名称", key: 'name', align: 'center'},
62
+                {title: "分类名称", key: 'name', align: 'center'},
66 63
                 {title: "描述信息", key: 'info', align: 'center'},
67
-                {title: "富文本简介", key: 'summary', align: 'center'},
68 64
                 {title: "服务标题", key: 'server', align: 'center'},
69
-                {title: "富文本内容", key: 'content', align: 'center'},
70 65
                 {title: "图片位置", key: 'photo', align: 'center',
71 66
                     render: (h, params) => {
72 67
                         console.log(params);

+ 0
- 1
miniapp/app/pages/home/index.js 查看文件

@@ -41,7 +41,6 @@ new $.Page({
41 41
         }
42 42
     },
43 43
     toDetail(e) {
44
-        console.warn(e);
45 44
         const {
46 45
             id,
47 46
             name,

+ 1
- 1
miniapp/app/pages/user/index.wxml 查看文件

@@ -7,7 +7,7 @@
7 7
     </view>
8 8
     <view class="page-bd">
9 9
         <view class="introduce">
10
-            <image class="img" src="/img/demo/introduce.jpg" style="width:100%"></image>
10
+            <!-- <image class="img" src="/img/demo/introduce.jpg" style="width:100%"></image> -->
11 11
             <template is="wxParse" data="{{wxParseData:article.nodes}}" />
12 12
         </view>
13 13
     </view>

Loading…
取消
儲存