Elbert Chen vor 2 Jahren
Ursprung
Commit
bbf78c101a

+ 1 - 1
admin/public/config.example.js

@@ -1,6 +1,6 @@
 window.serverConfig = {
 window.serverConfig = {
   // 系统名称
   // 系统名称
-  APP_NAME: '元生昌运营管理后台',
+  APP_NAME: '原味公明腊肠运营管理后台',
   // 必填: api地址, 换成自己的域名即可
   // 必填: api地址, 换成自己的域名即可
   // 例如: https://www.你的域名.com/admin
   // 例如: https://www.你的域名.com/admin
   BASE_API: 'http://ysctest.cookhome.club/admin',
   BASE_API: 'http://ysctest.cookhome.club/admin',

+ 1 - 1
store/public/index.html

@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>元生昌运营管理后台</title>
+    <title>原味公明腊肠运营管理后台</title>
     <style>#loading-mask{position:fixed;left:0;top:0;height:100%;width:100%;background:#fff;user-select:none;z-index:9999;overflow:hidden}.loading-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.loading-dot{animation:antRotate 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;font-size:64px;width:64px;height:64px;box-sizing:border-box}.loading-dot i{width:22px;height:22px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s infinite linear alternate}.loading-dot i:nth-child(1){top:0;left:0}.loading-dot i:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.loading-dot i:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.loading-dot i:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}@-webkit-keyframes antSpinMove{to{opacity:1}}</style>
     <style>#loading-mask{position:fixed;left:0;top:0;height:100%;width:100%;background:#fff;user-select:none;z-index:9999;overflow:hidden}.loading-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.loading-dot{animation:antRotate 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;font-size:64px;width:64px;height:64px;box-sizing:border-box}.loading-dot i{width:22px;height:22px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s infinite linear alternate}.loading-dot i:nth-child(1){top:0;left:0}.loading-dot i:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.loading-dot i:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.loading-dot i:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}@-webkit-keyframes antSpinMove{to{opacity:1}}</style>
     <!-- require cdn assets css -->
     <!-- require cdn assets css -->
     <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
     <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>

+ 2 - 2
store/src/views/dataCenter/FlowOverview.vue

@@ -138,11 +138,11 @@ let modalData = [
   // },
   // },
   {
   {
     key: '总注册人数:',
     key: '总注册人数:',
-    value: '元生昌平台累计总注册人数。',
+    value: '原味公明腊肠平台累计总注册人数。',
   },
   },
   {
   {
     key: '新注册人数:',
     key: '新注册人数:',
-    value: '首次注册元生昌账号的人数。',
+    value: '首次注册原味公明腊肠账号的人数。',
   },
   },
   {
   {
     key: '新增订单数:',
     key: '新增订单数:',

+ 1 - 1
store/src/views/memberCenter/coupon/Create.vue

@@ -255,7 +255,7 @@
             </a-form-item>
             </a-form-item>
             <!-- 券发放对象 -->
             <!-- 券发放对象 -->
             <a-form-item label="券发放对象" :labelCol="labelCol" :wrapperCol="wrapperCol">
             <a-form-item label="券发放对象" :labelCol="labelCol" :wrapperCol="wrapperCol">
-              <p>元生昌付费会员</p>
+              <p>原味公明腊肠付费会员</p>
             </a-form-item>
             </a-form-item>
           </div>
           </div>
         </div>
         </div>

+ 1 - 1
store/src/views/memberCenter/coupon/Detail.vue

@@ -78,7 +78,7 @@
           </a-form-item>
           </a-form-item>
           <!-- 券发放对象 -->
           <!-- 券发放对象 -->
           <a-form-item label="券发放对象" :labelCol="labelCol" :wrapperCol="wrapperCol">
           <a-form-item label="券发放对象" :labelCol="labelCol" :wrapperCol="wrapperCol">
-            <p class="itemText">元生昌付费会员</p>
+            <p class="itemText">原味公明腊肠付费会员</p>
           </a-form-item>
           </a-form-item>
           <a-form-item
           <a-form-item
             label="审核不通过的原因"
             label="审核不通过的原因"

+ 2 - 2
store/src/views/riceCard/modules/AppointMessage.vue

@@ -90,8 +90,8 @@ export default {
      */
      */
     onFormSubmit(values) {
     onFormSubmit(values) {
       this.confirmLoading = true
       this.confirmLoading = true
-      // let content = 'Hi,您收到一张米卡,打开微信搜索小程序“元生昌优选”,进入“我的-我的米卡”进行激活,激活码:{'+this.cardList.coupon_code+'},欢迎您的使用。'
-      let content = 'Hi,您收到一张米卡,打开微信搜索小程序“元生昌优选”,进入“我的-我的米卡”激活,激活码:{'+this.cardList.coupon_code+'},欢迎您使用。退回T'
+      // let content = 'Hi,您收到一张米卡,打开微信搜索小程序“原味公明腊肠优选”,进入“我的-我的米卡”进行激活,激活码:{'+this.cardList.coupon_code+'},欢迎您的使用。'
+      let content = 'Hi,您收到一张米卡,打开微信搜索小程序“原味公明腊肠优选”,进入“我的-我的米卡”激活,激活码:{'+this.cardList.coupon_code+'},欢迎您使用。退回T'
       Api.sms({ mobiles : values.mobile, content: content})
       Api.sms({ mobiles : values.mobile, content: content})
         .then(result => {
         .then(result => {
           // 显示成功
           // 显示成功