panhui 4 лет назад
Родитель
Сommit
8e80f42cf4
3 измененных файлов с 4 добавлено и 5 удалено
  1. 1 1
      src/components/Post.vue
  2. 1 1
      src/plugins/colors.js
  3. 2 3
      src/views/Submit.vue

+ 1 - 1
src/components/Post.vue

@@ -231,7 +231,7 @@ export default {
                     function (msg) {
                         _this.$dialog.alert({
                             title: '提示',
-                            message: msg
+                            message: msg + ',请尝试截图保存分享'
                         });
                         (1).then(() => {
                             _this.preview(0, [_this.img]);

+ 1 - 1
src/plugins/colors.js

@@ -18,7 +18,7 @@ export default {
             };
         }
         if (process.env.NODE_ENV == 'development') {
-            app.config.globalProperties.$rating = 40;
+            app.config.globalProperties.$rating = 30;
         } else {
             app.config.globalProperties.$rating = 1000;
         }

+ 2 - 3
src/views/Submit.vue

@@ -222,9 +222,8 @@ export default {
                         .then(() => {
                             this.$dialog
                                 .alert({
-                                    title: '稍等一下哦',
-                                    message:
-                                        '前方发生拥堵,工程师小哥哥正在加急处理,下单的藏品后续会直接出现在藏品室哦~'
+                                    title: '正在排队中...',
+                                    message: '您的铸造订单正在排队,下单的藏品后续会直接出现在藏品室哦~'
                                 })
                                 .then(res => {
                                     this.$router.back();