瀏覽代碼

过期时间

shish 4 年之前
父節點
當前提交
367dee936f
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      hdPad/src/pages/home/components/createWork.vue

+ 4 - 5
hdPad/src/pages/home/components/createWork.vue

@@ -139,10 +139,6 @@ export default {
             })
             })
         },
         },
         confirmCreate(){
         confirmCreate(){
-            // #ifdef MP-WEIXIN
-            this.$msg('请在APP上操作')
-            // #endif
-            // #ifdef APP-PLUS
             let that = this
             let that = this
             this.$innerAudioContext.play()
             this.$innerAudioContext.play()
             if(this.form.cover == ''){
             if(this.form.cover == ''){
@@ -154,6 +150,10 @@ export default {
 				return false
 				return false
 			}
 			}
             if(this.form.needPrint == 1){
             if(this.form.needPrint == 1){
+                // #ifdef MP-WEIXIN
+                this.$msg('请在APP上操作')
+                return false
+                // #endif
                 plug.state({},ret=>{
                 plug.state({},ret=>{
                     if(ret.code == 1){
                     if(ret.code == 1){
                         //提醒连接标签机
                         //提醒连接标签机
@@ -165,7 +165,6 @@ export default {
             }else{
             }else{
                 this.commitCreate()
                 this.commitCreate()
             }
             }
-            // #endif
         },
         },
         commitCreate(){
         commitCreate(){
             let that = this
             let that = this