Browse Source

feat: 免费公用版改成免费版

zhangweicheng 4 years ago
parent
commit
1210a3f753

+ 0 - 1
modules/all_models/bills.js

@@ -10,7 +10,6 @@ let billsSchema = new Schema({
     ParentID: String,
     NextSiblingID: String,
     projectID: {type: Number, index: true} ,
-    serialNo: Number,
     chapterID: Number,
     billsLibId: Number,
     code: String,

+ 0 - 1
modules/all_models/std_over_height_lib.js

@@ -7,7 +7,6 @@
  * @date 2019/3/5
  * @version
  */
-//建设项目基本信息库
 const mongoose = require('mongoose');
 const Schema = mongoose.Schema;
 const oprSchema = require('../all_schemas/opr_schema');

+ 1 - 1
modules/users/models/user_model.js

@@ -349,7 +349,7 @@ class UserModel extends BaseModel {
      * @return {version}
      */
     async getVersionFromUpgrade(ssoId, compilationId){
-        let version = '大司空云计价(免费公用版)';
+        let version = '大司空云计价(免费版)';
         let lock = 0;
         let userData = await this.findDataBySsoId(ssoId);
         if (userData.upgrade_list !== undefined) {

+ 1 - 1
web/building_saas/pm/js/pm_share.js

@@ -813,7 +813,7 @@ const pmShare = (function () {
                   },
                   callback: function (key, opt) {
                       if($(".p-title").text().includes('免费')){
-                        hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单位工程进行拷贝');
+                        hintBox.versionBox('此功能仅在专业版中提供,免费版可选择单位工程进行拷贝');
                         return;
                       }
                       copyContructionProject(tree.selected);

+ 1 - 1
web/common/components/share/index.js

@@ -480,7 +480,7 @@ const SHARE_TO = (() => {
             $('#share-hint').text('');
             const { isFree, sharedUsers, recentUsers, contacts } = await getInitalData(projectID);
             if (isFree) {
-                hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单位工程进行分享。');
+                hintBox.versionBox('此功能仅在专业版中提供,免费版可选择单位工程进行分享。');
             } else {
                 curSharedUsers = sharedUsers;
                 initSharedView(sharedUsers);

+ 1 - 1
web/users/html/index.html

@@ -33,7 +33,7 @@
       <!--banner-->
       <div class="hero bg-dark section " style="background-image: url(/web/users/images/bg_01.png);" id="home">
          <div class="container text-center">
-            <h1 class="text-white mb-4 f-50 ">市政计价免费公用版,永久免费</h1>
+            <h1 class="text-white mb-4 f-50 ">市政计价免费版,永久免费</h1>
             <p class="lead text-white mb-5">跨平台,打开浏览器即可使用,全新在线计价体验。
             <div class="btn_hero">
                <a href="/login" class="btn btn-danger mr-2">登录软件</a>

+ 1 - 1
web/users/html/user-buy.html

@@ -51,7 +51,7 @@
                             <div class="col-sm-5 mb-5">
                                 <div class="card free-version">
                                   <div class=" card-body">
-                                    <h3 class="card-title">免费公用版 </h3>
+                                    <h3 class="card-title">免费版 </h3>
                                       <!--<p class="card-text">-->
                                     <!--  <ul class="pl-3">
                                           <li>只可创建 50 个单位工程</li>