lrf402788946 4 years ago
parent
commit
efe098c981
2 changed files with 3 additions and 3 deletions
  1. 2 2
      app/controller/tecinfo/.view_point.js
  2. 1 1
      app/model/view_point.js

+ 2 - 2
app/controller/tecinfo/.view_point.js

@@ -7,7 +7,7 @@ module.exports = {
       "origin",
       "brief",
       "is_money",
-      "money",
+      "money_url",
       "picture",
       "filepath",
       "video",
@@ -29,7 +29,7 @@ module.exports = {
       "origin",
       "brief",
       "is_money",
-      "money",
+      "money_url",
       "picture",
       "filepath",
       "video",

+ 1 - 1
app/model/view_point.js

@@ -11,7 +11,7 @@ const view_point = {
   origin: { type: String, default: '网站管理员' }, // 来源
   brief: { type: String }, // 简介
   is_money: { type: Boolean, default: false }, // 是否收费
-  money: { type: Number }, // 收费金额
+  money_url: { type: String }, // 收款图片
   picture: { type: String }, // 图片
   filepath: { type: String }, // 附件
   video: { type: String }, // 视频